mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:04:17 +08:00
SAMA5 NAND: Fix some PMECC setup logic
This commit is contained in:
+6
-5
@@ -75,16 +75,17 @@ config MTD_CONFIG_ERASEDVALUE
|
||||
|
||||
comment "MTD Device Drivers"
|
||||
|
||||
config MTD_NAND
|
||||
bool "Enable NAND support"
|
||||
default n
|
||||
---help---
|
||||
Enable support for NAND FLASH devices.
|
||||
|
||||
config ARCH_NAND_HWECC
|
||||
bool
|
||||
default n
|
||||
|
||||
menuconfig MTD_NAND
|
||||
bool "MTD NAND support"
|
||||
default n
|
||||
---help---
|
||||
Enable support for NAND FLASH devices.
|
||||
|
||||
if MTD_NAND
|
||||
|
||||
config MTD_NAND_MAXNUMBLOCKS
|
||||
|
||||
Reference in New Issue
Block a user