Patrick Williams | e94080b | 2014-06-17 20:09:31 -0500 | [diff] [blame] | 1 | config BR2_OPENPOWER_PLATFORM |
Matt Ploetz | 3a184dd | 2016-08-26 17:21:06 -0500 | [diff] [blame] | 2 | bool "Enables only one openPower platform" |
| 3 | default n |
Klaus Heinrich Kiwi | 9c60ced | 2021-01-29 08:06:18 -0600 | [diff] [blame] | 4 | depends on ((BR2_OPENPOWER_POWER9 || BR2_OPENPOWER_POWER10) && !(BR2_OPENPOWER_POWER9 && BR2_OPENPOWER_POWER10)) |
Matt Ploetz | 3a184dd | 2016-08-26 17:21:06 -0500 | [diff] [blame] | 5 | |
| 6 | config BR2_OPENPOWER_POWER9 |
| 7 | bool "Enables the OpenPower p9 platform" |
Patrick Williams | e94080b | 2014-06-17 20:09:31 -0500 | [diff] [blame] | 8 | default n |
Jeremy Kerr | 459b0ea | 2015-05-04 15:49:08 +0800 | [diff] [blame] | 9 | depends on BR2_powerpc64 || BR2_powerpc64le |
Nick Bofferding | f390b6f | 2019-10-08 11:55:42 -0500 | [diff] [blame] | 10 | |
| 11 | config BR2_OPENPOWER_POWER10 |
| 12 | bool "Enables the OpenPower p10 platform" |
| 13 | default n |
| 14 | depends on BR2_powerpc64 || BR2_powerpc64le |