## SPDX-License-Identifier: GPL-2.0-only

config DRAM_SUPPORT_DDR5
	bool
	default n
	help
	  System supports DDR5 memory

config DRAM_SUPPORT_LPDDR4
	bool
	default n
	help
	  System supports LPDDR4 memory

config DRAM_SUPPORT_DDR4
	bool
	default n
	help
	  System supports DDR4 memory

config DRAM_SUPPORT_DDR3
	bool
	default n
	help
	  System supports DDR3 memory

config DRAM_SUPPORT_DDR2
	bool
	default n
	help
	  System supports DDR2 memory
