From 892b5111e32754e0260576cda07759528dcf469d Mon Sep 17 00:00:00 2001 From: HatsyRei Date: Wed, 23 Apr 2025 14:48:00 +0800 Subject: [PATCH] nati_bluefin_defconfig: Enable uevent helper Bluefin utilizes hotplug script to handle specific kernel device events. Specify the path to this script via CONFIG_UEVENT_HELPER_PATH for things to work correctly. Signed-off-by: HatsyRei --- arch/arm/configs/nati_bluefin_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/nati_bluefin_defconfig b/arch/arm/configs/nati_bluefin_defconfig index b58a76585a312..7ddcdb4308b59 100644 --- a/arch/arm/configs/nati_bluefin_defconfig +++ b/arch/arm/configs/nati_bluefin_defconfig @@ -62,6 +62,8 @@ CONFIG_BRIDGE_VLAN_FILTERING=y CONFIG_NET_DSA=y CONFIG_VLAN_8021Q=y CONFIG_NET_SCHED=y +CONFIG_UEVENT_HELPER=y +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y CONFIG_CONNECTOR=y