u-boot/arch/arm/mach-imx/imx8ulp/Kconfig
Ye Li 74a39c15c3 imx8ulp_evk: Change to use DDR driver
Remove the DDR initialization codes from board and enable the iMX8ULP
DDR driver.

Signed-off-by: Ye Li <ye.li@nxp.com>
2023-03-29 20:15:42 +02:00

29 lines
378 B
Text

if ARCH_IMX8ULP
config IMX8ULP
bool
config SYS_SOC
default "imx8ulp"
config IMX8ULP_LD_MODE
bool
config IMX8ULP_ND_MODE
bool "i.MX8ULP Low Driver Mode"
choice
prompt "i.MX8ULP board select"
optional
config TARGET_IMX8ULP_EVK
bool "imx8ulp_evk"
select IMX8ULP
select SUPPORT_SPL
select IMX8ULP_DRAM
endchoice
source "board/freescale/imx8ulp_evk/Kconfig"
endif