aboutsummaryrefslogtreecommitdiff
path: root/board/atmel
diff options
context:
space:
mode:
authorTom Rini2022-03-23 17:20:05 -0400
committerTom Rini2022-04-01 10:28:46 -0400
commitd7b7e3e906523cb1e543eca290a88fb58f03b8cd (patch)
tree9686160c0a158f3fff886c745b4526ce9fb24858 /board/atmel
parent36a4dae18fb855e1116396df608542322ea93c09 (diff)
Convert CONFIG_SYS_USE_NORFLASH et al to Kconfig
This converts the following to Kconfig: CONFIG_SYS_USE_NORFLASH CONFIG_SYS_USE_BOOT_NORFLASH Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/atmel')
-rw-r--r--board/atmel/at91sam9263ek/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/atmel/at91sam9263ek/Kconfig b/board/atmel/at91sam9263ek/Kconfig
index 3f0873fe510..71cbc89123e 100644
--- a/board/atmel/at91sam9263ek/Kconfig
+++ b/board/atmel/at91sam9263ek/Kconfig
@@ -9,4 +9,7 @@ config SYS_VENDOR
config SYS_CONFIG_NAME
default "at91sam9263ek"
+config SYS_USE_NORFLASH
+ bool "Use the NOR flash on the platform"
+
endif