diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2023-12-12 23:08:30 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2023-12-12 23:08:30 +0100 |
commit | 2ddb7c424a60c2bbcffd582aeb75b24bdd7db241 (patch) | |
tree | 0b526eb6feb97998887e8e65f1a45e496655559d /drivers/pinctrl/Kconfig | |
parent | db4a9133511c4a325be04644bf8754ffdfc550bc (diff) | |
parent | 1e95d20ae8e6a383b4c1dd2282e5259790724037 (diff) | |
download | lwn-2ddb7c424a60c2bbcffd582aeb75b24bdd7db241.tar.gz lwn-2ddb7c424a60c2bbcffd582aeb75b24bdd7db241.zip |
Merge tag 'pef2256-framer' into devel
Immutable tag for the PEF2256 framer
Diffstat (limited to 'drivers/pinctrl/Kconfig')
-rw-r--r-- | drivers/pinctrl/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index 02133fd9d924..8163a5983166 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig @@ -366,6 +366,21 @@ config PINCTRL_PALMAS open drain configuration for the Palmas series devices like TPS65913, TPS80036 etc. +config PINCTRL_PEF2256 + tristate "Lantiq PEF2256 (FALC56) pin controller driver" + depends on OF && FRAMER_PEF2256 + select PINMUX + select PINCONF + select GENERIC_PINCONF + help + This option enables the pin controller support for the Lantiq PEF2256 + framer, also known as FALC56. + + If unsure, say N. + + To compile this driver as a module, choose M here: the + module will be called pinctrl-pef2256. + config PINCTRL_PIC32 bool "Microchip PIC32 pin controller driver" depends on OF |