diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-06 15:09:39 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-06 15:09:39 +0000 |
commit | df1b8f99d32d1eeabf752c885d5a13fc12bd598c (patch) | |
tree | 1475a8a99a1823acfb01f6d9b7fa55221a18734a | |
parent | badcf6990835a49caede0c795d524345ccb43372 (diff) | |
download | upstream-df1b8f99d32d1eeabf752c885d5a13fc12bd598c.tar.gz upstream-df1b8f99d32d1eeabf752c885d5a13fc12bd598c.tar.bz2 upstream-df1b8f99d32d1eeabf752c885d5a13fc12bd598c.zip |
kernel: add missing config symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35021 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic/config-3.3 | 3 | ||||
-rw-r--r-- | target/linux/generic/config-3.6 | 3 | ||||
-rw-r--r-- | target/linux/generic/config-3.7 | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.3 b/target/linux/generic/config-3.3 index a67bd38607..94cd0812f5 100644 --- a/target/linux/generic/config-3.3 +++ b/target/linux/generic/config-3.3 @@ -2236,6 +2236,9 @@ CONFIG_RD_LZMA=y # CONFIG_RD_XZ is not set # CONFIG_REALTEK_PHY is not set # CONFIG_REDWOOD is not set +# CONFIG_REGMAP is not set +# CONFIG_REGMAP_I2C is not set +# CONFIG_REGMAP_SPI is not set # CONFIG_REGULATOR is not set # CONFIG_REGULATOR_BQ24022 is not set # CONFIG_REGULATOR_FIXED_VOLTAGE is not set diff --git a/target/linux/generic/config-3.6 b/target/linux/generic/config-3.6 index c440622922..bec1a12dd6 100644 --- a/target/linux/generic/config-3.6 +++ b/target/linux/generic/config-3.6 @@ -2349,6 +2349,9 @@ CONFIG_RD_LZMA=y # CONFIG_READABLE_ASM is not set # CONFIG_REALTEK_PHY is not set # CONFIG_REDWOOD is not set +# CONFIG_REGMAP is not set +# CONFIG_REGMAP_I2C is not set +# CONFIG_REGMAP_SPI is not set # CONFIG_REGULATOR is not set # CONFIG_REGULATOR_BQ24022 is not set # CONFIG_REGULATOR_FIXED_VOLTAGE is not set diff --git a/target/linux/generic/config-3.7 b/target/linux/generic/config-3.7 index 8e7a45027c..4240e64fc2 100644 --- a/target/linux/generic/config-3.7 +++ b/target/linux/generic/config-3.7 @@ -2393,6 +2393,9 @@ CONFIG_RD_LZMA=y # CONFIG_READABLE_ASM is not set # CONFIG_REALTEK_PHY is not set # CONFIG_REDWOOD is not set +# CONFIG_REGMAP is not set +# CONFIG_REGMAP_I2C is not set +# CONFIG_REGMAP_SPI is not set # CONFIG_REGULATOR is not set # CONFIG_REGULATOR_BQ24022 is not set # CONFIG_REGULATOR_FIXED_VOLTAGE is not set |