aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/snow/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/snow/Kconfig')
-rw-r--r--src/mainboard/google/snow/Kconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mainboard/google/snow/Kconfig b/src/mainboard/google/snow/Kconfig
index f0700560af..6d3d7c8bce 100644
--- a/src/mainboard/google/snow/Kconfig
+++ b/src/mainboard/google/snow/Kconfig
@@ -24,7 +24,8 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select ARCH_ARMV7
select CPU_SAMSUNG_EXYNOS5
select HAVE_UART_MEMORY_MAPPED
-# select EC_GOOGLE_CHROMEEC
+ select EC_GOOGLE_CHROMEEC
+ select EC_GOOGLE_CHROMEEC_I2C
select BOARD_ROMSIZE_KB_4096
select DRIVER_MAXIM_MAX77686
# select HAVE_ACPI_TABLES
@@ -106,6 +107,10 @@ config CONSOLE_SERIAL_UART_ADDRESS
help
Map the UART names to the respective MMIO address.
+config EC_GOOGLE_CHROMEEC_I2C_BUS
+ hex
+ default 4
+
#################################################################
# stuff from smdk5250.h #
# FIXME: can we move some of these to exynos5250's Kconfig? #