]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - arch/powerpc/sysdev/Kconfig
docs: kbuild: convert docs to ReST and rename to *.rst
[mirror_ubuntu-jammy-kernel.git] / arch / powerpc / sysdev / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
a2d2e1ec 2# For a description of the syntax of this configuration file,
cd238eff 3# see Documentation/kbuild/kconfig-language.rst.
a2d2e1ec
BH
4#
5
6config PPC4xx_PCI_EXPRESS
7 bool
8 depends on PCI && 4xx
7e302869 9
e2c37d90
AP
10config PPC4xx_HSTA_MSI
11 bool
12 depends on PCI_MSI
13 depends on PCI && 4xx
e2c37d90 14
3fb79338
RS
15config PPC4xx_MSI
16 bool
17 depends on PCI_MSI
18 depends on PCI && 4xx
3fb79338 19
7e302869
ME
20config PPC_MSI_BITMAP
21 bool
22 depends on PCI_MSI
23 default y if MPIC
24 default y if FSL_PCI
3fb79338 25 default y if PPC4xx_MSI
66c29da6 26 default y if PPC_POWERNV
0b05ac6e
BH
27
28source "arch/powerpc/sysdev/xics/Kconfig"
243e2511 29source "arch/powerpc/sysdev/xive/Kconfig"
0b05ac6e 30
ab814b93
BH
31config PPC_SCOM
32 bool
33
34config SCOM_DEBUGFS
35 bool "Expose SCOM controllers via debugfs"
4777f796 36 depends on PPC_SCOM && DEBUG_FS
44b24b74
MW
37
38config GE_FPGA
39 bool
d17799f9 40
41config FSL_CORENET_RCPM
42 bool
43 help
44 This option enables support for RCPM (Run Control/Power Management).