]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/w7o/Kconfig
kconfig: add board Kconfig and defconfig files
[people/ms/u-boot.git] / board / w7o / Kconfig
1 if TARGET_W7OLMC
2
3 config SYS_BOARD
4 string
5 default "w7o"
6
7 config SYS_CONFIG_NAME
8 string
9 default "W7OLMC"
10
11 endif
12
13 if TARGET_W7OLMG
14
15 config SYS_BOARD
16 string
17 default "w7o"
18
19 config SYS_CONFIG_NAME
20 string
21 default "W7OLMG"
22
23 endif