diff options
| author | Yuval Adam <_@yuv.al> | 2017-08-30 08:25:59 +0000 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-08-30 08:25:59 +0000 |
| commit | 8e4bff4cab0ddac6060645b0715210484d02ff40 (patch) | |
| tree | 3a5c3024371a04692a3a6d9974d001cdff8ebf84 /arch/powerpc/platforms/wsp/Kconfig | |
Diffstat (limited to 'arch/powerpc/platforms/wsp/Kconfig')
| -rw-r--r-- | arch/powerpc/platforms/wsp/Kconfig | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/wsp/Kconfig b/arch/powerpc/platforms/wsp/Kconfig new file mode 100644 index 00000000..422a175b --- /dev/null +++ b/arch/powerpc/platforms/wsp/Kconfig @@ -0,0 +1,30 @@ +config PPC_WSP + bool + select PPC_A2 + select GENERIC_TBSYNC + select PPC_ICSWX + select PPC_SCOM + select PPC_XICS + select PPC_ICP_NATIVE + select PCI + select PPC_IO_WORKAROUNDS if PCI + select PPC_INDIRECT_PIO if PCI + default n + +menu "WSP platform selection" + depends on PPC_BOOK3E_64 + +config PPC_PSR2 + bool "PowerEN System Reference Platform 2" + select EPAPR_BOOT + select PPC_WSP + default y + +config PPC_CHROMA + bool "PowerEN PCIe Chroma Card" + select EPAPR_BOOT + select PPC_WSP + select OF_DYNAMIC + default y + +endmenu |
