diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
commit | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch) | |
tree | a8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /sound/Kconfig | |
parent | 406089d01562f1e2bf9f089fd7637009ebaad589 (diff) |
Patched in Tegra support.
Diffstat (limited to 'sound/Kconfig')
-rw-r--r-- | sound/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sound/Kconfig b/sound/Kconfig index c710ce2c5c3..1fef141ef8e 100644 --- a/sound/Kconfig +++ b/sound/Kconfig | |||
@@ -52,11 +52,14 @@ config SOUND_OSS_CORE_PRECLAIM | |||
52 | 52 | ||
53 | Disabling this allows alternative OSS implementations. | 53 | Disabling this allows alternative OSS implementations. |
54 | 54 | ||
55 | Please read Documentation/feature-removal-schedule.txt for | ||
56 | details. | ||
57 | |||
55 | If unsure, say Y. | 58 | If unsure, say Y. |
56 | 59 | ||
57 | source "sound/oss/dmasound/Kconfig" | 60 | source "sound/oss/dmasound/Kconfig" |
58 | 61 | ||
59 | if !M68K && !UML | 62 | if !M68K |
60 | 63 | ||
61 | menuconfig SND | 64 | menuconfig SND |
62 | tristate "Advanced Linux Sound Architecture" | 65 | tristate "Advanced Linux Sound Architecture" |