| .. | .. |
|---|
| 1 | 1 | # SPDX-License-Identifier: GPL-2.0 |
|---|
| 2 | 2 | config PPC_CELL |
|---|
| 3 | 3 | bool |
|---|
| 4 | | - default n |
|---|
| 5 | 4 | |
|---|
| 6 | 5 | config PPC_CELL_COMMON |
|---|
| 7 | 6 | bool |
|---|
| .. | .. |
|---|
| 22 | 21 | select IBM_EMAC_RGMII if IBM_EMAC |
|---|
| 23 | 22 | select IBM_EMAC_ZMII if IBM_EMAC #test only |
|---|
| 24 | 23 | select IBM_EMAC_TAH if IBM_EMAC #test only |
|---|
| 25 | | - default n |
|---|
| 26 | 24 | |
|---|
| 27 | 25 | config PPC_IBM_CELL_BLADE |
|---|
| 28 | 26 | bool "IBM Cell Blade" |
|---|
| 29 | 27 | depends on PPC64 && PPC_BOOK3S && CPU_BIG_ENDIAN |
|---|
| 30 | 28 | select PPC_CELL_NATIVE |
|---|
| 31 | 29 | select PPC_OF_PLATFORM_PCI |
|---|
| 32 | | - select PCI |
|---|
| 30 | + select FORCE_PCI |
|---|
| 33 | 31 | select MMIO_NVRAM |
|---|
| 34 | 32 | select PPC_UDBG_16550 |
|---|
| 35 | 33 | select UDBG_RTAS_CONSOLE |
|---|
| .. | .. |
|---|
| 55 | 53 | |
|---|
| 56 | 54 | config SPU_BASE |
|---|
| 57 | 55 | bool |
|---|
| 58 | | - default n |
|---|
| 59 | 56 | select PPC_COPRO_BASE |
|---|
| 60 | 57 | |
|---|
| 61 | 58 | config CBE_RAS |
|---|