kmod-regmap: make regmap-mmio user selectable
REGMAP_MMIO is a hidden symbol, so it cannot be directly selected. If nothing selects it, it will fail the build with: ERROR: module '/store/buildbot/slave/slave/rb532/build/build_dir/target-mipsel_mips32_musl-1.1.10/linux-rb532/linux-3.18.19/drivers/base/regmap/regmap-mmio.ko' is missing. make[2]: *** [/store/buildbot/slave/slave/rb532/build/bin/rb532/packages/base/kmod-regmap_3.18.19-1_rb532.ipk] Error 1 Fix this by adding a description to allow selecting it manually. Fixes: r46451 ("kmod-regmap: enable MMIO support") Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46485
This commit is contained in:
parent
da337e211e
commit
71f2d6f865
|
@ -30,8 +30,9 @@
|
||||||
depends on SPMI
|
depends on SPMI
|
||||||
|
|
||||||
config REGMAP_MMIO
|
config REGMAP_MMIO
|
||||||
|
- tristate
|
||||||
|
+ tristate "Regmap MMIO"
|
||||||
+ select REGMAP
|
+ select REGMAP
|
||||||
tristate
|
|
||||||
|
|
||||||
config REGMAP_IRQ
|
config REGMAP_IRQ
|
||||||
+ select REGMAP
|
+ select REGMAP
|
||||||
|
|
|
@ -34,8 +34,9 @@
|
||||||
depends on SPMI
|
depends on SPMI
|
||||||
|
|
||||||
config REGMAP_MMIO
|
config REGMAP_MMIO
|
||||||
|
- tristate
|
||||||
|
+ tristate "Regmap MMIO"
|
||||||
+ select REGMAP
|
+ select REGMAP
|
||||||
tristate
|
|
||||||
|
|
||||||
config REGMAP_IRQ
|
config REGMAP_IRQ
|
||||||
+ select REGMAP
|
+ select REGMAP
|
||||||
|
|
|
@ -34,8 +34,9 @@
|
||||||
depends on SPMI
|
depends on SPMI
|
||||||
|
|
||||||
config REGMAP_MMIO
|
config REGMAP_MMIO
|
||||||
|
- tristate
|
||||||
|
+ tristate "Regmap MMIO"
|
||||||
+ select REGMAP
|
+ select REGMAP
|
||||||
tristate
|
|
||||||
|
|
||||||
config REGMAP_IRQ
|
config REGMAP_IRQ
|
||||||
+ select REGMAP
|
+ select REGMAP
|
||||||
|
|
Loading…
Reference in New Issue