]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/Arcturus/ucp1020/Kconfig
Move default y configs out of arch/board Kconfig
[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 choice
16         prompt "Target image select"
17
18 config TARGET_UCP1020_NOR
19         bool "NOR flash u-boot image"
20
21 config TARGET_UCP1020_SPIFLASH
22         bool "SPI flash u-boot image"
23
24 endchoice
25
26 if TARGET_UCP1020_SPIFLASH
27 config UCBOOT
28         bool
29         default y
30
31 config SPIFLASH
32         bool
33         default y
34 endif
35
36 endif