diff options
author | Felix Fietkau <nbd@nbd.name> | 2022-10-11 14:20:04 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2022-10-14 13:15:47 +0200 |
commit | 9995dd254374aa627257ab3218512877a9ae33de (patch) | |
tree | 3051b0e461b0a12c11375c9ced4fa5a06936ef04 /target/linux/omap | |
parent | d3cd09d1c6b0ef86738793d9c599c3aecfc6c7d3 (diff) | |
download | upstream-9995dd254374aa627257ab3218512877a9ae33de.tar.gz upstream-9995dd254374aa627257ab3218512877a9ae33de.tar.bz2 upstream-9995dd254374aa627257ab3218512877a9ae33de.zip |
kernel: remove target specific CONFIG_IKCONFIG lines
Use generic configuration for this feature
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/omap')
-rw-r--r-- | target/linux/omap/config-5.10 | 2 | ||||
-rw-r--r-- | target/linux/omap/config-5.15 | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/omap/config-5.10 b/target/linux/omap/config-5.10 index 4aadb401a7..c3178b4702 100644 --- a/target/linux/omap/config-5.10 +++ b/target/linux/omap/config-5.10 @@ -273,8 +273,6 @@ CONFIG_I2C_ALGOBIT=y CONFIG_I2C_BOARDINFO=y CONFIG_I2C_CHARDEV=y CONFIG_I2C_OMAP=y -CONFIG_IKCONFIG=y -CONFIG_IKCONFIG_PROC=y CONFIG_INITRAMFS_SOURCE="" CONFIG_IP_PNP=y CONFIG_IP_PNP_BOOTP=y diff --git a/target/linux/omap/config-5.15 b/target/linux/omap/config-5.15 index c35a20acda..7b0dd7c908 100644 --- a/target/linux/omap/config-5.15 +++ b/target/linux/omap/config-5.15 @@ -277,8 +277,6 @@ CONFIG_I2C_ALGOBIT=y CONFIG_I2C_BOARDINFO=y CONFIG_I2C_CHARDEV=y CONFIG_I2C_OMAP=y -CONFIG_IKCONFIG=y -CONFIG_IKCONFIG_PROC=y CONFIG_INITRAMFS_SOURCE="" CONFIG_IP_PNP=y CONFIG_IP_PNP_BOOTP=y |