diff options
author | Simon Glass | 2015-01-26 20:29:40 -0700 |
---|---|---|
committer | Simon Glass | 2015-01-29 17:10:01 -0700 |
commit | 85df958ce267c602a4ec5f1e41f336c5a8d3b441 (patch) | |
tree | 1f43a8a7e912b58c9c0b4dfe741e542886915ef1 /include/configs/snow.h | |
parent | d744d5613639088246b27edb9ce91ccbd663e5a5 (diff) |
dm: cros_ec: Convert cros_ec_i2c over to driver model
Move this driver to use driver model and update the snow configuration to
match.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/snow.h')
-rw-r--r-- | include/configs/snow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/snow.h b/include/configs/snow.h index 7eaa58697e4..ce6676eae7f 100644 --- a/include/configs/snow.h +++ b/include/configs/snow.h @@ -22,6 +22,7 @@ #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 |