mirror of https://github.com/hak5/openwrt.git
kernel: add CONFIG_REGMAP_MMIO config option
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46501lede-17.01
parent
91abbde594
commit
ab63719eb2
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue