diff options
author | Jean Delvare <jdelvare@suse.de> | 2016-02-11 12:06:37 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-02-16 00:11:49 +0100 |
commit | 337ea0fb15358c1dafe7f4685a6281086b5bbb40 (patch) | |
tree | a81080b656edf7b9087a8ae7f273d0a608a306bd /drivers/pinctrl/Kconfig | |
parent | 88aa9f74e23543307f3475b64d65f85cb91729cd (diff) | |
download | linux-337ea0fb15358c1dafe7f4685a6281086b5bbb40.tar.bz2 |
pinctrl: Turn AMD support to tristate
The pinctrl-amd driver builds just fine as a module so give
users this option.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/Kconfig')
-rw-r--r-- | drivers/pinctrl/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index a4c07394e313..fb8200b8e8ec 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig @@ -79,7 +79,7 @@ config PINCTRL_AT91PIO4 controller available on sama5d2 SoC. config PINCTRL_AMD - bool "AMD GPIO pin control" + tristate "AMD GPIO pin control" depends on GPIOLIB select GPIOLIB_IRQCHIP select PINCONF |