From f8a6987cd1aae8698062c8ac3907193a5c66004a Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Sun, 31 Dec 2017 12:11:57 +0100 Subject: lantiq: make dts files and kernel config kernel version specific Move the devicetree source files to a kernel specific directory in preparation of adding kernel 4.14 support. Rename the subtarget kernel config files to match a specific kernel version. Signed-off-by: Mathias Kresin --- target/linux/lantiq/falcon/config-4.9 | 10 ++++++++++ target/linux/lantiq/falcon/config-default | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 target/linux/lantiq/falcon/config-4.9 delete mode 100644 target/linux/lantiq/falcon/config-default (limited to 'target/linux/lantiq/falcon') diff --git a/target/linux/lantiq/falcon/config-4.9 b/target/linux/lantiq/falcon/config-4.9 new file mode 100644 index 0000000000..de4fa3686d --- /dev/null +++ b/target/linux/lantiq/falcon/config-4.9 @@ -0,0 +1,10 @@ +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_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 diff --git a/target/linux/lantiq/falcon/config-default b/target/linux/lantiq/falcon/config-default deleted file mode 100644 index de4fa3686d..0000000000 --- a/target/linux/lantiq/falcon/config-default +++ /dev/null @@ -1,10 +0,0 @@ -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_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