xref: /openbmc/u-boot/board/laird/wb45n/Kconfig (revision 5cb19e7ad5be07de3b1368f3ff4349396e504002)
1if TARGET_WB45N
2
3config SYS_BOARD
4	default "wb45n"
5
6config SYS_VENDOR
7	default "laird"
8
9config SYS_CONFIG_NAME
10	default "wb45n"
11
12endif
13