Merge branch '2022-03-18-Kconfig-migrations' into next
[platform/kernel/u-boot.git] / board / atmel / at91sam9260ek / Kconfig
1 if TARGET_AT91SAM9260EK
2
3 config SYS_BOARD
4         default "at91sam9260ek"
5
6 config SYS_VENDOR
7         default "atmel"
8
9 config SYS_CONFIG_NAME
10         default "at91sam9260ek"
11
12 choice
13         prompt "Evaluation board"
14
15 config AT91SAM9G20EK
16         bool "Atmel AT91SAM9G20 EK"
17
18 config AT91SAM9260EK
19         bool "Atmel AT91SAM9260 EK"
20
21 endchoice
22
23 config AT91SAM9G20EK_2MMC
24         bool "Atmel AT91SAM9G20 EK 2MMC variant"
25         depends on AT91SAM9260EK
26
27 endif