rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0 |
| 2 | # For a description of the syntax of this configuration file, |
| 3 | # see Documentation/kbuild/kconfig-language.txt. |
| 4 | # |
| 5 | |
| 6 | config PPC4xx_PCI_EXPRESS |
| 7 | bool |
| 8 | depends on PCI && 4xx |
| 9 | default n |
| 10 | |
| 11 | config PPC4xx_HSTA_MSI |
| 12 | bool |
| 13 | depends on PCI_MSI |
| 14 | depends on PCI && 4xx |
| 15 | default n |
| 16 | |
| 17 | config PPC4xx_MSI |
| 18 | bool |
| 19 | depends on PCI_MSI |
| 20 | depends on PCI && 4xx |
| 21 | default n |
| 22 | |
| 23 | config PPC_MSI_BITMAP |
| 24 | bool |
| 25 | depends on PCI_MSI |
| 26 | default y if MPIC |
| 27 | default y if FSL_PCI |
| 28 | default y if PPC4xx_MSI |
| 29 | default y if PPC_POWERNV |
| 30 | |
| 31 | source "arch/powerpc/sysdev/xics/Kconfig" |
| 32 | source "arch/powerpc/sysdev/xive/Kconfig" |
| 33 | |
| 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 | config GE_FPGA |
| 43 | bool |
| 44 | default n |
| 45 | |
| 46 | config FSL_CORENET_RCPM |
| 47 | bool |
| 48 | help |
| 49 | This option enables support for RCPM (Run Control/Power Management). |