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/tegra_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/tegra_defconfig')
-rw-r--r-- | arch/arm/configs/tegra_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig index aa94369bdd0f..8688c715ccde 100644 --- a/arch/arm/configs/tegra_defconfig +++ b/arch/arm/configs/tegra_defconfig @@ -148,7 +148,7 @@ CONFIG_SENSORS_LM95245=y CONFIG_WATCHDOG=y CONFIG_TEGRA_WATCHDOG=y CONFIG_MFD_AS3722=y -CONFIG_MFD_CROS_EC=y +CONFIG_MFD_CROS_EC_DEV=y CONFIG_MFD_MAX8907=y CONFIG_MFD_STMPE=y CONFIG_MFD_PALMAS=y |