Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

memory: renesas-rpc-if: RENESAS_RPCIF should select RESET_CONTROLLER

The Renesas RPC-IF driver calls devm_reset_control_get_exclusive(),
which returns -ENOTSUPP if CONFIG_RESET_CONTROLLER is not enabled.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/e443aa66d146da5646b7ebece8876545b8621063.1633447756.git.geert+renesas@glider.be
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>

authored by

Geert Uytterhoeven and committed by
Krzysztof Kozlowski
4a26df8e 1869023e

+1
+1
drivers/memory/Kconfig
··· 210 210 tristate "Renesas RPC-IF driver" 211 211 depends on ARCH_RENESAS || COMPILE_TEST 212 212 select REGMAP_MMIO 213 + select RESET_CONTROLLER 213 214 help 214 215 This supports Renesas R-Car Gen3 or RZ/G2 RPC-IF which provides 215 216 either SPI host or HyperFlash. You'll have to select individual