diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-06-04 10:14:53 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2019-06-19 07:09:39 -0700 |
commit | 6c48edcc955a4a5d0098fa5727260e75359fcbc4 (patch) | |
tree | c768e79f3a70c2c55a7c51ced75981871dbbe634 /arch/arm/configs/ezx_defconfig | |
parent | 39bab7bfb7d96cd677dfb0b46515bad9049c20ec (diff) | |
download | linux-stable-6c48edcc955a4a5d0098fa5727260e75359fcbc4.tar.gz linux-stable-6c48edcc955a4a5d0098fa5727260e75359fcbc4.tar.bz2 linux-stable-6c48edcc955a4a5d0098fa5727260e75359fcbc4.zip |
ARM: 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>
Acked-by: Sudeep Holla <sudeep.holla@arm.com>
Acked-by: Andrew Jeffery <andrew@aj.id.au>
Acked-by: Shawn Guo <shawnguo@kernel.org>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Acked-by: Dinh Nguyen <dinguyen@kernel.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/configs/ezx_defconfig')
-rw-r--r-- | arch/arm/configs/ezx_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/ezx_defconfig b/arch/arm/configs/ezx_defconfig index eb966ac6de1d..4e28771beecd 100644 --- a/arch/arm/configs/ezx_defconfig +++ b/arch/arm/configs/ezx_defconfig @@ -160,7 +160,6 @@ CONFIG_BT_HCIVHCI=m CONFIG_BT_MRVL=m CONFIG_BT_MRVL_SDIO=m # CONFIG_WIRELESS is not set -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" CONFIG_FW_LOADER=m CONFIG_CONNECTOR=m CONFIG_MTD=y |