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 --- include/configs/hikey.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/hikey.h') diff --git a/include/configs/hikey.h b/include/configs/hikey.h index 7666bf98c5..ae8187ad1c 100644 --- a/include/configs/hikey.h +++ b/include/configs/hikey.h @@ -83,9 +83,7 @@ #endif #define CONFIG_HIKEY_GPIO -#define CONFIG_DM_GPIO #define CONFIG_CMD_GPIO -#define CONFIG_DM /* SD/MMC configuration */ #define CONFIG_GENERIC_MMC -- cgit v1.2.1