xref: /rk3399_rockchip-uboot/drivers/ram/rockchip/Kconfig (revision 8dd9db5d1cd5826638c3cdb5f681300ff2f29f3b)
1config ROCKCHIP_DMC
2	bool "ROCKCHIP DMC"
3	help
4	  This enable dram devfreq driver.
5
6config ROCKCHIP_SDRAM_COMMON
7	bool "Enable rockchip sdram common driver"
8	depends on TPL_RAM || SPL_RAM
9	help
10	  This enable sdram common driver
11
12config SDRAM_COMMON_CAP_DETECT
13	bool "Enable rockchip sdram capacity detect driver"
14	depends on ROCKCHIP_SDRAM_COMMON
15
16config SDRAM_COMMON_OSREG
17	bool "Enable rockchip sdram set sys os_reg driver"
18	depends on ROCKCHIP_SDRAM_COMMON
19
20config SDRAM_COMMON_MSCH_RK3399
21	bool "Enable rockchip sdram set RK3399 msch driver"
22	depends on ROCKCHIP_SDRAM_COMMON
23
24config SDRAM_COMMON_MSCH_PX30
25	bool "Enable rockchip sdram set PX30 msch driver"
26	depends on ROCKCHIP_SDRAM_COMMON
27