Merge tag 'v2023.07-rc6' into next
[platform/kernel/u-boot.git] / board / storopack / smegw01 / Kconfig
1 if TARGET_SMEGW01
2
3 config SYS_BOARD
4         default "smegw01"
5
6 config SYS_VENDOR
7         default "storopack"
8
9 config SYS_CONFIG_NAME
10         default "smegw01"
11
12 config IMX_CONFIG
13         default "board/storopack/smegw01/imximage.cfg"
14
15 config SYS_BOOT_LOCKED
16         bool "Lock boot process to EMMC"
17         default y
18         help
19           Say N here if you want to boot from eMMC and SD.
20           Say Y to boot from eMMC.
21
22 endif