diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2008-07-30 14:36:03 +1000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2008-07-30 14:36:03 +1000 |
commit | 3a1a8acf690873f0ee2d8a648c2ec185f4294bd2 (patch) | |
tree | 4cd633c0836f7bb30c3ce28d9b85ac0e5c21a7e2 /arch/powerpc/platforms/8xx/Kconfig | |
parent | 6e86841d05f371b5b9b86ce76c02aaee83352298 (diff) | |
parent | cf0d19fb3032ebf2cf8e5217da00f51dc025aa8e (diff) | |
download | op-kernel-dev-3a1a8acf690873f0ee2d8a648c2ec185f4294bd2.zip op-kernel-dev-3a1a8acf690873f0ee2d8a648c2ec185f4294bd2.tar.gz |
Merge commit 'kumar/kumar-next'
Diffstat (limited to 'arch/powerpc/platforms/8xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/8xx/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/8xx/Kconfig b/arch/powerpc/platforms/8xx/Kconfig index 6fc849e..71d7562 100644 --- a/arch/powerpc/platforms/8xx/Kconfig +++ b/arch/powerpc/platforms/8xx/Kconfig @@ -105,6 +105,16 @@ config 8xx_COPYBACK If in doubt, say Y here. +config 8xx_GPIO + bool "GPIO API Support" + select GENERIC_GPIO + select ARCH_REQUIRE_GPIOLIB + help + Saying Y here will cause the ports on an MPC8xx processor to be used + with the GPIO API. If you say N here, the kernel needs less memory. + + If in doubt, say Y here. + config 8xx_CPU6 bool "CPU6 Silicon Errata (860 Pre Rev. C)" help |