aboutsummaryrefslogtreecommitdiffstats
path: root/Kconfig
blob: b15bcbe0ac45e60a100124898692b527054681ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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