aboutsummaryrefslogtreecommitdiff
path: root/board/atmel
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-11 23:07:31 -0500
committerTom Rini <trini@konsulko.com>2022-03-18 12:48:17 -0400
commit23cf6344c0ada76e9f201e6a037450b30f3ea59e (patch)
tree8fe58532562b6c43480b5daa5d9db6bcae4b2302 /board/atmel
parent675e703d91ce8ecfced9b33d75e2947a2a19bfb5 (diff)
downloadu-boot-23cf6344c0ada76e9f201e6a037450b30f3ea59e.zip
u-boot-23cf6344c0ada76e9f201e6a037450b30f3ea59e.tar.gz
u-boot-23cf6344c0ada76e9f201e6a037450b30f3ea59e.tar.bz2
Convert CONFIG_AT91SAM9G20EK et al to Kconfig
This converts the following to Kconfig: CONFIG_AT91SAM9G20EK CONFIG_AT91SAM9260EK CONFIG_AT91SAM9G20EK_2MMC Cc: Eugen Hristev <eugen.hristev@microchip.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/atmel')
-rw-r--r--board/atmel/at91sam9260ek/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/atmel/at91sam9260ek/Kconfig b/board/atmel/at91sam9260ek/Kconfig
index 3844f08..40db313 100644
--- a/board/atmel/at91sam9260ek/Kconfig
+++ b/board/atmel/at91sam9260ek/Kconfig
@@ -9,4 +9,19 @@ config SYS_VENDOR
config SYS_CONFIG_NAME
default "at91sam9260ek"
+choice
+ prompt "Evaluation board"
+
+config AT91SAM9G20EK
+ bool "Atmel AT91SAM9G20 EK"
+
+config AT91SAM9260EK
+ bool "Atmel AT91SAM9260 EK"
+
+endchoice
+
+config AT91SAM9G20EK_2MMC
+ bool "Atmel AT91SAM9G20 EK 2MMC variant"
+ depends on AT91SAM9260EK
+
endif