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 /arch | |
parent | f8facbe71ecb4c9411e3da6e40d90152d066879a (diff) | |
download | u-boot-imx-b800cbde4fecd26b52aa1736b045ca3c3673fc94.zip u-boot-imx-b800cbde4fecd26b52aa1736b045ca3c3673fc94.tar.gz u-boot-imx-b800cbde4fecd26b52aa1736b045ca3c3673fc94.tar.bz2 |
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 'arch')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index d8b63e9..94bd7ec 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -697,6 +697,7 @@ config ARCH_UNIPHIER select SPL_OF_CONTROL select DM select SPL_DM + select DM_GPIO select DM_SERIAL select DM_I2C help |