mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
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>
This commit is contained in:
parent
ee979a143c
commit
8a656496b2
1 changed files with 3 additions and 1 deletions
|
@ -91,6 +91,9 @@ endif # SOUND_PRIME
|
||||||
|
|
||||||
endif # !M68K
|
endif # !M68K
|
||||||
|
|
||||||
|
endif # SOUND
|
||||||
|
|
||||||
|
# AC97_BUS is used from both sound and ucb1400
|
||||||
config AC97_BUS
|
config AC97_BUS
|
||||||
tristate
|
tristate
|
||||||
help
|
help
|
||||||
|
@ -99,4 +102,3 @@ config AC97_BUS
|
||||||
sound although they're sharing the AC97 bus. Concerned drivers
|
sound although they're sharing the AC97 bus. Concerned drivers
|
||||||
should "select" this.
|
should "select" this.
|
||||||
|
|
||||||
endif # SOUND
|
|
||||||
|
|
Loading…
Reference in a new issue