From f42f88289b19d11a66dd113d880ef7e046a21ca8 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Mon, 28 Oct 2019 00:22:15 +0100 Subject: [PATCH] linux-5.4_rc5: Set CONFIG_BLK_DEV_FD=m Turn floppy driver to a dynamic module, as we don't have to many floppy disc drives these days. And we surly don't want to have the root fs on a floppy. --- linux-5.4_rc5-298.bee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-5.4_rc5-298.bee b/linux-5.4_rc5-298.bee index 013bed290..a56ff59e0 100755 --- a/linux-5.4_rc5-298.bee +++ b/linux-5.4_rc5-298.bee @@ -456,7 +456,7 @@ mee_configure() { CONFIG_CONNECTOR=y CONFIG_PARPORT=y CONFIG_PARPORT_PC=y - CONFIG_BLK_DEV_FD=y + CONFIG_BLK_DEV_FD=m CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_CRYPTOLOOP=y CONFIG_BLK_DEV_DRBD=y