diff options
author | Simon Glass <sjg@chromium.org> | 2015-02-13 12:20:47 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-02-19 06:19:18 -0700 |
commit | 6fb9ac15ebac4bcc4864be7958bf9b2b2b7420de (patch) | |
tree | 3fc5de24efde89c68df37bfe8f119958b4789211 /include/configs/snow.h | |
parent | 1320112c8aa58345d71a5a46f3bf6a52589f1f2b (diff) | |
download | u-boot-imx-6fb9ac15ebac4bcc4864be7958bf9b2b2b7420de.zip u-boot-imx-6fb9ac15ebac4bcc4864be7958bf9b2b2b7420de.tar.gz u-boot-imx-6fb9ac15ebac4bcc4864be7958bf9b2b2b7420de.tar.bz2 |
dm: cros_ec: Convert to Kconfig
Since both I2C and SPI are converted to Kconfig, we can convert cros_ec
to Kconfig for these buses.
LPC will need to wait until driver mode PCI is available.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/snow.h')
-rw-r--r-- | include/configs/snow.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/snow.h b/include/configs/snow.h index ce6676e..fe802f2 100644 --- a/include/configs/snow.h +++ b/include/configs/snow.h @@ -20,9 +20,7 @@ #include <configs/exynos5-dt-common.h> -#define CONFIG_CROS_EC_I2C /* Support CROS_EC over I2C */ #define CONFIG_POWER_TPS65090_I2C -#define CONFIG_DM_CROS_EC #define CONFIG_BOARD_COMMON #define CONFIG_ARCH_EARLY_INIT_R |