From ff06edd1f042312782f913725ac41642f849a109 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 7 Aug 2022 13:51:02 +0200 Subject: 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 --- target/linux/octeon/config-5.10 | 1 - target/linux/octeon/config-5.15 | 1 - 2 files changed, 2 deletions(-) (limited to 'target/linux/octeon') diff --git a/target/linux/octeon/config-5.10 b/target/linux/octeon/config-5.10 index 22c39d6e97..997d22008c 100644 --- a/target/linux/octeon/config-5.10 +++ b/target/linux/octeon/config-5.10 @@ -88,7 +88,6 @@ CONFIG_GENERIC_LIB_UCMPDI2=y CONFIG_GENERIC_PCI_IOMAP=y CONFIG_GENERIC_SMP_IDLE_THREAD=y CONFIG_GENERIC_TIME_VSYSCALL=y -CONFIG_GPIOLIB=y CONFIG_GPIO_OCTEON=y CONFIG_GRO_CELLS=y CONFIG_HANDLE_DOMAIN_IRQ=y diff --git a/target/linux/octeon/config-5.15 b/target/linux/octeon/config-5.15 index 3f5a1bb41f..f125858636 100644 --- a/target/linux/octeon/config-5.15 +++ b/target/linux/octeon/config-5.15 @@ -93,7 +93,6 @@ CONFIG_GENERIC_PCI_IOMAP=y CONFIG_GENERIC_SMP_IDLE_THREAD=y CONFIG_GENERIC_TIME_VSYSCALL=y CONFIG_GLOB=y -CONFIG_GPIOLIB=y CONFIG_GPIO_CDEV=y CONFIG_GPIO_OCTEON=y CONFIG_GRO_CELLS=y -- cgit v1.2.3