xref: /openbmc/u-boot/board/woodburn/Kconfig (revision 42f8ebfd)
1if TARGET_WOODBURN
2
3config SYS_BOARD
4	default "woodburn"
5
6config SYS_SOC
7	default "mx35"
8
9config SYS_CONFIG_NAME
10	default "woodburn"
11
12endif
13
14if TARGET_WOODBURN_SD
15
16config SYS_BOARD
17	default "woodburn"
18
19config SYS_SOC
20	default "mx35"
21
22config SYS_CONFIG_NAME
23	default "woodburn_sd"
24
25endif
26