mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
soc: rockchip: mmc: add emmc vendor storage
Change-Id: I3996cccaed265af2295dbc1ee77746928e1beec5 Signed-off-by: Yifeng Zhao <zyf@rock-chips.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user