xref: /openbmc/u-boot/board/syteco/zmx25/Kconfig (revision 63d98598)
1if TARGET_ZMX25
2
3config SYS_BOARD
4	default "zmx25"
5
6config SYS_VENDOR
7	default "syteco"
8
9config SYS_SOC
10	default "mx25"
11
12config SYS_CONFIG_NAME
13	default "zmx25"
14
15endif
16