From 51c2c491a752bd584cbaeb64a70d2bc2ad652d01 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Tue, 12 Nov 2019 00:22:16 +0100 Subject: [PATCH] linux-5.4_rc7: 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_rc7-300.bee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-5.4_rc7-300.bee b/linux-5.4_rc7-300.bee index 013bed290..a56ff59e0 100755 --- a/linux-5.4_rc7-300.bee +++ b/linux-5.4_rc7-300.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