From: Gregory CLEMENT Date: Wed, 22 Feb 2017 17:31:46 +0000 (+0100) Subject: arm64: defconfig: enable I2C_PXA X-Git-Tag: v4.12-rc1~53^2~5^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=efbd24646abc044f70afc53bd331c7b520f499fd;p=thirdparty%2Fkernel%2Flinux.git arm64: defconfig: enable I2C_PXA Now that the Armada 37xx SoCs support the i2c pxa driver, enable it by default. Signed-off-by: Gregory CLEMENT --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 0ebe737d37789..19ce256f994e9 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -250,6 +250,7 @@ CONFIG_I2C_DESIGNWARE_PLATFORM=y CONFIG_I2C_IMX=y CONFIG_I2C_MESON=y CONFIG_I2C_MV64XXX=y +CONFIG_I2C_PXA=y CONFIG_I2C_QUP=y CONFIG_I2C_RK3X=y CONFIG_I2C_TEGRA=y