M7350/kernel/arch/powerpc/sysdev/Kconfig

43 lines
692 B
Plaintext
Raw Normal View History

2024-09-09 08:52:07 +00:00
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
config PPC4xx_PCI_EXPRESS
bool
depends on PCI && 4xx
default n
2024-09-09 08:57:42 +00:00
config PPC4xx_HSTA_MSI
bool
depends on PCI_MSI
depends on PCI && 4xx
default n
2024-09-09 08:52:07 +00:00
config PPC4xx_MSI
bool
depends on PCI_MSI
depends on PCI && 4xx
default n
config PPC_MSI_BITMAP
bool
depends on PCI_MSI
default y if MPIC
default y if FSL_PCI
default y if PPC4xx_MSI
2024-09-09 08:57:42 +00:00
default y if PPC_POWERNV
2024-09-09 08:52:07 +00:00
source "arch/powerpc/sysdev/xics/Kconfig"
config PPC_SCOM
bool
config SCOM_DEBUGFS
bool "Expose SCOM controllers via debugfs"
2024-09-09 08:57:42 +00:00
depends on PPC_SCOM && DEBUG_FS
2024-09-09 08:52:07 +00:00
default n
config GE_FPGA
bool
default n