xref: /openbmc/u-boot/board/ge/mx53ppd/Kconfig (revision 78a88f79)
1
2if TARGET_MX53PPD
3
4config SYS_BOARD
5	default "mx53ppd"
6
7config SYS_VENDOR
8	default "ge"
9
10config SYS_SOC
11	default "mx5"
12
13config SYS_CONFIG_NAME
14	default "mx53ppd"
15
16endif
17