diff options
author | Peter Griffin | 2015-09-10 21:55:16 +0100 |
---|---|---|
committer | Tom Rini | 2015-09-28 10:48:22 -0400 |
commit | efd7b60a81fe7a8ecffa585691d835456d5d551a (patch) | |
tree | 2ce4457fb85d1c2933e39b121bb2a9272ef88bc0 /arch/arm | |
parent | 17024e772e79800917b256dd4b341878f5283f1d (diff) |
ARM: hikey: Select DM, DM_GPIO from Kconfig
Most platforms enable these options from Kconfig rather
than the configs header file.
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index c4371c71733..5a8d4b2052d 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -602,6 +602,8 @@ config TARGET_LS2085ARDB config TARGET_HIKEY bool "Support HiKey 96boards Consumer Edition Platform" select ARM64 + select DM + select DM_GPIO help Support for HiKey 96boards platform. It features a HI6220 SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM. |