]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/Arcturus/ucp1020/Kconfig
feca03aeef723dddc79bfbdac3ac22ef83fdb5e3
[karo-tx-uboot.git] / board / Arcturus / ucp1020 / Kconfig
1 if TARGET_UCP1020
2
3 config SYS_BOARD
4         string
5         default "ucp1020"
6
7 config SYS_VENDOR
8         string
9         default "Arcturus"
10
11 config SYS_CONFIG_NAME
12         string
13         default "UCP1020"
14
15 config SPI_FLASH
16         bool
17         default y
18
19 config SPI_PCI
20         bool
21         default y
22
23 choice
24         prompt "Target image select"
25
26 config TARGET_UCP1020_NOR
27         bool "NOR flash u-boot image"
28
29 config TARGET_UCP1020_SPIFLASH
30         bool "SPI flash u-boot image"
31
32 endchoice
33
34 if TARGET_UCP1020_SPIFLASH
35 config UCBOOT
36         bool
37         default y
38
39 config SPIFLASH
40         bool
41         default y
42 endif
43
44 endif