Merge branch '2022-03-18-Kconfig-migrations' into next
[platform/kernel/u-boot.git] / board / atmel / at91sam9261ek / Kconfig
1 if TARGET_AT91SAM9261EK
2
3 config SYS_BOARD
4         default "at91sam9261ek"
5
6 config SYS_VENDOR
7         default "atmel"
8
9 config SYS_CONFIG_NAME
10         default "at91sam9261ek"
11
12 choice
13         prompt "Evaluation board"
14
15 config AT91SAM9G10EK
16         bool "Atmel AT91SAM9G10 EK"
17
18 config AT91SAM9261EK
19         bool "Atmel AT91SAM9261 EK"
20
21 config AT91SAM9G10
22         bool "Atmel AT91SAM9G10 EK"
23
24 endchoice
25
26 endif