pinctrl: ocelot: add help and description information to ocelot pinctrl kconfig
authorColin Foster <colin.foster@in-advantage.com>
Fri, 9 Sep 2022 15:38:02 +0000 (08:38 -0700)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 14 Sep 2022 12:25:40 +0000 (14:25 +0200)
Add missed help information and module export name to the Microsemi Ocelot
and Jaguar2 SoC.

Signed-off-by: Colin Foster <colin.foster@in-advantage.com>
Link: https://lore.kernel.org/r/20220909153802.3370088-1-colin.foster@in-advantage.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/Kconfig
drivers/pinctrl/pinctrl-ocelot.c

index c09562f..da87f2d 100644 (file)
@@ -335,6 +335,11 @@ config PINCTRL_OCELOT
        select GENERIC_PINMUX_FUNCTIONS
        select OF_GPIO
        select REGMAP_MMIO
+       help
+         Support for the internal GPIO interfaces on Microsemi Ocelot and
+         Jaguar2 SoCs.
+
+         If conpiled as a module, the module name will be pinctrl-ocelot.
 
 config PINCTRL_OXNAS
        bool
index c5fd154..647e914 100644 (file)
@@ -2052,4 +2052,6 @@ static struct platform_driver ocelot_pinctrl_driver = {
        .probe = ocelot_pinctrl_probe,
 };
 module_platform_driver(ocelot_pinctrl_driver);
+
+MODULE_DESCRIPTION("Ocelot Chip Pinctrl Driver");
 MODULE_LICENSE("Dual MIT/GPL");