Skip to content

Commit 80b81cd

Browse files
krzkrichardweinberger
authored andcommitted
um: configs: Remove useless UEVENT_HELPER_PATH
Remove the CONFIG_UEVENT_HELPER_PATH because: 1. It is disabled since commit 1be01d4 ("driver: base: Disable CONFIG_UEVENT_HELPER by default") as its dependency (UEVENT_HELPER) was made default to 'n', 2. It is not recommended (help message: "This should not be used today [...] creates a high system load") and was kept only for ancient userland, 3. Certain userland specifically requests it to be disabled (systemd README: "Legacy hotplug slows down the system and confuses udev"). Signed-off-by: Krzysztof Kozlowski <[email protected]> Acked-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
1 parent 0650387 commit 80b81cd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

arch/um/configs/i386_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ CONFIG_XTERM_CHAN=y
3636
CONFIG_CON_CHAN="pts"
3737
CONFIG_SSL_CHAN="pts"
3838
CONFIG_UML_SOUND=m
39-
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
4039
CONFIG_DEVTMPFS=y
4140
CONFIG_DEVTMPFS_MOUNT=y
4241
CONFIG_BLK_DEV_UBD=y

arch/um/configs/x86_64_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ CONFIG_XTERM_CHAN=y
3434
CONFIG_CON_CHAN="pts"
3535
CONFIG_SSL_CHAN="pts"
3636
CONFIG_UML_SOUND=m
37-
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
3837
CONFIG_DEVTMPFS=y
3938
CONFIG_DEVTMPFS_MOUNT=y
4039
CONFIG_BLK_DEV_UBD=y

0 commit comments

Comments
 (0)