Kconfig 440 B

1234567891011121314151617181920212223242526
  1. config PPC_WSP
  2. bool
  3. select PPC_A2
  4. select PPC_SCOM
  5. select PPC_XICS
  6. select PPC_ICP_NATIVE
  7. select PCI
  8. select PPC_IO_WORKAROUNDS if PCI
  9. select PPC_INDIRECT_PIO if PCI
  10. default n
  11. menu "WSP platform selection"
  12. depends on PPC_BOOK3E_64
  13. config PPC_PSR2
  14. bool "PSR-2 platform"
  15. select GENERIC_TBSYNC
  16. select EPAPR_BOOT
  17. select PPC_WSP
  18. default y
  19. endmenu
  20. config PPC_A2_DD2
  21. bool "Support for DD2 based A2/WSP systems"
  22. depends on PPC_A2