diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2008-10-13 19:11:38 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2008-10-13 19:11:38 -0400 |
commit | 1263965f298af611d4992165242202eb194db1c1 (patch) | |
tree | 625cbd9be60127a70619833e4e5f25a349d228da /drivers/i2c/chips/Kconfig | |
parent | 5006d1aae813727cc77cc56cca9e90ef748650ce (diff) | |
parent | c0da99d5f7b0349cb11f970b3283c0d57beb5ec9 (diff) |
Merge commit 'kumar/kumar-next'
Diffstat (limited to 'drivers/i2c/chips/Kconfig')
-rw-r--r-- | drivers/i2c/chips/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig index a95cb9465d65..17356827b93d 100644 --- a/drivers/i2c/chips/Kconfig +++ b/drivers/i2c/chips/Kconfig | |||
@@ -172,4 +172,15 @@ config MENELAUS | |||
172 | and other features that are often used in portable devices like | 172 | and other features that are often used in portable devices like |
173 | cell phones and PDAs. | 173 | cell phones and PDAs. |
174 | 174 | ||
175 | config MCU_MPC8349EMITX | ||
176 | tristate "MPC8349E-mITX MCU driver" | ||
177 | depends on I2C && PPC_83xx | ||
178 | select GENERIC_GPIO | ||
179 | select ARCH_REQUIRE_GPIOLIB | ||
180 | help | ||
181 | Say Y here to enable soft power-off functionality on the Freescale | ||
182 | boards with the MPC8349E-mITX-compatible MCU chips. This driver will | ||
183 | also register MCU GPIOs with the generic GPIO API, so you'll able | ||
184 | to use MCU pins as GPIOs. | ||
185 | |||
175 | endmenu | 186 | endmenu |