diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2015-07-26 15:51:59 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2015-07-26 15:51:59 +0000 |
commit | 0d08877a5d6a60fca48db8e2e4bdc26ed21da676 (patch) | |
tree | 39be418563c3dc336fd3138fc3b9e6cba2feb23a /target | |
parent | c8c1ece6193dd3c3dc2ddf5f4d2f0acad45bfc35 (diff) | |
download | master-187ad058-0d08877a5d6a60fca48db8e2e4bdc26ed21da676.tar.gz master-187ad058-0d08877a5d6a60fca48db8e2e4bdc26ed21da676.tar.bz2 master-187ad058-0d08877a5d6a60fca48db8e2e4bdc26ed21da676.zip |
kernel: add CONFIG_REGMAP_MMIO config option
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46501 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-3.18 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-4.0 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-4.1 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index e0202b788d..8a87d7194c 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -3009,6 +3009,7 @@ CONFIG_RCU_FANOUT_LEAF=16 # CONFIG_REDWOOD is not set # CONFIG_REGMAP is not set # CONFIG_REGMAP_I2C is not set +# CONFIG_REGMAP_MMIO is not set # CONFIG_REGMAP_SPI is not set # CONFIG_REGULATOR is not set # CONFIG_REGULATOR_ACT8865 is not set diff --git a/target/linux/generic/config-4.0 b/target/linux/generic/config-4.0 index 4ce04b9b4a..978b84cc0b 100644 --- a/target/linux/generic/config-4.0 +++ b/target/linux/generic/config-4.0 @@ -3056,6 +3056,7 @@ CONFIG_RCU_KTHREAD_PRIO=0 # CONFIG_REDWOOD is not set # CONFIG_REGMAP is not set # CONFIG_REGMAP_I2C is not set +# CONFIG_REGMAP_MMIO is not set # CONFIG_REGMAP_SPI is not set # CONFIG_REGULATOR is not set # CONFIG_REGULATOR_ACT8865 is not set diff --git a/target/linux/generic/config-4.1 b/target/linux/generic/config-4.1 index c3ab5f9102..5239c86b5a 100644 --- a/target/linux/generic/config-4.1 +++ b/target/linux/generic/config-4.1 @@ -3092,6 +3092,7 @@ CONFIG_RCU_TORTURE_TEST_SLOW_INIT_DELAY=3 # CONFIG_REDWOOD is not set # CONFIG_REGMAP is not set # CONFIG_REGMAP_I2C is not set +# CONFIG_REGMAP_MMIO is not set # CONFIG_REGMAP_SPI is not set # CONFIG_REGULATOR is not set # CONFIG_REGULATOR_ACT8865 is not set |