diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2022-08-07 13:51:02 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-08-10 21:36:17 +0200 |
commit | ff06edd1f042312782f913725ac41642f849a109 (patch) | |
tree | e1393e27ab4707161fdc75349f86f04c7c73a45d /target/linux/sunxi | |
parent | 0e3bafc601f9103f379ea9c3ea89f000a29b074b (diff) | |
download | upstream-ff06edd1f042312782f913725ac41642f849a109.tar.gz upstream-ff06edd1f042312782f913725ac41642f849a109.tar.bz2 upstream-ff06edd1f042312782f913725ac41642f849a109.zip |
kernel: Activate CONFIG_GPIOLIB in generic configuration
All targets expect the malta target already activate the CONFIG_GPIOLIB
option. Move it to generic kernel configuration and also activate it for
malta.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/sunxi')
-rw-r--r-- | target/linux/sunxi/config-5.10 | 1 | ||||
-rw-r--r-- | target/linux/sunxi/config-5.15 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/sunxi/config-5.10 b/target/linux/sunxi/config-5.10 index fa43fa248d..caac9e1436 100644 --- a/target/linux/sunxi/config-5.10 +++ b/target/linux/sunxi/config-5.10 @@ -198,7 +198,6 @@ CONFIG_GENERIC_STRNLEN_USER=y CONFIG_GENERIC_TIME_VSYSCALL=y CONFIG_GENERIC_VDSO_32=y CONFIG_GLOB=y -CONFIG_GPIOLIB=y CONFIG_HANDLE_DOMAIN_IRQ=y CONFIG_HARDEN_BRANCH_PREDICTOR=y CONFIG_HARDIRQS_SW_RESEND=y diff --git a/target/linux/sunxi/config-5.15 b/target/linux/sunxi/config-5.15 index 2c09114f55..c7dbc5a9f1 100644 --- a/target/linux/sunxi/config-5.15 +++ b/target/linux/sunxi/config-5.15 @@ -199,7 +199,6 @@ CONFIG_GENERIC_STRNLEN_USER=y CONFIG_GENERIC_TIME_VSYSCALL=y CONFIG_GENERIC_VDSO_32=y CONFIG_GLOB=y -CONFIG_GPIOLIB=y CONFIG_GPIO_CDEV=y CONFIG_HANDLE_DOMAIN_IRQ=y CONFIG_HARDEN_BRANCH_PREDICTOR=y |