diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-02-22 18:31:46 +0100 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-03-07 18:58:42 +0100 |
commit | efbd24646abc044f70afc53bd331c7b520f499fd (patch) | |
tree | 6070291b525b012d7b8006536aaa7f7a5151082d /arch/arm64/configs/defconfig | |
parent | d7ec74f412f5e5c6b964a4b635b1e3f1d72a7b34 (diff) | |
download | lwn-efbd24646abc044f70afc53bd331c7b520f499fd.tar.gz lwn-efbd24646abc044f70afc53bd331c7b520f499fd.zip |
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 <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm64/configs/defconfig')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 0ebe737d3778..19ce256f994e 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 |