diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2009-01-11 19:55:39 +0300 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-01-13 17:46:31 -0600 |
commit | ea0105ea3881b409e362451690184af494bce6e3 (patch) | |
tree | 13b9cdd8ba2ca4656536c38ac9455782e3cac931 /arch/powerpc/platforms/Kconfig | |
parent | 6c9789de2a02755101f757789ffcb17312f3fa9b (diff) | |
download | talos-op-linux-ea0105ea3881b409e362451690184af494bce6e3.tar.gz talos-op-linux-ea0105ea3881b409e362451690184af494bce6e3.zip |
powerpc/83xx: Move mcu_mpc8349emitx driver out of drivers/i2c/chips/
This patch is used to help Jean Delvare to get rid of drivers/i2c/chips/
directory. The new location suggested by Kumar Gala: as the driver is
83xx specific it's placed into arch/powerpc/platforms/83xx/.
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Acked-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/Kconfig b/arch/powerpc/platforms/Kconfig index 47fe2bea9865..200b9cb900ea 100644 --- a/arch/powerpc/platforms/Kconfig +++ b/arch/powerpc/platforms/Kconfig @@ -323,4 +323,15 @@ config SIMPLE_GPIO chip-selects, Ethernet/USB PHY's power and various other small on-board peripherals. +config MCU_MPC8349EMITX + tristate "MPC8349E-mITX MCU driver" + depends on I2C && PPC_83xx + select GENERIC_GPIO + select ARCH_REQUIRE_GPIOLIB + help + Say Y here to enable soft power-off functionality on the Freescale + boards with the MPC8349E-mITX-compatible MCU chips. This driver will + also register MCU GPIOs with the generic GPIO API, so you'll able + to use MCU pins as GPIOs. + endmenu |