aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r--sound/pci/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig
index ebcf065ad2c2..e7a8cd058efb 100644
--- a/sound/pci/Kconfig
+++ b/sound/pci/Kconfig
@@ -513,6 +513,16 @@ config SND_ES1968
513 To compile this driver as a module, choose M here: the module 513 To compile this driver as a module, choose M here: the module
514 will be called snd-es1968. 514 will be called snd-es1968.
515 515
516config SND_ES1968_INPUT
517 bool "Enable input device for es1968 volume buttons"
518 depends on SND_ES1968
519 depends on INPUT=y || INPUT=SND_ES1968
520 help
521 If you say Y here, you will get an input device which reports
522 keypresses for the volume buttons connected to the es1968 chip.
523 If you say N the buttons will directly control the master volume.
524 It is recommended to say Y.
525
516config SND_FM801 526config SND_FM801
517 tristate "ForteMedia FM801" 527 tristate "ForteMedia FM801"
518 select SND_OPL3_LIB 528 select SND_OPL3_LIB