diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-09-06 05:43:41 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-09-06 05:43:41 -0400 |
commit | 8a656496b21efd95fd55b66e0601c5ad41f9b156 (patch) | |
tree | 862e288033b4ac4623f873c8c52782832d945e86 /sound | |
parent | ee979a143cfd999adea8a9e272649a3cd9ec84bc (diff) |
Fix CONFIG_AC97_BUS dependency
CONFIG_AC97_BUS is used from both sound and ucb1400 drivers.
The recent change in Kconfig introduced the exclusive dependency on
CONFIG_SOUND, and disabled the ucb1400 build without sound.
This patch makes CONFIG_AC97_BUS independent.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Tested-by: Randy Dunlap <randy.dunlap@oracle.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/Kconfig b/sound/Kconfig index a37bee094eba..8ebf512ced6c 100644 --- a/sound/Kconfig +++ b/sound/Kconfig | |||
@@ -91,6 +91,9 @@ endif # SOUND_PRIME | |||
91 | 91 | ||
92 | endif # !M68K | 92 | endif # !M68K |
93 | 93 | ||
94 | endif # SOUND | ||
95 | |||
96 | # AC97_BUS is used from both sound and ucb1400 | ||
94 | config AC97_BUS | 97 | config AC97_BUS |
95 | tristate | 98 | tristate |
96 | help | 99 | help |
@@ -99,4 +102,3 @@ config AC97_BUS | |||
99 | sound although they're sharing the AC97 bus. Concerned drivers | 102 | sound although they're sharing the AC97 bus. Concerned drivers |
100 | should "select" this. | 103 | should "select" this. |
101 | 104 | ||
102 | endif # SOUND | ||