summaryrefslogtreecommitdiffstats
path: root/include/configs/exynos5-common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-03 08:19:28 -0600
committerSimon Glass <sjg@chromium.org>2015-08-05 21:06:15 -0600
commitd4061aa0e9bb48e55a958b59950e314c1c03f124 (patch)
tree159b3d983c51355d88032ed5d2d1fda21f6b47f5 /include/configs/exynos5-common.h
parentc65dc7d8742837addfb1b0da3b090967423f4a9b (diff)
downloadtalos-obmc-uboot-d4061aa0e9bb48e55a958b59950e314c1c03f124.tar.gz
talos-obmc-uboot-d4061aa0e9bb48e55a958b59950e314c1c03f124.zip
exynos: Enable new features for exynos5 boards
Enable PMICs, regulators and the like so that new drivers will be made available. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/exynos5-common.h')
-rw-r--r--include/configs/exynos5-common.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/include/configs/exynos5-common.h b/include/configs/exynos5-common.h
index e04dec7411..15363d0079 100644
--- a/include/configs/exynos5-common.h
+++ b/include/configs/exynos5-common.h
@@ -67,6 +67,8 @@
#define CONFIG_SPL_LIBCOMMON_SUPPORT
#define CONFIG_SPL_GPIO_SUPPORT
+#define CONFIG_SPL_SERIAL_SUPPORT
+#define CONFIG_SPL_LIBGENERIC_SUPPORT
/* specific .lds file */
#define CONFIG_SPL_LDSCRIPT "board/samsung/common/exynos-uboot-spl.lds"
@@ -126,10 +128,6 @@
#define SPI_FLASH_UBOOT_POS (CONFIG_SEC_FW_SIZE + CONFIG_BL1_SIZE)
/* I2C */
-
-/* TODO(sjg@chromium.org): Move these two options to Kconfig */
-#define CONFIG_DM_I2C
-#define CONFIG_DM_I2C_COMPAT
#define CONFIG_CMD_I2C
#define CONFIG_SYS_I2C_S3C24X0
#define CONFIG_SYS_I2C_S3C24X0_SPEED 100000 /* 100 Kbps */
@@ -149,10 +147,6 @@
#define CONFIG_OF_SPI
#endif
-/* Power */
-#define CONFIG_POWER
-#define CONFIG_POWER_I2C
-
#ifdef CONFIG_ENV_IS_IN_SPI_FLASH
#define CONFIG_ENV_SPI_MODE SPI_MODE_0
#define CONFIG_ENV_SECT_SIZE CONFIG_ENV_SIZE
OpenPOWER on IntegriCloud