diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-09-01 13:23:54 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-09-01 13:23:54 +0000 |
commit | fe6bbfa25c96f377efce0ae4d6c6fde67e4b767e (patch) | |
tree | acdd1fc3e88de6d7ccd9a9280895657920a757b8 /target/linux | |
parent | 32241fb50edaae4689bb59630d082cb285e35c70 (diff) |
Move I2C_PCA Kconfig item to generic-2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12459 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/at91/config-2.6.25 | 1 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.25 | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/at91/config-2.6.25 b/target/linux/at91/config-2.6.25 index 761d85c9fc..c4dbecf285 100644 --- a/target/linux/at91/config-2.6.25 +++ b/target/linux/at91/config-2.6.25 @@ -126,7 +126,6 @@ CONFIG_HW_CONSOLE=y # CONFIG_HW_RANDOM is not set CONFIG_HZ=128 # CONFIG_I2C is not set -# CONFIG_I2C_PCA is no set # CONFIG_IBM_NEW_EMAC_EMAC4 is not set # CONFIG_IBM_NEW_EMAC_RGMII is not set # CONFIG_IBM_NEW_EMAC_TAH is not set diff --git a/target/linux/generic-2.6/config-2.6.25 b/target/linux/generic-2.6/config-2.6.25 index 85817cc9c1..a97ad0d730 100644 --- a/target/linux/generic-2.6/config-2.6.25 +++ b/target/linux/generic-2.6/config-2.6.25 @@ -435,6 +435,7 @@ CONFIG_HZ_100=y # CONFIG_I2C_NFORCE2 is not set # CONFIG_I2C_OCORES is not set # CONFIG_I2C_PARPORT_LIGHT is not set +# CONFIG_I2C_PCA is not set # CONFIG_I2C_PCA_ISA is not set # CONFIG_I2C_PIIX4 is not set # CONFIG_I2C_PROSAVAGE is not set |