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/bcm27xx/bcm2711 | |
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/bcm27xx/bcm2711')
-rw-r--r-- | target/linux/bcm27xx/bcm2711/config-5.15 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/bcm27xx/bcm2711/config-5.15 b/target/linux/bcm27xx/bcm2711/config-5.15 index e9e50ea26d..61ced4508a 100644 --- a/target/linux/bcm27xx/bcm2711/config-5.15 +++ b/target/linux/bcm27xx/bcm2711/config-5.15 @@ -256,8 +256,6 @@ CONFIG_I2C=y # CONFIG_I2C_BCM2708 is not set CONFIG_I2C_BOARDINFO=y # CONFIG_I2C_BRCMSTB is not set -CONFIG_IKCONFIG=y -CONFIG_IKCONFIG_PROC=y CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000 CONFIG_INPUT=y CONFIG_INPUT_MOUSEDEV=y |