commit | 5f128920026da196eb37add80c06a9e23177b35a | [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 | 056832df26c00e8d7b4bd739eed961283bfd2957 [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