diff options
| author | Tom Rini <trini@konsulko.com> | 2025-09-26 09:31:36 -0600 |
|---|---|---|
| committer | Michael Trimarchi <michael@amarulasolutions.com> | 2025-10-09 20:57:27 +0200 |
| commit | ef0f6e7a9993067e96660ae029080d7e944da1f2 (patch) | |
| tree | 1e0e40ebe8b1d548d7e6e7785701d8b443afbbe5 /drivers/mtd/nand/raw | |
| parent | 178d18862af33072c0791ec05241402bdb49cd1e (diff) | |
nand: atmel: Rework ATMEL_EBI and DM_NAND_ATMEL interaction
The way that the NAND driver under DM_NAND_ATMEL is probed is by the
dummy memory driver controlled by ATMEL_EBI. Rather than require that
for NAND to work both be enabled, make NAND select ATMEL_EBI and do not
prompt for ATMEL_EBI as it only triggers the probe for NAND.
Signed-off-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
Diffstat (limited to 'drivers/mtd/nand/raw')
| -rw-r--r-- | drivers/mtd/nand/raw/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/raw/Kconfig b/drivers/mtd/nand/raw/Kconfig index 3059b00662b..754b99bf3eb 100644 --- a/drivers/mtd/nand/raw/Kconfig +++ b/drivers/mtd/nand/raw/Kconfig @@ -51,6 +51,7 @@ config SYS_NAND_NO_SUBPAGE_WRITE config DM_NAND_ATMEL bool "Support Atmel NAND controller with DM support" depends on ARCH_AT91 + select ATMEL_EBI select SYS_NAND_SELF_INIT imply SYS_NAND_USE_FLASH_BBT help |
