Message ID | 20220325153121.1598494-8-broonie@kernel.org (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | None | expand |
On Fri, Mar 25, 2022 at 03:31:21PM +0000, Mark Brown wrote: > The WM8731 driver has been refactored so the I2C and SPI bus code is > separate modules. Refresh multi_v5_defconfig to reflect this. > > Signed-off-by: Mark Brown <broonie@kernel.org> > Cc: soc@kernel.org > --- Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com> Thanks,
On Fri, Mar 25, 2022 at 4:31 PM Mark Brown <broonie@kernel.org> wrote: > > The WM8731 driver has been refactored so the I2C and SPI bus code is > separate modules. Refresh multi_v5_defconfig to reflect this. > > Signed-off-by: Mark Brown <broonie@kernel.org> > Cc: soc@kernel.org > --- Acked-by: Arnd Bergmann <arnd@arndb.de> If you prefer to keep it together with the driver patches, please merge through your tree. Arnd
diff --git a/arch/arm/configs/multi_v5_defconfig b/arch/arm/configs/multi_v5_defconfig index fe8d760256a4..38a939d91a32 100644 --- a/arch/arm/configs/multi_v5_defconfig +++ b/arch/arm/configs/multi_v5_defconfig @@ -208,7 +208,8 @@ CONFIG_SND_ATMEL_SOC_WM8904=m CONFIG_SND_AT91_SOC_SAM9X5_WM8731=m CONFIG_SND_KIRKWOOD_SOC=y CONFIG_SND_SOC_ALC5623=y -CONFIG_SND_SOC_WM8731=y +CONFIG_SND_SOC_WM8731_I2C=y +CONFIG_SND_SOC_WM8731_SPI=y CONFIG_SND_SIMPLE_CARD=y CONFIG_HID_DRAGONRISE=y CONFIG_HID_GYRATION=y
The WM8731 driver has been refactored so the I2C and SPI bus code is separate modules. Refresh multi_v5_defconfig to reflect this. Signed-off-by: Mark Brown <broonie@kernel.org> Cc: soc@kernel.org --- arch/arm/configs/multi_v5_defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)