xref: /openbmc/u-boot/board/ge/mx53ppd/Kconfig (revision 1d6c54ecb39b8591a98f02f9b47af225ff07cd0b)
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