Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jean Delvare and committed by
Linus Walleij
337ea0fb 88aa9f74

+1 -1
+1 -1
drivers/pinctrl/Kconfig
··· 79 79 controller available on sama5d2 SoC. 80 80 81 81 config PINCTRL_AMD 82 - bool "AMD GPIO pin control" 82 + tristate "AMD GPIO pin control" 83 83 depends on GPIOLIB 84 84 select GPIOLIB_IRQCHIP 85 85 select PINCONF