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

endif