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 <chenjh@rock-chips.com>
Change-Id: Ib7bc64aaf16777eba8b64409674f8874a4ee8481
This commit is contained in:
Joseph Chen 2021-02-08 11:11:19 +08:00 committed by Jianhong Chen
parent fbdf150e84
commit f19896d177
3 changed files with 3 additions and 0 deletions

1
configs/rk-emmc.config Normal file
View File

@ -0,0 +1 @@
CONFIG_ROCKCHIP_EMMC_IOMUX=y

1
configs/rk-nand.config Normal file
View File

@ -0,0 +1 @@
CONFIG_ROCKCHIP_NAND_IOMUX=y

1
configs/rk-sfc.config Normal file
View File

@ -0,0 +1 @@
CONFIG_ROCKCHIP_SFC_IOMUX=y