diff options
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index c6b44102aa5b..57426f6fa423 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -500,6 +500,15 @@ config SND_HDA_INTEL | |||
500 | To compile this driver as a module, choose M here: the module | 500 | To compile this driver as a module, choose M here: the module |
501 | will be called snd-hda-intel. | 501 | will be called snd-hda-intel. |
502 | 502 | ||
503 | config SND_HDA_HWDEP | ||
504 | bool "Build hwdep interface for HD-audio driver" | ||
505 | depends on SND_HDA_INTEL | ||
506 | select SND_HWDEP | ||
507 | help | ||
508 | Say Y here to build a hwdep interface for HD-audio driver. | ||
509 | This interface can be used for out-of-bound communication | ||
510 | with codesc for debugging purposes. | ||
511 | |||
503 | config SND_HDSP | 512 | config SND_HDSP |
504 | tristate "RME Hammerfall DSP Audio" | 513 | tristate "RME Hammerfall DSP Audio" |
505 | depends on SND | 514 | depends on SND |