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
@ -18,7 +18,7 @@
|
||||
#
|
||||
############################################################################
|
||||
|
||||
ifneq ($(CONFIG_DISABLE_MOUNTPOINT),y)
|
||||
ifeq ($(CONFIG_BCH),y)
|
||||
|
||||
# Include BCH driver
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user