From efd7b60a81fe7a8ecffa585691d835456d5d551a Mon Sep 17 00:00:00 2001 From: Peter Griffin Date: Thu, 10 Sep 2015 21:55:16 +0100 Subject: 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 Reviewed-by: Simon Glass --- arch/arm/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch') diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index c4371c7173..5a8d4b2052 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. -- cgit v1.2.1