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