diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-03 08:19:28 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-08-05 21:06:15 -0600 |
commit | d4061aa0e9bb48e55a958b59950e314c1c03f124 (patch) | |
tree | 159b3d983c51355d88032ed5d2d1fda21f6b47f5 /include/configs/exynos5-dt-common.h | |
parent | c65dc7d8742837addfb1b0da3b090967423f4a9b (diff) | |
download | u-boot-d4061aa0e9bb48e55a958b59950e314c1c03f124.tar.gz |
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-dt-common.h')
-rw-r--r-- | include/configs/exynos5-dt-common.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/exynos5-dt-common.h b/include/configs/exynos5-dt-common.h index b1b8e1ace7..098734b542 100644 --- a/include/configs/exynos5-dt-common.h +++ b/include/configs/exynos5-dt-common.h @@ -18,11 +18,6 @@ #include "exynos5-common.h" -/* PMIC */ -#define CONFIG_POWER -#define CONFIG_POWER_I2C -#define CONFIG_POWER_TPS65090 - /* Enable keyboard */ #define CONFIG_KEYBOARD |