xref: /OK3568_Linux_fs/u-boot/drivers/ram/rockchip/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig ROCKCHIP_DMC
2*4882a593Smuzhiyun	bool "ROCKCHIP DMC"
3*4882a593Smuzhiyun	help
4*4882a593Smuzhiyun	  This enable dram devfreq driver.
5*4882a593Smuzhiyun
6*4882a593Smuzhiyunconfig ROCKCHIP_DMC_FSP
7*4882a593Smuzhiyun	bool "Rockchip initialize DMC FSP"
8*4882a593Smuzhiyun	depends on DM_DMC && ROCKCHIP_SMCCC
9*4882a593Smuzhiyun	help
10*4882a593Smuzhiyun	  This enable support for Rockchip initialize frequency set point of dynamic memory
11*4882a593Smuzhiyun	  interface.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyunconfig ROCKCHIP_SDRAM_COMMON
14*4882a593Smuzhiyun	bool "Enable rockchip sdram common driver"
15*4882a593Smuzhiyun	depends on TPL_RAM || SPL_RAM
16*4882a593Smuzhiyun	help
17*4882a593Smuzhiyun	  This enable sdram common driver
18*4882a593Smuzhiyun
19*4882a593Smuzhiyunconfig ROCKCHIP_DRAM_EXTENDED_TEMP_SUPPORT
20*4882a593Smuzhiyun	bool "enable rockchip dram extended temperature support"
21*4882a593Smuzhiyun	depends on TPL_RAM || SPL_RAM
22*4882a593Smuzhiyun	default n
23*4882a593Smuzhiyun	help
24*4882a593Smuzhiyun	  This enable dram dram extended temperature support
25*4882a593Smuzhiyun
26*4882a593Smuzhiyunconfig ROCKCHIP_TPL_INIT_DRAM_TYPE
27*4882a593Smuzhiyun	int "TPL select DRAM type"
28*4882a593Smuzhiyun	depends on TPL_RAM || SPL_RAM
29*4882a593Smuzhiyun	default 3
30*4882a593Smuzhiyun	help
31*4882a593Smuzhiyun	  This choose DRAM type for TPL INIT code, 0 for DDR4, 2 for DDR2,
32*4882a593Smuzhiyun	  3 for DDR3, 5 for LPDDR2, 6 for LPDDR3, 7 for LPDDR4, all other
33*4882a593Smuzhiyun	  value are reserved.
34