Skip to content

Commit 3f66836

Browse files
colin-foster-in-advantagelinusw
authored andcommitted
pinctrl: ocelot: add help and description information to ocelot pinctrl kconfig
Add missed help information and module export name to the Microsemi Ocelot and Jaguar2 SoC. Signed-off-by: Colin Foster <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent ee83ef1 commit 3f66836

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

drivers/pinctrl/Kconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,11 @@ config PINCTRL_OCELOT
335335
select GENERIC_PINMUX_FUNCTIONS
336336
select OF_GPIO
337337
select REGMAP_MMIO
338+
help
339+
Support for the internal GPIO interfaces on Microsemi Ocelot and
340+
Jaguar2 SoCs.
341+
342+
If conpiled as a module, the module name will be pinctrl-ocelot.
338343

339344
config PINCTRL_OXNAS
340345
bool

drivers/pinctrl/pinctrl-ocelot.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2052,4 +2052,6 @@ static struct platform_driver ocelot_pinctrl_driver = {
20522052
.probe = ocelot_pinctrl_probe,
20532053
};
20542054
module_platform_driver(ocelot_pinctrl_driver);
2055+
2056+
MODULE_DESCRIPTION("Ocelot Chip Pinctrl Driver");
20552057
MODULE_LICENSE("Dual MIT/GPL");

0 commit comments

Comments
 (0)