summaryrefslogtreecommitdiffstats
path: root/include/configs/exynos5-dt.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-10-07 22:01:42 -0600
committerMinkyu Kang <mk7.kang@samsung.com>2014-10-08 17:25:47 +0900
commit98149d72f36f5543854568cb2d48277b0e7a88ba (patch)
tree772ec9a114360a4582aa41ccf73bf491ef7f40b9 /include/configs/exynos5-dt.h
parent5b9c8cb6cbb822594b9e5171a7ee2839f497352e (diff)
downloadblackbird-obmc-uboot-98149d72f36f5543854568cb2d48277b0e7a88ba.tar.gz
blackbird-obmc-uboot-98149d72f36f5543854568cb2d48277b0e7a88ba.zip
dm: exynos: Split out the cros_ec drivers
With the driver model conversion we are going to be using driver model for SPI and not for I2C. This works OK so long as a board doesn't need both dm and non-dm versions of the cros_ec driver. Since pit uses SPI and snow uses I2C we need to split the configs so that only one driver is compiled for each platform. We can fix this later when driver model supports I2C. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs/exynos5-dt.h')
-rw-r--r--include/configs/exynos5-dt.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/exynos5-dt.h b/include/configs/exynos5-dt.h
index 68f3a41cc1..0c400b16fa 100644
--- a/include/configs/exynos5-dt.h
+++ b/include/configs/exynos5-dt.h
@@ -69,8 +69,6 @@
/* Enable keyboard */
#define CONFIG_CROS_EC /* CROS_EC protocol */
-#define CONFIG_CROS_EC_SPI /* Support CROS_EC over SPI */
-#define CONFIG_CROS_EC_I2C /* Support CROS_EC over I2C */
#define CONFIG_CROS_EC_KEYB /* CROS_EC keyboard input */
#define CONFIG_CMD_CROS_EC
#define CONFIG_KEYBOARD
OpenPOWER on IntegriCloud