summaryrefslogtreecommitdiffstats
path: root/openpower/platform/Config.in
blob: 3232cd035be4f7af5c4d22361942e3e61e55a226 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config BR2_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