soc: rockchip: Add rockchip thunder boot mmc driver

This driver aimed at starting decompression as soon as
possible.

Change-Id: Ie29f43935f0642ae8c9c605d3ebc40292d4d1781
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
This commit is contained in:
Shawn Lin
2020-06-11 16:51:07 +08:00
committed by Tao Huang
parent dd8ed58c07
commit cfd9f9799d
2 changed files with 7 additions and 0 deletions

View File

@@ -156,6 +156,12 @@ config ROCKCHIP_THUNDER_BOOT
Say y here to enable Rockchip thunder boot support.
This option make the kernel boot faster.
config ROCKCHIP_THUNDER_BOOT_MMC
bool "Rockchip Thunder Boot from MMC"
depends on ROCKCHIP_THUNDER_BOOT
help
Say y if boot from MMC.
config ROCKCHIP_THUNDER_BOOT_SFC
bool "Rockchip Thunder Boot from SFC"
depends on ROCKCHIP_THUNDER_BOOT

View File

@@ -17,5 +17,6 @@ obj-$(CONFIG_ROCKCHIP_OPP) += rockchip_opp_select.o
obj-$(CONFIG_ROCKCHIP_PVTM) += rockchip_pvtm.o
obj-$(CONFIG_ROCKCHIP_SUSPEND_MODE) += rockchip_pm_config.o
obj-$(CONFIG_ROCKCHIP_SYSTEM_MONITOR) += rockchip_system_monitor.o
obj-$(CONFIG_ROCKCHIP_THUNDER_BOOT_MMC) += rockchip_thunderboot_mmc.o
obj-$(CONFIG_ROCKCHIP_THUNDER_BOOT_SFC) += rockchip_thunderboot_sfc.o
obj-$(CONFIG_ROCKCHIP_DEBUG) += rockchip_debug.o