From 10c8724f13d2237d510ceae412e2a0ea795d66f8 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Mon, 4 Nov 2019 00:22:15 +0100 Subject: [PATCH] linux-5.4_rc6: 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_rc6-299.bee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-5.4_rc6-299.bee b/linux-5.4_rc6-299.bee index 013bed290..a56ff59e0 100755 --- a/linux-5.4_rc6-299.bee +++ b/linux-5.4_rc6-299.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