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 | |
| 10 | config PPC_MSI_BITMAP |
| 11 | bool |
| 12 | depends on PCI_MSI |
| 13 | default y if MPIC |
| 14 | default y if FSL_PCI |
Benjamin Herrenschmidt | 0b05ac6 | 2011-04-04 13:46:58 +1000 | [diff] [blame] | 15 | |
| 16 | source "arch/powerpc/sysdev/xics/Kconfig" |
| 17 | |
Benjamin Herrenschmidt | ab814b9 | 2011-04-14 22:31:58 +0000 | [diff] [blame^] | 18 | config PPC_SCOM |
| 19 | bool |
| 20 | |
| 21 | config SCOM_DEBUGFS |
| 22 | bool "Expose SCOM controllers via debugfs" |
| 23 | depends on PPC_SCOM |
| 24 | default n |