| .. | .. |
|---|
| 1 | 1 | # SPDX-License-Identifier: GPL-2.0 |
|---|
| 2 | 2 | # For a description of the syntax of this configuration file, |
|---|
| 3 | | -# see Documentation/kbuild/kconfig-language.txt. |
|---|
| 3 | +# see Documentation/kbuild/kconfig-language.rst. |
|---|
| 4 | 4 | # |
|---|
| 5 | 5 | |
|---|
| 6 | 6 | config PPC4xx_PCI_EXPRESS |
|---|
| 7 | 7 | bool |
|---|
| 8 | 8 | depends on PCI && 4xx |
|---|
| 9 | | - default n |
|---|
| 10 | 9 | |
|---|
| 11 | 10 | config PPC4xx_HSTA_MSI |
|---|
| 12 | 11 | bool |
|---|
| 13 | 12 | depends on PCI_MSI |
|---|
| 14 | 13 | depends on PCI && 4xx |
|---|
| 15 | | - default n |
|---|
| 16 | 14 | |
|---|
| 17 | 15 | config PPC4xx_MSI |
|---|
| 18 | 16 | bool |
|---|
| 19 | 17 | depends on PCI_MSI |
|---|
| 20 | 18 | depends on PCI && 4xx |
|---|
| 21 | | - default n |
|---|
| 22 | 19 | |
|---|
| 23 | 20 | config PPC_MSI_BITMAP |
|---|
| 24 | 21 | bool |
|---|
| .. | .. |
|---|
| 31 | 28 | source "arch/powerpc/sysdev/xics/Kconfig" |
|---|
| 32 | 29 | source "arch/powerpc/sysdev/xive/Kconfig" |
|---|
| 33 | 30 | |
|---|
| 34 | | -config PPC_SCOM |
|---|
| 35 | | - bool |
|---|
| 36 | | - |
|---|
| 37 | | -config SCOM_DEBUGFS |
|---|
| 38 | | - bool "Expose SCOM controllers via debugfs" |
|---|
| 39 | | - depends on PPC_SCOM && DEBUG_FS |
|---|
| 40 | | - default n |
|---|
| 41 | | - |
|---|
| 42 | 31 | config GE_FPGA |
|---|
| 43 | 32 | bool |
|---|
| 44 | | - default n |
|---|
| 45 | 33 | |
|---|
| 46 | 34 | config FSL_CORENET_RCPM |
|---|
| 47 | 35 | bool |
|---|