diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-07-19 17:12:36 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-07-19 17:12:36 +0000 |
commit | 0f0f250b66aa35d1df69d6b3040c10b298e60e8e (patch) | |
tree | c1fd5c65f9240265412d7f8d150b0b0f0c4dc728 | |
parent | 8e674fdf1b2f65aea3517d9ccf5feaa7bf7a9a4f (diff) | |
download | upstream-0f0f250b66aa35d1df69d6b3040c10b298e60e8e.tar.gz upstream-0f0f250b66aa35d1df69d6b3040c10b298e60e8e.tar.bz2 upstream-0f0f250b66aa35d1df69d6b3040c10b298e60e8e.zip |
kernel: add missing symbols for 3.10
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37450
-rw-r--r-- | target/linux/generic/config-3.10 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.10 b/target/linux/generic/config-3.10 index 95022e40f1..628513e9e0 100644 --- a/target/linux/generic/config-3.10 +++ b/target/linux/generic/config-3.10 @@ -1068,6 +1068,7 @@ CONFIG_HZ_100=y # CONFIG_I2C_ALI15X3 is not set # CONFIG_I2C_AMD756 is not set # CONFIG_I2C_AMD8111 is not set +# CONFIG_I2C_ARB_GPIO_CHALLENGE is not set # CONFIG_I2C_CBUS_GPIO is not set # CONFIG_I2C_CHARDEV is not set # CONFIG_I2C_COMPAT is not set @@ -1087,6 +1088,7 @@ CONFIG_HZ_100=y # CONFIG_I2C_IBM_IIC is not set # CONFIG_I2C_INTEL_MID is not set # CONFIG_I2C_ISCH is not set +# CONFIG_I2C_ISMT is not set # CONFIG_I2C_MPC is not set # CONFIG_I2C_MUX is not set # CONFIG_I2C_MUX_PINCTRL is not set @@ -1789,6 +1791,7 @@ CONFIG_MTD_NAND_DENALI_SCRATCH_REG_ADDR=0xff108018 # CONFIG_MTD_NAND_ECC_BCH is not set # CONFIG_MTD_NAND_ECC_SMC is not set # CONFIG_MTD_NAND_FSL_ELBC is not set +# CONFIG_MTD_NAND_FSL_IFC is not set # CONFIG_MTD_NAND_FSL_UPM is not set # CONFIG_MTD_NAND_FSMC is not set # CONFIG_MTD_NAND_GPIO is not set |