Kconfig (8c57a5e7b2820f349c95b8c8393fec1e0f4070d2) Kconfig (243e25112d06b348f087a6f7aba4bbc288285bdd)
1# For a description of the syntax of this configuration file,
2# see Documentation/kbuild/kconfig-language.txt.
3#
4
5config PPC4xx_PCI_EXPRESS
6 bool
7 depends on PCI && 4xx
8 default n

--- 14 unchanged lines hidden (view full) ---

23 bool
24 depends on PCI_MSI
25 default y if MPIC
26 default y if FSL_PCI
27 default y if PPC4xx_MSI
28 default y if PPC_POWERNV
29
30source "arch/powerpc/sysdev/xics/Kconfig"
1# For a description of the syntax of this configuration file,
2# see Documentation/kbuild/kconfig-language.txt.
3#
4
5config PPC4xx_PCI_EXPRESS
6 bool
7 depends on PCI && 4xx
8 default n

--- 14 unchanged lines hidden (view full) ---

23 bool
24 depends on PCI_MSI
25 default y if MPIC
26 default y if FSL_PCI
27 default y if PPC4xx_MSI
28 default y if PPC_POWERNV
29
30source "arch/powerpc/sysdev/xics/Kconfig"
31source "arch/powerpc/sysdev/xive/Kconfig"
31
32config PPC_SCOM
33 bool
34
35config SCOM_DEBUGFS
36 bool "Expose SCOM controllers via debugfs"
37 depends on PPC_SCOM && DEBUG_FS
38 default n
39
40config GE_FPGA
41 bool
42 default n
43
44config FSL_CORENET_RCPM
45 bool
46 help
47 This option enables support for RCPM (Run Control/Power Management).
32
33config PPC_SCOM
34 bool
35
36config SCOM_DEBUGFS
37 bool "Expose SCOM controllers via debugfs"
38 depends on PPC_SCOM && DEBUG_FS
39 default n
40
41config GE_FPGA
42 bool
43 default n
44
45config FSL_CORENET_RCPM
46 bool
47 help
48 This option enables support for RCPM (Run Control/Power Management).