From 39b3998149c11715f955b8d5386b6975a494f097 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Mon, 15 Mar 2021 13:46:36 +0900 Subject: [PATCH] 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. --- drivers/bch/Make.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/bch/Make.defs b/drivers/bch/Make.defs index 453661c7a2..24e430e221 100644 --- a/drivers/bch/Make.defs +++ b/drivers/bch/Make.defs @@ -18,7 +18,7 @@ # ############################################################################ -ifneq ($(CONFIG_DISABLE_MOUNTPOINT),y) +ifeq ($(CONFIG_BCH),y) # Include BCH driver