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/default_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 'arch/parisc/configs/default_defconfig')
-rw-r--r-- | arch/parisc/configs/default_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/parisc/configs/default_defconfig b/arch/parisc/configs/default_defconfig index 52c9050a7c5c..6a91cc2623e8 100644 --- a/arch/parisc/configs/default_defconfig +++ b/arch/parisc/configs/default_defconfig @@ -44,7 +44,6 @@ CONFIG_INET6_AH=y CONFIG_INET6_ESP=y CONFIG_INET6_IPCOMP=y CONFIG_LLC2=m -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y # CONFIG_STANDALONE is not set |