summaryrefslogtreecommitdiffstats
path: root/openpower/platform
diff options
context:
space:
mode:
authorMatt Ploetz <maploetz@us.ibm.com>2016-08-26 17:21:06 -0500
committerMatt Ploetz <maploetz@us.ibm.com>2016-09-01 15:08:45 -0500
commit3a184ddba3bca878cfd6e38879ab76451c0c95d1 (patch)
tree1ab8fa6af3ff2a8c2fcc80696e2ae78839fd9c9f /openpower/platform
parent703763ea7c68c76f6b3ff9de99aefc155504358e (diff)
downloadblackbird-op-build-3a184ddba3bca878cfd6e38879ab76451c0c95d1.tar.gz
blackbird-op-build-3a184ddba3bca878cfd6e38879ab76451c0c95d1.zip
Add witherspoon defconfig, p9 support for hostboot
Opened RTC issues 160270 and 160273 to fix patches that were added.
Diffstat (limited to 'openpower/platform')
-rw-r--r--openpower/platform/Config.in12
1 files changed, 11 insertions, 1 deletions
diff --git a/openpower/platform/Config.in b/openpower/platform/Config.in
index 206b3438..3232cd03 100644
--- a/openpower/platform/Config.in
+++ b/openpower/platform/Config.in
@@ -1,4 +1,14 @@
config BR2_OPENPOWER_PLATFORM
- bool "Enable the OpenPower Platform"
+ bool "Enables only one openPower platform"
+ default n
+ depends on ((BR2_OPENPOWER_POWER8 || BR2_OPENPOWER_POWER9) && !(BR2_OPENPOWER_POWER8 && BR2_OPENPOWER_POWER9))
+
+config BR2_OPENPOWER_POWER8
+ bool "Enables the OpenPower p8 platform"
+ default n
+ depends on BR2_powerpc64 || BR2_powerpc64le
+
+config BR2_OPENPOWER_POWER9
+ bool "Enables the OpenPower p9 platform"
default n
depends on BR2_powerpc64 || BR2_powerpc64le
OpenPOWER on IntegriCloud