mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
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>
This commit is contained in:
parent
1138bbe05e
commit
357c352cdc
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue