2017-11-01 15:07:57 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2007-12-21 15:39:24 +11:00
|
|
|
# For a description of the syntax of this configuration file,
|
2019-06-12 14:52:48 -03:00
|
|
|
# see Documentation/kbuild/kconfig-language.rst.
|
2007-12-21 15:39:24 +11:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
config PPC4xx_PCI_EXPRESS
|
|
|
|
|
bool
|
2024-06-28 22:12:00 +10:00
|
|
|
depends on PCI && 44x
|
2008-08-06 09:10:01 +10:00
|
|
|
|
2014-03-06 14:52:28 +11:00
|
|
|
config PPC4xx_HSTA_MSI
|
|
|
|
|
bool
|
|
|
|
|
depends on PCI_MSI
|
2024-06-28 22:12:00 +10:00
|
|
|
depends on PCI && 44x
|
2014-03-06 14:52:28 +11:00
|
|
|
|
2008-08-06 09:10:01 +10:00
|
|
|
config PPC_MSI_BITMAP
|
|
|
|
|
bool
|
|
|
|
|
depends on PCI_MSI
|
|
|
|
|
default y if MPIC
|
|
|
|
|
default y if FSL_PCI
|
2013-09-26 17:52:17 +10:00
|
|
|
default y if PPC_POWERNV
|
2011-04-04 13:46:58 +10:00
|
|
|
|
|
|
|
|
source "arch/powerpc/sysdev/xics/Kconfig"
|
2017-04-05 17:54:50 +10:00
|
|
|
source "arch/powerpc/sysdev/xive/Kconfig"
|
2011-04-04 13:46:58 +10:00
|
|
|
|
2012-03-12 17:12:59 +00:00
|
|
|
config GE_FPGA
|
|
|
|
|
bool
|
2015-11-20 17:13:59 +08:00
|
|
|
|
|
|
|
|
config FSL_CORENET_RCPM
|
|
|
|
|
bool
|
|
|
|
|
help
|
|
|
|
|
This option enables support for RCPM (Run Control/Power Management).
|