diff options
author | Felix Fietkau <nbd@nbd.name> | 2020-07-20 17:45:59 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2020-08-06 12:37:04 +0200 |
commit | b0f7ea2853e26b5999e917253c927bc5d0bd7894 (patch) | |
tree | 2b07f428c64d7a02dc8a693fe17819b451a48dba /target/linux/lantiq | |
parent | eb155f755a0e4308d8b08621649fd76bb917105c (diff) | |
download | upstream-b0f7ea2853e26b5999e917253c927bc5d0bd7894.tar.gz upstream-b0f7ea2853e26b5999e917253c927bc5d0bd7894.tar.bz2 upstream-b0f7ea2853e26b5999e917253c927bc5d0bd7894.zip |
kernel: unify CONFIG_GPIO_SYSFS in kernel configs
Enable it for all platforms
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/config-4.19 | 1 | ||||
-rw-r--r-- | target/linux/lantiq/config-5.4 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/lantiq/config-4.19 b/target/linux/lantiq/config-4.19 index 3d603dbd68..7510e357a2 100644 --- a/target/linux/lantiq/config-4.19 +++ b/target/linux/lantiq/config-4.19 @@ -67,7 +67,6 @@ CONFIG_GENERIC_TIME_VSYSCALL=y CONFIG_GPIOLIB=y CONFIG_GPIO_MM_LANTIQ=y CONFIG_GPIO_STP_XWAY=y -CONFIG_GPIO_SYSFS=y CONFIG_HANDLE_DOMAIN_IRQ=y CONFIG_HARDWARE_WATCHPOINTS=y CONFIG_HAS_DMA=y diff --git a/target/linux/lantiq/config-5.4 b/target/linux/lantiq/config-5.4 index a1c259b002..a8975864c8 100644 --- a/target/linux/lantiq/config-5.4 +++ b/target/linux/lantiq/config-5.4 @@ -76,7 +76,6 @@ CONFIG_GENERIC_TIME_VSYSCALL=y CONFIG_GPIOLIB=y CONFIG_GPIO_MM_LANTIQ=y CONFIG_GPIO_STP_XWAY=y -CONFIG_GPIO_SYSFS=y CONFIG_HANDLE_DOMAIN_IRQ=y CONFIG_HARDWARE_WATCHPOINTS=y CONFIG_HAS_DMA=y |