]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/woodburn/Kconfig
kconfig: add board Kconfig and defconfig files
[people/ms/u-boot.git] / board / woodburn / Kconfig
1 if TARGET_WOODBURN
2
3 config SYS_CPU
4 string
5 default "arm1136"
6
7 config SYS_BOARD
8 string
9 default "woodburn"
10
11 config SYS_SOC
12 string
13 default "mx35"
14
15 config SYS_CONFIG_NAME
16 string
17 default "woodburn"
18
19 endif
20
21 if TARGET_WOODBURN_SD
22
23 config SYS_CPU
24 string
25 default "arm1136"
26
27 config SYS_BOARD
28 string
29 default "woodburn"
30
31 config SYS_SOC
32 string
33 default "mx35"
34
35 config SYS_CONFIG_NAME
36 string
37 default "woodburn_sd"
38
39 endif