diff options
Diffstat (limited to 'target/linux/generic/patches-2.6.25/220-sound_kconfig.patch')
-rw-r--r-- | target/linux/generic/patches-2.6.25/220-sound_kconfig.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/generic/patches-2.6.25/220-sound_kconfig.patch b/target/linux/generic/patches-2.6.25/220-sound_kconfig.patch new file mode 100644 index 0000000000..d215d12077 --- /dev/null +++ b/target/linux/generic/patches-2.6.25/220-sound_kconfig.patch @@ -0,0 +1,11 @@ +--- a/sound/core/Kconfig ++++ b/sound/core/Kconfig +@@ -9,7 +9,7 @@ config SND_PCM + depends on SND + + config SND_HWDEP +- tristate ++ tristate "Sound hardware support" + depends on SND + + config SND_RAWMIDI |