diff options
Diffstat (limited to 'sound/spi')
-rw-r--r-- | sound/spi/Kconfig | 6 | ||||
-rw-r--r-- | sound/spi/Makefile | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/sound/spi/Kconfig b/sound/spi/Kconfig new file mode 100644 index 000000000000..60fbb2ad87a7 --- /dev/null +++ b/sound/spi/Kconfig @@ -0,0 +1,6 @@ +#SPI drivers + +menu "SPI devices" + depends on SND != n + +endmenu diff --git a/sound/spi/Makefile b/sound/spi/Makefile new file mode 100644 index 000000000000..30d8ec97cfb6 --- /dev/null +++ b/sound/spi/Makefile @@ -0,0 +1,2 @@ +# Makefile for SPI drivers + |