PetervdPerk-NXP commented on code in PR #19018:
URL: https://github.com/apache/nuttx/pull/19018#discussion_r3347385646


##########
drivers/mtd/Kconfig:
##########
@@ -50,6 +50,15 @@ config FTL_READAHEAD
        default n
        depends on DRVR_READAHEAD
 
+config FTL_BBM
+       bool "Enable bad block management in the FTL layer"
+       default y if MTD_NAND

Review Comment:
   @xiaoxiang781216 I don’t agree with enabling this by default for 
non‑DEFAULT_SMALL configurations. I have several chips that use FTL without bad 
block management, so it’s unclear why this should be applied universally to 
those devices. Bad block management is typically only required for NAND-based 
technologies.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to