diff options
author | Olof Johansson <olof@lixom.net> | 2012-09-05 16:16:32 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-09-05 16:16:32 -0700 |
commit | 7ad8f8f1c5a3a92a303fcf90cb2b15205c0a7635 (patch) | |
tree | 4c683e9206b754fba3f86a48ba41b65cd33a3cfb /drivers/i2c | |
parent | 63212c5ecdd558defb9aa985375626bac5a5e5a8 (diff) | |
parent | d684f05f2d55655eee93d86974e9271010aaed09 (diff) |
Merge branch 'pnx4008-removal' of git://git.antcom.de/linux-2.6 into next/cleanup
Removes the pnx4008 platform support, which hasn't seen any active
development since 2006 and seems to be unused these days.
* 'pnx4008-removal' of git://git.antcom.de/linux-2.6:
ARM: mach-pnx4008: Remove architecture
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index b4aaa1bd6728..2025adfed10c 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -545,7 +545,7 @@ config I2C_PMCMSP config I2C_PNX tristate "I2C bus support for Philips PNX and NXP LPC targets" - depends on ARCH_PNX4008 || ARCH_LPC32XX + depends on ARCH_LPC32XX help This driver supports the Philips IP3204 I2C IP block master and/or slave controller |