summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPatrick Delaunay <[email protected]>2022-01-04 14:24:01 +0100
committerTom Rini <[email protected]>2022-01-21 14:01:35 -0500
commit3425decf5299bb7d3ce12d7f8e43cd2d49b9cad6 (patch)
tree027e1693c9765fe67f3879d2e65d38ac695dde98 /arch
parent0f9595b9fa68ed1634adddf989fd037909eec433 (diff)
Convert CONFIG_AT91_EFLASH to Kconfig
This converts the following to Kconfig: CONFIG_AT91_EFLASH Signed-off-by: Patrick Delaunay <[email protected]> Reviewed-by: Simon Glass <[email protected]> Reviewed-by: Stefan Roese <[email protected]> Acked-by: Eugen Hristev <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-at91/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 4448ca1592e..00f31045d67 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -302,6 +302,14 @@ config ATMEL_SFR
config SYS_SOC
default "at91"
+config AT91_EFLASH
+ bool "Support AT91 flash driver"
+ depends on AT91SAM9XE
+ select USE_SYS_MAX_FLASH_BANKS
+ help
+ Enable the driver for the embedded flash used in the Atmel
+ AT91SAM9XE devices.
+
source "board/atmel/at91sam9260ek/Kconfig"
source "board/atmel/at91sam9261ek/Kconfig"
source "board/atmel/at91sam9263ek/Kconfig"