soc: rockchip: mmc: add emmc vendor storage

Change-Id: I3996cccaed265af2295dbc1ee77746928e1beec5
Signed-off-by: Yifeng Zhao <zyf@rock-chips.com>
This commit is contained in:
Yifeng Zhao
2016-08-02 11:30:36 +08:00
committed by Tao Huang
parent 644a09599f
commit 6f05d54b63
2 changed files with 13 additions and 0 deletions

View File

@@ -36,6 +36,17 @@ config ROCKCHIP_PM_DOMAINS
If unsure, say N.
config ROCKCHIP_VENDOR_STORAGE
tristate "Rockchip vendor storage support"
help
Say y here to enable rockchip vendor storage support.
config ROCKCHIP_MMC_VENDOR_STORAGE
tristate "Rockchip mmc vendor storage support"
depends on ROCKCHIP_VENDOR_STORAGE && MMC
help
Say y here to enable rockchip mmc vendor storage support.
config ROCKCHIP_FIQ_DEBUGGER
tristate "Rockchip FIQ Debugger"
depends on FIQ_DEBUGGER

View File

@@ -6,3 +6,5 @@ obj-$(CONFIG_ROCKCHIP_GRF) += grf.o
obj-$(CONFIG_ROCKCHIP_IODOMAIN) += io-domain.o
obj-$(CONFIG_ROCKCHIP_PM_DOMAINS) += pm_domains.o
obj-$(CONFIG_ROCKCHIP_FIQ_DEBUGGER) += rk_fiq_debugger.o
obj-$(CONFIG_ROCKCHIP_VENDOR_STORAGE) += rk_vendor_storage.o
obj-$(CONFIG_ROCKCHIP_MMC_VENDOR_STORAGE) += sdmmc_vendor_storage.o