From 3201455d6ad5b6e1f316e89d998c2c31c852b224 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Sat, 6 Dec 2014 00:03:21 +0900 Subject: ARM: UniPhier: move support card select to Kconfig There are two kinds of expansion boards which are often used for the UniPhier platform and they are only exclusively selectable. It can be better described by the "choice" menu of Kconfig. Signed-off-by: Masahiro Yamada --- include/configs/ph1_pro4.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'include/configs/ph1_pro4.h') diff --git a/include/configs/ph1_pro4.h b/include/configs/ph1_pro4.h index 778003071e..15849ba2bd 100644 --- a/include/configs/ph1_pro4.h +++ b/include/configs/ph1_pro4.h @@ -8,21 +8,6 @@ #ifndef __PH1_XXX_H #define __PH1_XXX_H -/* - * Support Card Select - * - * CONFIG_PFC_MICRO_SUPPORT_CARD - Original Micro Support Card made by PFC. - * CONFIG_DCC_MICRO_SUPPORT_CARD - DCC version Micro Support Card. - * CPLD is re-programmed for ARIMA board compatibility. - * No define - No support card. - */ - -#if 0 -#define CONFIG_PFC_MICRO_SUPPORT_CARD -#else -#define CONFIG_DCC_MICRO_SUPPORT_CARD -#endif - /* * Serial Configuration * SoC UART : enable CONFIG_UNIPHIER_SERIAL -- cgit