6fb9ac15eb
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>
11 lines
223 B
Plaintext
11 lines
223 B
Plaintext
CONFIG_SPL=y
|
|
+S:CONFIG_ARM=y
|
|
+S:CONFIG_ARCH_EXYNOS=y
|
|
+S:CONFIG_TARGET_SNOW=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="exynos5250-snow"
|
|
CONFIG_CROS_EC=y
|
|
CONFIG_DM_CROS_EC=y
|
|
CONFIG_CROS_EC_I2C=y
|
|
CONFIG_CROS_EC_KEYB=y
|
|
CONFIG_CMD_CROS_EC=y
|