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:
YAMAMOTO Takashi 2021-03-15 13:46:36 +09:00 committed by Xiang Xiao
parent 4dd457854d
commit 39b3998149

View File

@ -18,7 +18,7 @@
# #
############################################################################ ############################################################################
ifneq ($(CONFIG_DISABLE_MOUNTPOINT),y) ifeq ($(CONFIG_BCH),y)
# Include BCH driver # Include BCH driver