Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89f01d5c authored by Johannes Thoma's avatar Johannes Thoma Committed by Philipp Reisner
Browse files

drbd: Kconfig fix



!CONFIG_OPT evalues to FALSE if CONFIG_OPT='m'. Do not display the
"DRBD disabled..." message if the dependencies are compiled as module.

Signed-off-by: default avatarJohannes Thoma <johannes.thoma@linbit.com>
Signed-off-by: default avatarPhilipp Reisner <philipp.reisner@linbit.com>
parent 0a6dbf2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -3,7 +3,7 @@
#
#


comment "DRBD disabled because PROC_FS, INET or CONNECTOR not selected"
comment "DRBD disabled because PROC_FS, INET or CONNECTOR not selected"
	depends on !PROC_FS || !INET || !CONNECTOR
	depends on PROC_FS='n' || INET='n' || CONNECTOR='n'


config BLK_DEV_DRBD
config BLK_DEV_DRBD
	tristate "DRBD Distributed Replicated Block Device support"
	tristate "DRBD Distributed Replicated Block Device support"