xref: /openbmc/u-boot/board/mpc8308_p1m/Kconfig (revision cf659819)
1if TARGET_MPC8308_P1M
2
3config SYS_BOARD
4	string
5	default "mpc8308_p1m"
6
7config SYS_CONFIG_NAME
8	string
9	default "mpc8308_p1m"
10
11endif
12