Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Benjamin Herrenschmidt | a2d2e1e | 2007-12-21 15:39:24 +1100 | [diff] [blame] | 2 | # For a description of the syntax of this configuration file, |
Mauro Carvalho Chehab | cd238ef | 2019-06-12 14:52:48 -0300 | [diff] [blame] | 3 | # see Documentation/kbuild/kconfig-language.rst. |
Benjamin Herrenschmidt | a2d2e1e | 2007-12-21 15:39:24 +1100 | [diff] [blame] | 4 | # |
| 5 | |
| 6 | config PPC4xx_PCI_EXPRESS |
| 7 | bool |
| 8 | depends on PCI && 4xx |
Michael Ellerman | 7e30286 | 2008-08-06 09:10:01 +1000 | [diff] [blame] | 9 | |
Alistair Popple | e2c37d9 | 2014-03-06 14:52:28 +1100 | [diff] [blame] | 10 | config PPC4xx_HSTA_MSI |
| 11 | bool |
| 12 | depends on PCI_MSI |
| 13 | depends on PCI && 4xx |
Alistair Popple | e2c37d9 | 2014-03-06 14:52:28 +1100 | [diff] [blame] | 14 | |
Rupjyoti Sarmah | 3fb7933 | 2011-03-29 23:10:24 +0000 | [diff] [blame] | 15 | config PPC4xx_MSI |
| 16 | bool |
| 17 | depends on PCI_MSI |
| 18 | depends on PCI && 4xx |
Rupjyoti Sarmah | 3fb7933 | 2011-03-29 23:10:24 +0000 | [diff] [blame] | 19 | |
Michael Ellerman | 7e30286 | 2008-08-06 09:10:01 +1000 | [diff] [blame] | 20 | config PPC_MSI_BITMAP |
| 21 | bool |
| 22 | depends on PCI_MSI |
| 23 | default y if MPIC |
| 24 | default y if FSL_PCI |
Rupjyoti Sarmah | 3fb7933 | 2011-03-29 23:10:24 +0000 | [diff] [blame] | 25 | default y if PPC4xx_MSI |
Michael Ellerman | 66c29da6 | 2013-09-26 17:52:17 +1000 | [diff] [blame] | 26 | default y if PPC_POWERNV |
Benjamin Herrenschmidt | 0b05ac6 | 2011-04-04 13:46:58 +1000 | [diff] [blame] | 27 | |
| 28 | source "arch/powerpc/sysdev/xics/Kconfig" |
Benjamin Herrenschmidt | 243e251 | 2017-04-05 17:54:50 +1000 | [diff] [blame] | 29 | source "arch/powerpc/sysdev/xive/Kconfig" |
Benjamin Herrenschmidt | 0b05ac6 | 2011-04-04 13:46:58 +1000 | [diff] [blame] | 30 | |
Benjamin Herrenschmidt | ab814b9 | 2011-04-14 22:31:58 +0000 | [diff] [blame] | 31 | config PPC_SCOM |
| 32 | bool |
| 33 | |
| 34 | config SCOM_DEBUGFS |
| 35 | bool "Expose SCOM controllers via debugfs" |
Benjamin Herrenschmidt | 4777f79 | 2013-08-29 16:58:12 +1000 | [diff] [blame] | 36 | depends on PPC_SCOM && DEBUG_FS |
Martyn Welch | 44b24b7 | 2012-03-12 17:12:59 +0000 | [diff] [blame] | 37 | |
| 38 | config GE_FPGA |
| 39 | bool |
chenhui zhao | d17799f | 2015-11-20 17:13:59 +0800 | [diff] [blame] | 40 | |
| 41 | config FSL_CORENET_RCPM |
| 42 | bool |
| 43 | help |
| 44 | This option enables support for RCPM (Run Control/Power Management). |