blob: b6baa4d05868620da5afc375e68ea4fbde368da9 [file] [log] [blame]
Patrick Williamse94080b2014-06-17 20:09:31 -05001config BR2_OPENPOWER_PLATFORM
Matt Ploetz3a184dd2016-08-26 17:21:06 -05002 bool "Enables only one openPower platform"
3 default n
Nick Bofferdingf390b6f2019-10-08 11:55:42 -05004 depends on ((BR2_OPENPOWER_POWER8 || BR2_OPENPOWER_POWER9 || BR2_OPENPOWER_POWER10) && !(BR2_OPENPOWER_POWER8 && BR2_OPENPOWER_POWER9) && !(BR2_OPENPOWER_POWER8 && BR2_OPENPOWER_POWER10) && !(BR2_OPENPOWER_POWER9 && BR2_OPENPOWER_POWER10) && !(BR2_OPENPOWER_POWER8 && BR2_OPENPOWER_POWER9 && BR2_OPENPOWER_POWER10))
Matt Ploetz3a184dd2016-08-26 17:21:06 -05005
6config BR2_OPENPOWER_POWER8
7 bool "Enables the OpenPower p8 platform"
8 default n
9 depends on BR2_powerpc64 || BR2_powerpc64le
10
11config BR2_OPENPOWER_POWER9
12 bool "Enables the OpenPower p9 platform"
Patrick Williamse94080b2014-06-17 20:09:31 -050013 default n
Jeremy Kerr459b0ea2015-05-04 15:49:08 +080014 depends on BR2_powerpc64 || BR2_powerpc64le
Nick Bofferdingf390b6f2019-10-08 11:55:42 -050015
16config BR2_OPENPOWER_POWER10
17 bool "Enables the OpenPower p10 platform"
18 default n
19 depends on BR2_powerpc64 || BR2_powerpc64le