[RFC PATCH 5/5] Convert CONFIG_AT91_EFLASH to Kconfig
Simon Glass
sjg at chromium.org
Tue Dec 28 09:32:59 CET 2021
On Tue, 14 Dec 2021 at 09:57, Patrick Delaunay
<patrick.delaunay at foss.st.com> wrote:
>
> This converts the following to Kconfig:
> CONFIG_AT91_EFLASH
>
> Signed-off-by: Patrick Delaunay <patrick.delaunay at 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 at chromium.org>
Please describe what it actually means. Enhanced in what way?
Regards,
Simon
More information about the U-Boot
mailing list