xref: /openbmc/u-boot/board/freescale/mpc8569mds/Kconfig (revision 344c837686b4268882ee4942f2a1e5e5716c7383)
1if TARGET_MPC8569MDS
2
3config SYS_BOARD
4	default "mpc8569mds"
5
6config SYS_VENDOR
7	default "freescale"
8
9config SYS_CONFIG_NAME
10	default "MPC8569MDS"
11
12endif
13