
28 Dec
2021
28 Dec
'21
9:32 a.m.
On Tue, 14 Dec 2021 at 09:57, Patrick Delaunay patrick.delaunay@foss.st.com wrote:
This converts the following to Kconfig: CONFIG_AT91_EFLASH
Signed-off-by: Patrick Delaunay patrick.delaunay@foss.st.com
arch/arm/mach-at91/Kconfig | 8 ++++++++ configs/ethernut5_defconfig | 2 +- include/configs/ethernut5.h | 1 - scripts/config_whitelist.txt | 1 - 4 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 4448ca1592..5267a7d15d 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 enhanced embedded flash in the Atmel
AT91SAM9XE devices.
Reviewed-by: Simon Glass sjg@chromium.org
Please describe what it actually means. Enhanced in what way?
Regards, Simon