summaryrefslogtreecommitdiffstats
path: root/include/configs/uniphier-common.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-12-06 00:03:21 +0900
committerMasahiro Yamada <yamada.m@jp.panasonic.com>2014-12-08 01:25:44 +0900
commit3201455d6ad5b6e1f316e89d998c2c31c852b224 (patch)
tree586560171bebf7808d4a0055a169cc8396ecc412 /include/configs/uniphier-common.h
parent84b3584f21558098fc724e05341aee2e95b0c1f3 (diff)
downloadblackbird-obmc-uboot-3201455d6ad5b6e1f316e89d998c2c31c852b224.tar.gz
blackbird-obmc-uboot-3201455d6ad5b6e1f316e89d998c2c31c852b224.zip
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 <yamada.m@jp.panasonic.com>
Diffstat (limited to 'include/configs/uniphier-common.h')
-rw-r--r--include/configs/uniphier-common.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/uniphier-common.h b/include/configs/uniphier-common.h
index 31ab4708eb..224c3354b8 100644
--- a/include/configs/uniphier-common.h
+++ b/include/configs/uniphier-common.h
@@ -10,12 +10,6 @@
#ifndef __CONFIG_UNIPHIER_COMMON_H__
#define __CONFIG_UNIPHIER_COMMON_H__
-#if defined(CONFIG_PFC_MICRO_SUPPORT_CARD) && \
- defined(CONFIG_DCC_MICRO_SUPPORT_CARD)
-# error "Both CONFIG_PFC_MICRO_SUPPORT_CARD and CONFIG_DCC_MICRO_SUPPORT_CARD \
-are defined. Select only one of them."
-#endif
-
/*
* Support card address map
*/
OpenPOWER on IntegriCloud