diff options
author | Lokanathan, Raaj <raaj.lokanathan@intel.com> | 2022-12-11 23:37:42 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-01-02 16:01:40 -0500 |
commit | 357c352cdccbd09a92924b1a5c0cb841a18aa832 (patch) | |
tree | 8b66266f6a25a141fe763b10c53623dfc2a6d920 | |
parent | 1138bbe05e617034cf542ac0bc13cfa804cb09f6 (diff) |
Add CONFIG_SYS_NAND_SELF_INIT to Kconfig for NAND DENALI driver
Add the CONFIG_SYS_NAND_SELF_INIT to the Kconfig to follow the changes from
mainline.
Signed-off-by: Lokanathan, Raaj <raaj.lokanathan@intel.com>
Signed-off-by: Jit Loon Lim <jit.loon.lim@intel.com>
-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 1e4e5c92067..f8b79e54561 100644 --- a/drivers/mtd/nand/raw/Kconfig +++ b/drivers/mtd/nand/raw/Kconfig @@ -197,6 +197,7 @@ config NAND_DENALI config NAND_DENALI_DT bool "Support Denali NAND controller as a DT device" select NAND_DENALI + select SPL_SYS_NAND_SELF_INIT depends on OF_CONTROL && DM_MTD help Enable the driver for NAND flash on platforms using a Denali NAND |