From f19896d177ad79502b6c7eac8e1ece59404c4f94 Mon Sep 17 00:00:00 2001 From: Joseph Chen Date: Mon, 8 Feb 2021 11:11:19 +0800 Subject: [PATCH] configs: rockchip: add emmc/nand/sfc fragment for all platforms We expect they are to be common fragment for different storage, maybe there will be more configurations to be add in the future. Example: make rv1126_defconfig rk-emmc.config // generate .config ./make.sh // build with exist .config Signed-off-by: Joseph Chen Change-Id: Ib7bc64aaf16777eba8b64409674f8874a4ee8481 --- configs/rk-emmc.config | 1 + configs/rk-nand.config | 1 + configs/rk-sfc.config | 1 + 3 files changed, 3 insertions(+) create mode 100644 configs/rk-emmc.config create mode 100644 configs/rk-nand.config create mode 100644 configs/rk-sfc.config diff --git a/configs/rk-emmc.config b/configs/rk-emmc.config new file mode 100644 index 0000000000..ece14d47b0 --- /dev/null +++ b/configs/rk-emmc.config @@ -0,0 +1 @@ +CONFIG_ROCKCHIP_EMMC_IOMUX=y diff --git a/configs/rk-nand.config b/configs/rk-nand.config new file mode 100644 index 0000000000..d31c2030ce --- /dev/null +++ b/configs/rk-nand.config @@ -0,0 +1 @@ +CONFIG_ROCKCHIP_NAND_IOMUX=y diff --git a/configs/rk-sfc.config b/configs/rk-sfc.config new file mode 100644 index 0000000000..ce30768a8e --- /dev/null +++ b/configs/rk-sfc.config @@ -0,0 +1 @@ +CONFIG_ROCKCHIP_SFC_IOMUX=y