blob: 5aa92ff3622d2a0e464bf66865acfbf461791fd9 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Benjamin Herrenschmidta2d2e1e2007-12-21 15:39:24 +11002# For a description of the syntax of this configuration file,
Mauro Carvalho Chehabcd238ef2019-06-12 14:52:48 -03003# see Documentation/kbuild/kconfig-language.rst.
Benjamin Herrenschmidta2d2e1e2007-12-21 15:39:24 +11004#
5
6config PPC4xx_PCI_EXPRESS
7 bool
8 depends on PCI && 4xx
Michael Ellerman7e302862008-08-06 09:10:01 +10009
Alistair Popplee2c37d92014-03-06 14:52:28 +110010config PPC4xx_HSTA_MSI
11 bool
12 depends on PCI_MSI
13 depends on PCI && 4xx
Alistair Popplee2c37d92014-03-06 14:52:28 +110014
Michael Ellerman7e302862008-08-06 09:10:01 +100015config PPC_MSI_BITMAP
16 bool
17 depends on PCI_MSI
18 default y if MPIC
19 default y if FSL_PCI
Michael Ellerman66c29da62013-09-26 17:52:17 +100020 default y if PPC_POWERNV
Benjamin Herrenschmidt0b05ac62011-04-04 13:46:58 +100021
22source "arch/powerpc/sysdev/xics/Kconfig"
Benjamin Herrenschmidt243e2512017-04-05 17:54:50 +100023source "arch/powerpc/sysdev/xive/Kconfig"
Benjamin Herrenschmidt0b05ac62011-04-04 13:46:58 +100024
Martyn Welch44b24b72012-03-12 17:12:59 +000025config GE_FPGA
26 bool
chenhui zhaod17799f2015-11-20 17:13:59 +080027
28config FSL_CORENET_RCPM
29 bool
30 help
31 This option enables support for RCPM (Run Control/Power Management).