mirror of
https://github.com/armbian/build.git
synced 2025-08-11 21:56:58 +02:00
27 lines
863 B
Diff
27 lines
863 B
Diff
From 0000000000000000000000000000000000000000 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: 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 111111111111..222222222222 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
|
|
--
|
|
Armbian
|
|
|