Kconfig (310b7cec8ea32dcd4e9978423717ce78dd89d45d) Kconfig (e5e16d8f3ec6973af2068897786be619cf97860e)
1config PPC_CELL
2 bool
3 default n
4
5config PPC_CELL_COMMON
6 bool
7 select PPC_CELL
8 select PPC_DCR_MMIO

--- 11 unchanged lines hidden (view full) ---

20 select IBM_EMAC_EMAC4
21 select IBM_EMAC_RGMII
22 select IBM_EMAC_ZMII #test only
23 select IBM_EMAC_TAH #test only
24 default n
25
26config PPC_IBM_CELL_BLADE
27 bool "IBM Cell Blade"
1config PPC_CELL
2 bool
3 default n
4
5config PPC_CELL_COMMON
6 bool
7 select PPC_CELL
8 select PPC_DCR_MMIO

--- 11 unchanged lines hidden (view full) ---

20 select IBM_EMAC_EMAC4
21 select IBM_EMAC_RGMII
22 select IBM_EMAC_ZMII #test only
23 select IBM_EMAC_TAH #test only
24 default n
25
26config PPC_IBM_CELL_BLADE
27 bool "IBM Cell Blade"
28 depends on PPC64 && PPC_BOOK3S
28 depends on PPC64 && PPC_BOOK3S && CPU_BIG_ENDIAN
29 select PPC_CELL_NATIVE
30 select PPC_OF_PLATFORM_PCI
31 select PCI
32 select MMIO_NVRAM
33 select PPC_UDBG_16550
34 select UDBG_RTAS_CONSOLE
35
36config PPC_CELL_QPACE
37 bool "IBM Cell - QPACE"
29 select PPC_CELL_NATIVE
30 select PPC_OF_PLATFORM_PCI
31 select PCI
32 select MMIO_NVRAM
33 select PPC_UDBG_16550
34 select UDBG_RTAS_CONSOLE
35
36config PPC_CELL_QPACE
37 bool "IBM Cell - QPACE"
38 depends on PPC64 && PPC_BOOK3S
38 depends on PPC64 && PPC_BOOK3S && CPU_BIG_ENDIAN
39 select PPC_CELL_COMMON
40
41config AXON_MSI
42 bool
43 depends on PPC_IBM_CELL_BLADE && PCI_MSI
44 default y
45
46menu "Cell Broadband Engine options"

--- 68 unchanged lines hidden ---
39 select PPC_CELL_COMMON
40
41config AXON_MSI
42 bool
43 depends on PPC_IBM_CELL_BLADE && PCI_MSI
44 default y
45
46menu "Cell Broadband Engine options"

--- 68 unchanged lines hidden ---