From 21cf17bb4ce5cb0cacb15d3659a544c215590001 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Mon, 19 Oct 2020 15:57:40 +0200 Subject: lantiq: remove support for kernel 4.19 The target uses 5.4 as default kernel since 06/2020. Kernel 4.19 support is not really maintained anymore, it does not seem to be needed and upcoming changes (mainly DSA) will break backward-compatibility anyway. Thus, make maintaining of old stuff and reviewing of new stuff easier by removing support for kernel 4.19. Signed-off-by: Adrian Schmutzler --- target/linux/lantiq/falcon/config-4.19 | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 target/linux/lantiq/falcon/config-4.19 (limited to 'target/linux/lantiq/falcon/config-4.19') diff --git a/target/linux/lantiq/falcon/config-4.19 b/target/linux/lantiq/falcon/config-4.19 deleted file mode 100644 index 84b36d0066..0000000000 --- a/target/linux/lantiq/falcon/config-4.19 +++ /dev/null @@ -1,12 +0,0 @@ -# CONFIG_MFD_CORE is not set -CONFIG_MTD_NAND=y -CONFIG_MTD_NAND_ECC=y -CONFIG_MTD_SPLIT_FIRMWARE_NAME="linux" -CONFIG_PINCTRL_FALCON=y -# CONFIG_PSB6970_PHY is not set -# CONFIG_RESET_LANTIQ is not set -# CONFIG_RTL8366_SMI is not set -CONFIG_SOC_FALCON=y -# CONFIG_SOC_TYPE_XWAY is not set -# CONFIG_SOC_XWAY is not set -CONFIG_SPI_FALCON=y -- cgit v1.2.3