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:
parent
fbdf150e84
commit
f19896d177
|
|
@ -0,0 +1 @@
|
||||||
|
CONFIG_ROCKCHIP_EMMC_IOMUX=y
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
CONFIG_ROCKCHIP_NAND_IOMUX=y
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
CONFIG_ROCKCHIP_SFC_IOMUX=y
|
||||||
Loading…
Reference in New Issue