commit | b800cbde4fecd26b52aa1736b045ca3c3673fc94 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Feb 16 17:03:50 2016 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Feb 29 03:50:15 2016 +0900 |
tree | 1a004dcd127f1541dae51583b71c1ffa76efada0 | |
parent | f8facbe71ecb4c9411e3da6e40d90152d066879a [diff] [blame] |
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>
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 @@ select SPL_OF_CONTROL select DM select SPL_DM + select DM_GPIO select DM_SERIAL select DM_I2C help