u-boot/board/freescale/imx8ulp_evk/Kconfig

15 lines
198 B
Plaintext

if TARGET_IMX8ULP_EVK
config SYS_BOARD
default "imx8ulp_evk"
config SYS_VENDOR
default "freescale"
config SYS_CONFIG_NAME
default "imx8ulp_evk"
source "board/freescale/common/Kconfig"
endif