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 @@ | |||
1 | #SPI drivers | ||
2 | |||
3 | menu "SPI devices" | ||
4 | depends on SND != n | ||
5 | |||
6 | 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 @@ | |||
1 | # Makefile for SPI drivers | ||
2 | |||