mirror of
https://github.com/armbian/build.git
synced 2025-08-09 04:36:58 +02:00
* Add 88 new patches to series. tag: orange-pi-5.17-20220409-0454 * Fix the applicability of patches.megous to the v5.17.3 kernel * Fix series.conf. Disable the patch that is not being applied * Add support for sun50i-h6-orangepi-3-lts * Check the applicability in the series * Move to a patches.armbian folder * Bananapro: add AXP209 regulators * fix-gpio-kconfig remove if EXPERT to allow normal build * sunxi-5.17: Remove unused patches
27 lines
858 B
Diff
27 lines
858 B
Diff
From daed33d0944439dd9239057763b5e03bd9dd379f Mon Sep 17 00:00:00 2001
|
|
From: schwar3kat <61094841+schwar3kat@users.noreply.github.com>
|
|
Date: Sun, 3 Apr 2022 00:20:50 +1300
|
|
Subject: [PATCH] fix-gpio-kconfig remove if EXPERT to allow normal build
|
|
|
|
Signed-off-by: schwar3kat <61094841+schwar3kat@users.noreply.github.com>
|
|
---
|
|
drivers/gpio/Kconfig | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
|
|
index 947474f6a..0458a96a7 100644
|
|
--- a/drivers/gpio/Kconfig
|
|
+++ b/drivers/gpio/Kconfig
|
|
@@ -59,7 +59,7 @@ config DEBUG_GPIO
|
|
that are most common when setting up new platforms or boards.
|
|
|
|
config GPIO_SYSFS
|
|
- bool "/sys/class/gpio/... (sysfs interface)" if EXPERT
|
|
+ bool "/sys/class/gpio/... (sysfs interface)"
|
|
depends on SYSFS
|
|
select GPIO_CDEV # We need to encourage the new ABI
|
|
help
|
|
--
|
|
|
|
|