Commit 8a656496b21efd95fd55b66e0601c5ad41f9b156

Authored by Takashi Iwai
1 parent ee979a143c

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>

Showing 1 changed file with 3 additions and 1 deletions Side-by-side Diff

... ... @@ -91,6 +91,9 @@
91 91  
92 92 endif # !M68K
93 93  
  94 +endif # SOUND
  95 +
  96 +# AC97_BUS is used from both sound and ucb1400
94 97 config AC97_BUS
95 98 tristate
96 99 help
... ... @@ -98,6 +101,4 @@
98 101 sound subsystem and other function drivers completely unrelated to
99 102 sound although they're sharing the AC97 bus. Concerned drivers
100 103 should "select" this.
101   -
102   -endif # SOUND