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_pro4_defconfig | |
parent | 499a950d41879020a186627874cf7aa856112ca5 (diff) | |
download | u-boot-imx-4fd92db8dbf6d9275a921e8e9f2b6aeeba7e5002.zip u-boot-imx-4fd92db8dbf6d9275a921e8e9f2b6aeeba7e5002.tar.gz u-boot-imx-4fd92db8dbf6d9275a921e8e9f2b6aeeba7e5002.tar.bz2 |
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_pro4_defconfig')
-rw-r--r-- | configs/uniphier_pro4_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/uniphier_pro4_defconfig b/configs/uniphier_pro4_defconfig index 18f4caf..e156ec5 100644 --- a/configs/uniphier_pro4_defconfig +++ b/configs/uniphier_pro4_defconfig @@ -21,6 +21,8 @@ CONFIG_CMD_TIME=y CONFIG_CMD_FAT=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_GPIO_UNIPHIER=y +CONFIG_MISC=y +CONFIG_I2C_EEPROM=y CONFIG_MMC_UNIPHIER=y CONFIG_NAND_DENALI=y CONFIG_SYS_NAND_DENALI_64BIT=y |