diff options
author | Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> | 2018-01-15 12:48:12 -0300 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-01-30 14:29:07 +0100 |
commit | d55c8159bddd133610e18174b4c4d02a3484a173 (patch) | |
tree | c3df4c1a9dacf276e4d4570694ddc165c1286706 /drivers/mtd | |
parent | f25ac66c528553a38d349c563d67d0eebbdd77f9 (diff) | |
download | u-boot-d55c8159bddd133610e18174b4c4d02a3484a173.tar.gz |
nand: arasan: Select CONFIG_SYS_NAND_SELF_INIT
The Arasan NFC driver requires the self-init mode,
so it should select it.
Instead of having the config header define the macro,
it's cleaner to select the option at the Kconfig level.
Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 78a39abf75..97ec6cf5f9 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -123,6 +123,7 @@ endif config NAND_ARASAN bool "Configure Arasan Nand" + select SYS_NAND_SELF_INIT imply CMD_NAND help This enables Nand driver support for Arasan nand flash |