diff options
author | Enric Balletbo i Serra <enric.balletbo@collabora.com> | 2020-03-05 12:10:47 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2020-07-17 08:57:02 +0200 |
commit | 67c70aa86f8b796c45a08e0c955dabd826f6d0c6 (patch) | |
tree | f818eb863e5ebc4ee5d4a75d7ae385315d520486 /arch/arm/configs/pxa_defconfig | |
parent | arm64: defconfig: enable CONFIG_FSL_ENETC_QOS (diff) | |
download | linux-67c70aa86f8b796c45a08e0c955dabd826f6d0c6.tar.xz linux-67c70aa86f8b796c45a08e0c955dabd826f6d0c6.zip |
arm/arm64: defconfig: Update configs to use the new CROS_EC options
We refactored the CrOS EC drivers moving part of the code from the MFD
subsystem to the platform chrome subsystem. During this change we needed
to rename some config options, so, update the defconfigs accordingly.
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Gwendal Grignou <gwendal@chromium.org>
Tested-by: Gwendal Grignou <gwendal@chromium.org>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs/pxa_defconfig')
-rw-r--r-- | arch/arm/configs/pxa_defconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/configs/pxa_defconfig b/arch/arm/configs/pxa_defconfig index e6559e3350e6..1dc7e9d7a294 100644 --- a/arch/arm/configs/pxa_defconfig +++ b/arch/arm/configs/pxa_defconfig @@ -391,7 +391,9 @@ CONFIG_SA1100_WATCHDOG=m CONFIG_MFD_AS3711=y CONFIG_MFD_BCM590XX=m CONFIG_MFD_AXP20X=y -CONFIG_MFD_CROS_EC=m +CONFIG_MFD_CROS_EC_DEV=m +CONFIG_CHROME_PLATFORMS=y +CONFIG_CROS_EC=m CONFIG_CROS_EC_I2C=m CONFIG_CROS_EC_SPI=m CONFIG_MFD_ASIC3=y |