mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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>
9 lines
211 B
Text
9 lines
211 B
Text
CONFIG_SPL=y
|
|
+S:CONFIG_ARM=y
|
|
+S:CONFIG_ARCH_EXYNOS=y
|
|
+S:CONFIG_TARGET_PEACH_PI=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="exynos5800-peach-pi"
|
|
CONFIG_CROS_EC=y
|
|
CONFIG_CROS_EC_SPI=y
|
|
CONFIG_CROS_EC_KEYB=y
|
|
CONFIG_CMD_CROS_EC=y
|