OSDN Git Service

ARM: pxa: remove CONFIG_SND_PXA2XX_AC97 in pxa_defconfig
authorArnd Bergmann <arnd@arndb.de>
Tue, 19 Feb 2019 14:51:57 +0000 (15:51 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 1 Mar 2019 14:02:26 +0000 (15:02 +0100)
commitf1685af78cc8d31a5563f2944de0936eb6923f4b
treee41b414d9297f34e6bdadf821e8239ecd80b6f4a
parent1a4aacdeb507da38190e08cec45ef985740e26dc
ARM: pxa: remove CONFIG_SND_PXA2XX_AC97 in pxa_defconfig

The CONFIG_SND_PXA2XX_AC97 driver is for the old AC97 bus implementation,
and conflicts with all the new-style AC97 drivers after the conversion,
so the drivers we want all get turned off.

Not disabling the symbol however does the right thing, and we get
the drivers that are selectively enabled here.

Fixes: 25540f68c871 ("ASoC: pxa: change ac97 dependencies")
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/configs/pxa_defconfig