]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/woodburn/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
[karo-tx-uboot.git] / board / woodburn / Kconfig
1 if TARGET_WOODBURN
2
3 config SYS_BOARD
4         default "woodburn"
5
6 config SYS_SOC
7         default "mx35"
8
9 config SYS_CONFIG_NAME
10         default "woodburn"
11
12 endif
13
14 if TARGET_WOODBURN_SD
15
16 config SYS_BOARD
17         default "woodburn"
18
19 config SYS_SOC
20         default "mx35"
21
22 config SYS_CONFIG_NAME
23         default "woodburn_sd"
24
25 endif