You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/09/02 13:56:20 UTC

[incubator-nuttx] 07/11: drivers: mtd: add BSD barrier for nand driver

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 9acf4d6f2e38b59b6c5b58262c0711140fdd269f
Author: Alin Jerpelea <al...@sony.com>
AuthorDate: Thu Sep 2 11:02:30 2021 +0200

    drivers: mtd: add BSD barrier for nand driver
    
    add BSD barrier for nand driver
    
    Signed-off-by: Alin Jerpelea <al...@sony.com>
---
 drivers/mtd/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
index 986f740..bbbbb5b 100644
--- a/drivers/mtd/Kconfig
+++ b/drivers/mtd/Kconfig
@@ -194,6 +194,7 @@ comment "MTD Device Drivers"
 
 menuconfig MTD_NAND
 	bool "MTD NAND support"
+	depends on ALLOW_BSD_COMPONENTS
 	default n
 	---help---
 		Enable support for NAND FLASH devices.