summaryrefslogtreecommitdiffstats
path: root/include/configs/sandbox.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-02-13 12:20:47 -0700
committerSimon Glass <sjg@chromium.org>2015-02-19 06:19:18 -0700
commit6fb9ac15ebac4bcc4864be7958bf9b2b2b7420de (patch)
tree3fc5de24efde89c68df37bfe8f119958b4789211 /include/configs/sandbox.h
parent1320112c8aa58345d71a5a46f3bf6a52589f1f2b (diff)
downloadtalos-obmc-uboot-6fb9ac15ebac4bcc4864be7958bf9b2b2b7420de.tar.gz
talos-obmc-uboot-6fb9ac15ebac4bcc4864be7958bf9b2b2b7420de.zip
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/sandbox.h')
-rw-r--r--include/configs/sandbox.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 5c116508d0..febbfb69f6 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -141,9 +141,6 @@
#define CONFIG_BOOTARGS ""
-#define CONFIG_CROS_EC
-#define CONFIG_CMD_CROS_EC
-#define CONFIG_CROS_EC_SANDBOX
#define CONFIG_ARCH_EARLY_INIT_R
#define CONFIG_BOARD_LATE_INIT
@@ -166,7 +163,6 @@
#define LCD_BPP LCD_COLOR16
#define CONFIG_LCD_BMP_RLE8
-#define CONFIG_CROS_EC_KEYB
#define CONFIG_KEYBOARD
#define CONFIG_EXTRA_ENV_SETTINGS "stdin=serial,cros-ec-keyb\0" \
OpenPOWER on IntegriCloud