From fd75a84a8a39395275cf2a8dc84f29bbb106d5b3 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Mon, 9 Dec 2019 00:22:17 +0100 Subject: [PATCH] linux-5.5_rc1: 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.5_rc1-303.bee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-5.5_rc1-303.bee b/linux-5.5_rc1-303.bee index 013bed290..a56ff59e0 100755 --- a/linux-5.5_rc1-303.bee +++ b/linux-5.5_rc1-303.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