diff options
author | Tom Rini <trini@konsulko.com> | 2017-12-11 17:06:04 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-12-11 17:06:04 -0500 |
commit | 87f3dee22b174aa32db8213a3187aa809859c9e2 (patch) | |
tree | e0245f9d050e6fed566a9f8d71b0bcacbdb9a004 /drivers | |
parent | 6f1ee8a4bf72d4824cea25849f775ab487ddd579 (diff) | |
parent | 7f8e75390b9c9b79748b2f87dd7ab45674323d58 (diff) |
Merge git://git.denx.de/u-boot-uniphier
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 47ec43500c..78a39abf75 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -10,15 +10,14 @@ config SYS_NAND_SELF_INIT NAND initialization process. config NAND_DENALI - bool "Support Denali NAND controller" + bool select SYS_NAND_SELF_INIT imply CMD_NAND - help - Enable support for the Denali NAND controller. config NAND_DENALI_DT bool "Support Denali NAND controller as a DT device" - depends on NAND_DENALI && OF_CONTROL && DM + select NAND_DENALI + depends on OF_CONTROL && DM help Enable the driver for NAND flash on platforms using a Denali NAND controller as a DT device. |