Kconfig (47c3c6ef955aabdccce294eb61c3294c8083478f) | Kconfig (28794d34ecb6815a3fa0a4256027c9b081a17c5f) |
---|---|
1config PPC_CELL 2 bool 3 default n 4 5config PPC_CELL_COMMON 6 bool 7 select PPC_CELL 8 select PPC_DCR_MMIO --- 9 unchanged lines hidden (view full) --- 18 select IBM_NEW_EMAC_EMAC4 19 select IBM_NEW_EMAC_RGMII 20 select IBM_NEW_EMAC_ZMII #test only 21 select IBM_NEW_EMAC_TAH #test only 22 default n 23 24config PPC_IBM_CELL_BLADE 25 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 --- 9 unchanged lines hidden (view full) --- 18 select IBM_NEW_EMAC_EMAC4 19 select IBM_NEW_EMAC_RGMII 20 select IBM_NEW_EMAC_ZMII #test only 21 select IBM_NEW_EMAC_TAH #test only 22 default n 23 24config PPC_IBM_CELL_BLADE 25 bool "IBM Cell Blade" |
26 depends on PPC_MULTIPLATFORM && PPC64 | 26 depends on PPC64 && PPC_BOOK3S |
27 select PPC_CELL_NATIVE 28 select MMIO_NVRAM 29 select PPC_UDBG_16550 30 select UDBG_RTAS_CONSOLE 31 32config PPC_CELLEB 33 bool "Toshiba's Cell Reference Set 'Celleb' Architecture" | 27 select PPC_CELL_NATIVE 28 select MMIO_NVRAM 29 select PPC_UDBG_16550 30 select UDBG_RTAS_CONSOLE 31 32config PPC_CELLEB 33 bool "Toshiba's Cell Reference Set 'Celleb' Architecture" |
34 depends on PPC_MULTIPLATFORM && PPC64 | 34 depends on PPC64 && PPC_BOOK3S |
35 select PPC_CELL_NATIVE 36 select HAS_TXX9_SERIAL 37 select PPC_UDBG_BEAT 38 select USB_OHCI_BIG_ENDIAN_MMIO 39 select USB_EHCI_BIG_ENDIAN_MMIO 40 41config PPC_CELL_QPACE 42 bool "IBM Cell - QPACE" | 35 select PPC_CELL_NATIVE 36 select HAS_TXX9_SERIAL 37 select PPC_UDBG_BEAT 38 select USB_OHCI_BIG_ENDIAN_MMIO 39 select USB_EHCI_BIG_ENDIAN_MMIO 40 41config PPC_CELL_QPACE 42 bool "IBM Cell - QPACE" |
43 depends on PPC_MULTIPLATFORM && PPC64 | 43 depends on PPC64 && PPC_BOOK3S |
44 select PPC_CELL_COMMON 45 46config AXON_MSI 47 bool 48 depends on PPC_IBM_CELL_BLADE && PCI_MSI 49 default y 50 51menu "Cell Broadband Engine options" --- 113 unchanged lines hidden --- | 44 select PPC_CELL_COMMON 45 46config AXON_MSI 47 bool 48 depends on PPC_IBM_CELL_BLADE && PCI_MSI 49 default y 50 51menu "Cell Broadband Engine options" --- 113 unchanged lines hidden --- |