Skip to content

Commit 6c3f29e

Browse files
maximschwalmthierryreding
authored andcommitted
ARM: tegra: Enable CONFIG_CROS_EC
Updating the tegra_defconfig was omitted, when the ChromeOS EC config options were renamed by a previous commit. Fix it. Fixes: 67c70aa ("arm/arm64: defconfig: Update configs to use the new CROS_EC options") Signed-off-by: Maxim Schwalm <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent 9265d64 commit 6c3f29e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/arm/configs/tegra_defconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ CONFIG_WATCHDOG=y
175175
CONFIG_MAX77620_WATCHDOG=y
176176
CONFIG_TEGRA_WATCHDOG=y
177177
CONFIG_MFD_AS3722=y
178-
CONFIG_MFD_CROS_EC_DEV=y
179178
CONFIG_MFD_MAX77620=y
180179
CONFIG_MFD_MAX8907=y
181180
CONFIG_MFD_STMPE=y
@@ -289,6 +288,8 @@ CONFIG_NVEC_POWER=y
289288
CONFIG_NVEC_PAZ00=y
290289
CONFIG_STAGING_MEDIA=y
291290
CONFIG_TEGRA_VDE=y
291+
CONFIG_CHROME_PLATFORMS=y
292+
CONFIG_CROS_EC=y
292293
CONFIG_TEGRA_IOMMU_GART=y
293294
CONFIG_TEGRA_IOMMU_SMMU=y
294295
CONFIG_ARCH_TEGRA_2x_SOC=y

0 commit comments

Comments
 (0)