On Mon, Jul 3, 2023 at 3:23 PM Biju Das <biju.das.jz@xxxxxxxxxxxxxx> wrote: > Modified Kconfig to enable module build support for RZ/G2L MTU3a driver. > > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> As drivers/mfd/rz-mtu3.c already has the needed MODULE_*() lines: drivers/mfd/rz-mtu3.c:MODULE_DEVICE_TABLE(of, rz_mtu3_of_match); drivers/mfd/rz-mtu3.c:MODULE_AUTHOR("Biju Das <biju.das.jz@xxxxxxxxxxxxxx>"); drivers/mfd/rz-mtu3.c:MODULE_DESCRIPTION("Renesas RZ/G2L MTU3a Core Driver"); drivers/mfd/rz-mtu3.c:MODULE_LICENSE("GPL"); Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds