Benjamin Herrenschmidt | a2d2e1e | 2007-12-21 15:39:24 +1100 | [diff] [blame] | 1 | # For a description of the syntax of this configuration file, |
| 2 | # see Documentation/kbuild/kconfig-language.txt. |
| 3 | # |
| 4 | |
| 5 | config PPC4xx_PCI_EXPRESS |
| 6 | bool |
| 7 | depends on PCI && 4xx |
| 8 | default n |
Michael Ellerman | 7e30286 | 2008-08-06 09:10:01 +1000 | [diff] [blame] | 9 | |
Rupjyoti Sarmah | 3fb7933 | 2011-03-29 23:10:24 +0000 | [diff] [blame] | 10 | config PPC4xx_MSI |
| 11 | bool |
| 12 | depends on PCI_MSI |
| 13 | depends on PCI && 4xx |
| 14 | default n |
| 15 | |
Michael Ellerman | 7e30286 | 2008-08-06 09:10:01 +1000 | [diff] [blame] | 16 | config PPC_MSI_BITMAP |
| 17 | bool |
| 18 | depends on PCI_MSI |
| 19 | default y if MPIC |
| 20 | default y if FSL_PCI |
Rupjyoti Sarmah | 3fb7933 | 2011-03-29 23:10:24 +0000 | [diff] [blame] | 21 | default y if PPC4xx_MSI |
Gavin Shan | a486bdb | 2013-04-25 19:20:58 +0000 | [diff] [blame] | 22 | default y if POWERNV_MSI |
Benjamin Herrenschmidt | 0b05ac6 | 2011-04-04 13:46:58 +1000 | [diff] [blame] | 23 | |
| 24 | source "arch/powerpc/sysdev/xics/Kconfig" |
| 25 | |
Benjamin Herrenschmidt | ab814b9 | 2011-04-14 22:31:58 +0000 | [diff] [blame] | 26 | config PPC_SCOM |
| 27 | bool |
| 28 | |
| 29 | config SCOM_DEBUGFS |
| 30 | bool "Expose SCOM controllers via debugfs" |
| 31 | depends on PPC_SCOM |
| 32 | default n |
Martyn Welch | 44b24b7 | 2012-03-12 17:12:59 +0000 | [diff] [blame] | 33 | |
| 34 | config GE_FPGA |
| 35 | bool |
| 36 | default n |