diff options
| author | Masahiro Yamada <[email protected]> | 2016-02-16 17:03:50 +0900 |
|---|---|---|
| committer | Masahiro Yamada <[email protected]> | 2016-02-29 03:50:15 +0900 |
| commit | b800cbde4fecd26b52aa1736b045ca3c3673fc94 (patch) | |
| tree | 1a004dcd127f1541dae51583b71c1ffa76efada0 /arch | |
| parent | f8facbe71ecb4c9411e3da6e40d90152d066879a (diff) | |
ARM: uniphier: enable GPIO command and driver for UniPhier SoCs
This allows to use the "gpio" command.
Signed-off-by: Masahiro Yamada <[email protected]>
Acked-by: Simon Glass <[email protected]>
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 d8b63e94076..94bd7ece093 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 |
