diff options
author | Martyn Welch <martyn.welch@ge.com> | 2012-03-12 17:12:58 +0000 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2012-03-16 11:08:08 -0500 |
commit | 6518bb69f463446a1552f52093cc699497f18fe0 (patch) | |
tree | 0630ca895b251cf06eb88321fb9502b78bd7aa58 /arch/powerpc/configs/86xx/gef_sbc610_defconfig | |
parent | 330bbf485447c0cf127750eb7d68d43a73f59356 (diff) | |
download | op-kernel-dev-6518bb69f463446a1552f52093cc699497f18fe0.zip op-kernel-dev-6518bb69f463446a1552f52093cc699497f18fe0.tar.gz |
gpio: Move GE GPIO driver to reside within GPIO subsystem
The GE GPIO driver provides basic support (set direction, read/write state)
for the GPIO provided on some GE single board computers. This patch moves
the driver from the 86xx specific platform directrory to the GPIO subsystem
so that it can be used on non-86xx boards.
Signed-off-by: Martyn Welch <martyn.welch@ge.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/configs/86xx/gef_sbc610_defconfig')
-rw-r--r-- | arch/powerpc/configs/86xx/gef_sbc610_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/configs/86xx/gef_sbc610_defconfig b/arch/powerpc/configs/86xx/gef_sbc610_defconfig index 9853397..af2e8e1 100644 --- a/arch/powerpc/configs/86xx/gef_sbc610_defconfig +++ b/arch/powerpc/configs/86xx/gef_sbc610_defconfig @@ -183,6 +183,8 @@ CONFIG_NVRAM=y CONFIG_I2C=y CONFIG_I2C_CHARDEV=y CONFIG_I2C_MPC=y +CONFIG_GPIO_SYSFS=y +CONFIG_GPIO_GE_FPGA=y CONFIG_SENSORS_LM90=y CONFIG_SENSORS_LM92=y CONFIG_WATCHDOG=y |