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/generic | |
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/generic')
-rw-r--r-- | target/linux/generic/config-5.10 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-5.15 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10 index 2223456fe0..0ddd2a50bc 100644 --- a/target/linux/generic/config-5.10 +++ b/target/linux/generic/config-5.10 @@ -2081,7 +2081,7 @@ CONFIG_GENERIC_VDSO_TIME_NS=y # CONFIG_GP2AP002 is not set # CONFIG_GP2AP020A00F is not set # CONFIG_GPD_POCKET_FAN is not set -# CONFIG_GPIOLIB is not set +CONFIG_GPIOLIB=y CONFIG_GPIOLIB_FASTPATH_LIMIT=512 # CONFIG_GPIO_104_DIO_48E is not set # CONFIG_GPIO_104_IDIO_16 is not set diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15 index 5f2d274fc3..e38d9dd80f 100644 --- a/target/linux/generic/config-5.15 +++ b/target/linux/generic/config-5.15 @@ -2158,7 +2158,7 @@ CONFIG_GENERIC_VDSO_TIME_NS=y # CONFIG_GP2AP002 is not set # CONFIG_GP2AP020A00F is not set # CONFIG_GPD_POCKET_FAN is not set -# CONFIG_GPIOLIB is not set +CONFIG_GPIOLIB=y CONFIG_GPIOLIB_FASTPATH_LIMIT=512 # CONFIG_GPIO_104_DIO_48E is not set # CONFIG_GPIO_104_IDIO_16 is not set |