diff options
author | Roland Stigge <stigge@antcom.de> | 2012-08-26 16:30:37 +0200 |
---|---|---|
committer | Roland Stigge <stigge@antcom.de> | 2012-08-26 16:30:37 +0200 |
commit | d684f05f2d55655eee93d86974e9271010aaed09 (patch) | |
tree | 291edb04ccf39fb274ce08bca0dca3b5985315a5 /drivers/i2c/busses/Kconfig | |
parent | fea7a08acb13524b47711625eebea40a0ede69a0 (diff) | |
download | kernel_goldelico_gta04-d684f05f2d55655eee93d86974e9271010aaed09.zip kernel_goldelico_gta04-d684f05f2d55655eee93d86974e9271010aaed09.tar.gz kernel_goldelico_gta04-d684f05f2d55655eee93d86974e9271010aaed09.tar.bz2 |
ARM: mach-pnx4008: Remove architecture
This patch removes the ARM architecture mach-pnx4008. No direct support or user
feedback since 2006. Acknowledgements from NXP/Philips and Linux arm-soc
maintainers.
Signed-off-by: Roland Stigge <stigge@antcom.de>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-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 b4aaa1b..2025adf 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 |