mirror of
https://github.com/apache/nuttx.git
synced 2025-12-08 19:02:43 +08:00
bch: Enable with CONFIG_BCH, instead of !CONFIG_DISABLE_MOUNTPOINT
BCH can be used without mount points. Mount points can be used without BCH. They are independent each other.
This commit is contained in:
committed by
Xiang Xiao
parent
4dd457854d
commit
39b3998149
@@ -18,7 +18,7 @@
|
||||
#
|
||||
############################################################################
|
||||
|
||||
ifneq ($(CONFIG_DISABLE_MOUNTPOINT),y)
|
||||
ifeq ($(CONFIG_BCH),y)
|
||||
|
||||
# Include BCH driver
|
||||
|
||||
|
||||
Reference in New Issue
Block a user