diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-02-16 17:03:50 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-02-29 03:50:15 +0900 |
commit | b800cbde4fecd26b52aa1736b045ca3c3673fc94 (patch) | |
tree | 1a004dcd127f1541dae51583b71c1ffa76efada0 /configs/uniphier_pxs2_ld6b_defconfig | |
parent | f8facbe71ecb4c9411e3da6e40d90152d066879a (diff) | |
download | u-boot-b800cbde4fecd26b52aa1736b045ca3c3673fc94.tar.gz u-boot-b800cbde4fecd26b52aa1736b045ca3c3673fc94.tar.bz2 u-boot-b800cbde4fecd26b52aa1736b045ca3c3673fc94.zip |
ARM: uniphier: enable GPIO command and driver for UniPhier SoCs
This allows to use the "gpio" command.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/uniphier_pxs2_ld6b_defconfig')
-rw-r--r-- | configs/uniphier_pxs2_ld6b_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/uniphier_pxs2_ld6b_defconfig b/configs/uniphier_pxs2_ld6b_defconfig index f8cb794b8f..00a29009fe 100644 --- a/configs/uniphier_pxs2_ld6b_defconfig +++ b/configs/uniphier_pxs2_ld6b_defconfig @@ -13,12 +13,14 @@ CONFIG_CMD_NAND=y CONFIG_CMD_I2C=y CONFIG_CMD_USB=y # CONFIG_CMD_FPGA is not set +CONFIG_CMD_GPIO=y CONFIG_CMD_TFTPPUT=y CONFIG_CMD_PING=y CONFIG_CMD_TIME=y # CONFIG_CMD_MISC is not set CONFIG_NET_RANDOM_ETHADDR=y CONFIG_SPL_SIMPLE_BUS=y +CONFIG_GPIO_UNIPHIER=y CONFIG_NAND_DENALI=y CONFIG_SYS_NAND_DENALI_64BIT=y CONFIG_NAND_DENALI_SPARE_AREA_SKIP_BYTES=8 |