diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-07-27 03:47:58 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-07-26 17:35:46 -0400 |
commit | 4fd92db8dbf6d9275a921e8e9f2b6aeeba7e5002 (patch) | |
tree | c0a8b97de25c71e8ef26fad70613812b0c1840f9 /configs/uniphier_ld20_defconfig | |
parent | 499a950d41879020a186627874cf7aa856112ca5 (diff) | |
download | u-boot-4fd92db8dbf6d9275a921e8e9f2b6aeeba7e5002.tar.gz |
ARM: uniphier: move CONFIG_I2C_EEPROM to defconfig
We already have the entry for this option in Kconfig, so let's
migrate to it.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'configs/uniphier_ld20_defconfig')
-rw-r--r-- | configs/uniphier_ld20_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/uniphier_ld20_defconfig b/configs/uniphier_ld20_defconfig index cbc65ddc8d..e6aa525ca5 100644 --- a/configs/uniphier_ld20_defconfig +++ b/configs/uniphier_ld20_defconfig @@ -21,6 +21,8 @@ CONFIG_CMD_FAT=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_SPL_OF_TRANSLATE=y CONFIG_GPIO_UNIPHIER=y +CONFIG_MISC=y +CONFIG_I2C_EEPROM=y CONFIG_MMC_UNIPHIER=y CONFIG_PINCTRL=y CONFIG_SPL_PINCTRL=y |