Prepare v2023.10
[platform/kernel/u-boot.git] / board / beckhoff / mx53cx9020 / Kconfig
1 if TARGET_MX53CX9020
2
3 config SYS_BOARD
4         default "mx53cx9020"
5
6 config SYS_VENDOR
7         default "beckhoff"
8
9 config SYS_CONFIG_NAME
10         default "mx53cx9020"
11
12 config IMX_CONFIG
13         default "board/beckhoff/mx53cx9020/imximage.cfg"
14
15 endif