]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/woodburn/Kconfig
dtoc: Rename the phandle struct
[people/ms/u-boot.git] / board / woodburn / Kconfig
CommitLineData
dd84058d
MY
1if TARGET_WOODBURN
2
dd84058d 3config SYS_BOARD
dd84058d
MY
4 default "woodburn"
5
6config SYS_SOC
dd84058d
MY
7 default "mx35"
8
9config SYS_CONFIG_NAME
dd84058d
MY
10 default "woodburn"
11
12endif
13
14if TARGET_WOODBURN_SD
15
dd84058d 16config SYS_BOARD
dd84058d
MY
17 default "woodburn"
18
19config SYS_SOC
dd84058d
MY
20 default "mx35"
21
22config SYS_CONFIG_NAME
dd84058d
MY
23 default "woodburn_sd"
24
25endif