diff options
Diffstat (limited to 'Kconfig')
-rw-r--r-- | Kconfig | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -0,0 +1,21 @@ +menuconfig AVIRT + tristate "AVIRT support" + default n + ---help--- + Say Y here if you want to enable AVIRT support. + This driver needs at least one additional audio path in + order to establish audio routing. + + To compile this driver as a module, choose M here: the + module will be called avirt_core. + + If in doubt, say N here. + + + +if AVIRT + +source "drivers/staging/avirt/dummy/Kconfig" +source "drivers/staging/avirt/loopback/Kconfig" + +endif |