summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2023-02-22 07:51:28 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2023-02-22 07:52:19 +0100
commitaf669e145d8c95b8f19566314a96644e41854f78 (patch)
treea97da386085885575efe5c6ef945b7d4d4887258
parentcd4c5b7bddc299744dfd66a8f787be84c25a7ff8 (diff)
downloadDistroKit-af669e145d8c95b8f19566314a96644e41854f78.tar.gz
DistroKit-af669e145d8c95b8f19566314a96644e41854f78.tar.xz
platform-rpi1: kernel: disable CONFIG_BLOCK_LEGACY_AUTOLOAD
which was forgotten while recently updating the kernel. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-rw-r--r--configs/platform-rpi1/kernelconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/platform-rpi1/kernelconfig b/configs/platform-rpi1/kernelconfig
index 90d1e34..9266423 100644
--- a/configs/platform-rpi1/kernelconfig
+++ b/configs/platform-rpi1/kernelconfig
@@ -563,7 +563,7 @@ CONFIG_MODPROBE_PATH="/sbin/modprobe"
# CONFIG_TRIM_UNUSED_KSYMS is not set
CONFIG_MODULES_TREE_LOOKUP=y
CONFIG_BLOCK=y
-CONFIG_BLOCK_LEGACY_AUTOLOAD=y
+# CONFIG_BLOCK_LEGACY_AUTOLOAD is not set
CONFIG_BLK_DEV_BSG_COMMON=y
# CONFIG_BLK_DEV_BSGLIB is not set
# CONFIG_BLK_DEV_INTEGRITY is not set