1config PSERIES 2 bool 3 4config SPAPR_RNG 5 bool 6 7config POWERNV 8 bool 9 10config PPC405 11 bool 12 13config PPC440 14 bool 15 16config PPC4XX 17 bool 18 19config SAM460EX 20 bool 21 22config PREP 23 bool 24 25config RS6000_MC 26 bool 27 28config MAC_OLDWORLD 29 bool 30 31config MAC_NEWWORLD 32 bool 33 34config E500 35 bool 36 37config VIRTEX 38 bool 39 40config XIVE 41 bool 42 default y 43 depends on PSERIES 44 45config XIVE_SPAPR 46 bool 47 default y 48 depends on PSERIES 49