X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sound%2Fspi%2FKconfig;h=e6485be2e6f7a70c1762041ca89e323eb5c5c3e4;hb=281c7413ed914623d3245299a4761b6b27ab9fdb;hp=0d08c29213c8ffa9db4ceea7195ba01e1c746053;hpb=f563d53c30f3e60cde3a194cc1a87284ee0b3366;p=linux-2.6 diff --git a/sound/spi/Kconfig b/sound/spi/Kconfig index 0d08c29213..e6485be2e6 100644 --- a/sound/spi/Kconfig +++ b/sound/spi/Kconfig @@ -1,7 +1,13 @@ #SPI drivers -menu "SPI devices" - depends on SND != n +menuconfig SND_SPI + bool "SPI sound devices" + depends on SPI + default y + help + Support for sound devices connected via the SPI bus. + +if SND_SPI config SND_AT73C213 tristate "Atmel AT73C213 DAC driver" @@ -28,4 +34,5 @@ config SND_AT73C213_TARGET_BITRATE Set to 48000 Hz by default. -endmenu +endif # SND_SPI +