diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-06-04 09:57:39 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2019-06-06 14:12:20 +0200 |
commit | ec13c82d261b5a10e6f6e3273b60329d1146edbb (patch) | |
tree | e25dbde1123511656a5b72c9265b015b8cc11412 /arch/parisc/configs/generic-32bit_defconfig | |
parent | parisc: Use implicit space register selection for loading the coherence index... (diff) | |
download | linux-ec13c82d261b5a10e6f6e3273b60329d1146edbb.tar.xz linux-ec13c82d261b5a10e6f6e3273b60329d1146edbb.zip |
parisc: configs: Remove useless UEVENT_HELPER_PATH
Remove the CONFIG_UEVENT_HELPER_PATH because:
1. It is disabled since commit 1be01d4a5714 ("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 <krzk@kernel.org>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to '')
-rw-r--r-- | arch/parisc/configs/generic-32bit_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/parisc/configs/generic-32bit_defconfig b/arch/parisc/configs/generic-32bit_defconfig index a8f9bbef0975..18b072a47a10 100644 --- a/arch/parisc/configs/generic-32bit_defconfig +++ b/arch/parisc/configs/generic-32bit_defconfig @@ -47,7 +47,6 @@ CONFIG_INET_ESP=m CONFIG_INET_DIAG=m CONFIG_LLC2=m # CONFIG_WIRELESS is not set -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y # CONFIG_STANDALONE is not set |