diff options
author | Biju Das <biju.das.jz@bp.renesas.com> | 2023-07-11 10:28:41 +0100 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2023-08-18 21:48:01 +0100 |
commit | edae09467141abdf1d04804d15a5ede8aa4562fd (patch) | |
tree | 8d0a2264b5189ca04ff8cf7b8457743ef37f4780 /drivers/mfd/Kconfig | |
parent | e10038ce1ba91874b487aa9c86b64ad813e5cc47 (diff) |
mfd: Add module build support for RZ/G2L MTU3a
Modified Kconfig to enable module build support for RZ/G2L MTU3a driver.
While at it, added module.h header file.
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20230711092841.119161-1-biju.das.jz@bp.renesas.com
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 8effe182266d..a3875d983b9f 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -1371,7 +1371,7 @@ config MFD_SC27XX_PMIC and it also adds the irq_chip parts for handling the PMIC chip events. config RZ_MTU3 - bool "Renesas RZ/G2L MTU3a core driver" + tristate "Renesas RZ/G2L MTU3a core driver" depends on (ARCH_RZG2L && OF) || COMPILE_TEST help Select this option to enable Renesas RZ/G2L MTU3a core driver for |