mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 08:38:38 +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:
parent
4dd457854d
commit
39b3998149
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
#
|
||||
############################################################################
|
||||
|
||||
ifneq ($(CONFIG_DISABLE_MOUNTPOINT),y)
|
||||
ifeq ($(CONFIG_BCH),y)
|
||||
|
||||
# Include BCH driver
|
||||
|
||||
|
|
Loading…
Reference in a new issue