mirror of https://github.com/OpenIPC/firmware.git
16 lines
495 B
Diff
16 lines
495 B
Diff
diff -drupN a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
|
|
--- a/drivers/gpio/Kconfig 2018-08-06 17:23:04.000000000 +0300
|
|
+++ b/drivers/gpio/Kconfig 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -128,6 +128,11 @@ config GPIO_AXP209
|
|
help
|
|
Say yes to enable GPIO support for the AXP209 PMIC
|
|
|
|
+config GPIO_SUNXI
|
|
+ tristate "SUNXI GPIO Support"
|
|
+ help
|
|
+ Say yes if need SUNXI GPIO Support
|
|
+
|
|
config GPIO_BCM_KONA
|
|
bool "Broadcom Kona GPIO"
|
|
depends on OF_GPIO && (ARCH_BCM_MOBILE || COMPILE_TEST)
|