Kconfig (e5451c8f8330e03ad3cfa16048b4daf961af434f) Kconfig (d17799f9c10e283cccd4d598d3416e6fac336ab9)
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

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

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
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

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

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).