diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2008-10-21 13:14:22 +1100 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2008-10-21 13:14:22 +1100 |
commit | dfe218b7ef0c1d561a0d5ce294c173f1551985ff (patch) | |
tree | 10b9f4bfa92a1fe236df0af128aa2c12932faf07 /arch/powerpc/platforms/44x/Kconfig | |
parent | 34318c253b861f82bd4a2956e6c8ae8ee2c3aae7 (diff) | |
parent | 1ff0fcfcb1a6d0a4c4d065ed230be7beae087b83 (diff) |
Merge commit 'jwb/jwb-next'
Diffstat (limited to 'arch/powerpc/platforms/44x/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/44x/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/44x/Kconfig b/arch/powerpc/platforms/44x/Kconfig index 79c1154f88d..3496bc05058 100644 --- a/arch/powerpc/platforms/44x/Kconfig +++ b/arch/powerpc/platforms/44x/Kconfig @@ -167,6 +167,14 @@ config PPC44x_SIMPLE help This option enables the simple PowerPC 44x platform support. +config PPC4xx_GPIO + bool "PPC4xx GPIO support" + depends on 44x + select ARCH_REQUIRE_GPIOLIB + select GENERIC_GPIO + help + Enable gpiolib support for ppc440 based boards + # 44x specific CPU modules, selected based on the board above. config 440EP bool |