Author: hauke Date: 2015-07-26 17:51:59 +0200 (Sun, 26 Jul 2015) New Revision: 46501
Modified: trunk/target/linux/generic/config-3.18 trunk/target/linux/generic/config-4.0 trunk/target/linux/generic/config-4.1 Log: kernel: add CONFIG_REGMAP_MMIO config option Signed-off-by: Hauke Mehrtens <[email protected]> Modified: trunk/target/linux/generic/config-3.18 =================================================================== --- trunk/target/linux/generic/config-3.18 2015-07-26 15:51:37 UTC (rev 46500) +++ trunk/target/linux/generic/config-3.18 2015-07-26 15:51:59 UTC (rev 46501) @@ -3009,6 +3009,7 @@ # 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 Modified: trunk/target/linux/generic/config-4.0 =================================================================== --- trunk/target/linux/generic/config-4.0 2015-07-26 15:51:37 UTC (rev 46500) +++ trunk/target/linux/generic/config-4.0 2015-07-26 15:51:59 UTC (rev 46501) @@ -3056,6 +3056,7 @@ # 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 Modified: trunk/target/linux/generic/config-4.1 =================================================================== --- trunk/target/linux/generic/config-4.1 2015-07-26 15:51:37 UTC (rev 46500) +++ trunk/target/linux/generic/config-4.1 2015-07-26 15:51:59 UTC (rev 46501) @@ -3092,6 +3092,7 @@ # 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
