We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee83ef1 commit 3f66836Copy full SHA for 3f66836
drivers/pinctrl/Kconfig
@@ -335,6 +335,11 @@ config PINCTRL_OCELOT
335
select GENERIC_PINMUX_FUNCTIONS
336
select OF_GPIO
337
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.
343
344
config PINCTRL_OXNAS
345
bool
drivers/pinctrl/pinctrl-ocelot.c
@@ -2052,4 +2052,6 @@ static struct platform_driver ocelot_pinctrl_driver = {
2052
.probe = ocelot_pinctrl_probe,
2053
};
2054
module_platform_driver(ocelot_pinctrl_driver);
2055
2056
+MODULE_DESCRIPTION("Ocelot Chip Pinctrl Driver");
2057
MODULE_LICENSE("Dual MIT/GPL");
0 commit comments