summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-01-26 20:29:40 -0700
committerSimon Glass <sjg@chromium.org>2015-01-29 17:10:01 -0700
commit85df958ce267c602a4ec5f1e41f336c5a8d3b441 (patch)
tree1f43a8a7e912b58c9c0b4dfe741e542886915ef1 /include
parentd744d5613639088246b27edb9ce91ccbd663e5a5 (diff)
downloadblackbird-obmc-uboot-85df958ce267c602a4ec5f1e41f336c5a8d3b441.tar.gz
blackbird-obmc-uboot-85df958ce267c602a4ec5f1e41f336c5a8d3b441.zip
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')
-rw-r--r--include/configs/snow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/snow.h b/include/configs/snow.h
index 7eaa58697e..ce6676eae7 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
OpenPOWER on IntegriCloud