diff options
Diffstat (limited to 'arch/powerpc/sysdev/Kconfig')
-rw-r--r-- | arch/powerpc/sysdev/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/Kconfig b/arch/powerpc/sysdev/Kconfig new file mode 100644 index 000000000000..72fb35b9ebca --- /dev/null +++ b/arch/powerpc/sysdev/Kconfig | |||
@@ -0,0 +1,8 @@ | |||
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 | ||