Skip to content

Commit 9fe58ec

Browse files
krzkgregkh
authored andcommitted
mux: mmio: Fix missing CONFIG_REGMAP_MMIO
MMIO mux uses now regmap_init_mmio(), so one way or another CONFIG_REGMAP_MMIO should be enabled, because there are no stubs for !REGMAP_MMIO case: ERROR: modpost: "__regmap_init_mmio_clk" [drivers/mux/mux-mmio.ko] undefined! Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Fixes: 61de83f ("mux: mmio: Do not use syscon helper to build regmap") Acked-by: Arnd Bergmann <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 86731a2 commit 9fe58ec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/mux/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ config MUX_GPIO
4848
config MUX_MMIO
4949
tristate "MMIO/Regmap register bitfield-controlled Multiplexer"
5050
depends on OF
51+
select REGMAP_MMIO
5152
help
5253
MMIO/Regmap register bitfield-controlled Multiplexer controller.
5354

0 commit comments

Comments
 (0)