diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-06-04 09:54:51 +0200 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2019-06-12 00:46:21 +0200 |
commit | 65eb3e4c142603b6b75618c4588d7748079ff3b6 (patch) | |
tree | 97c5b978398d9c8e437323e1e4fb060bb40ddb68 /arch/mips/configs/rt305x_defconfig | |
parent | MIPS: config: Remove left-over BACKLIGHT_LCD_SUPPORT (diff) | |
download | linux-65eb3e4c142603b6b75618c4588d7748079ff3b6.tar.xz linux-65eb3e4c142603b6b75618c4588d7748079ff3b6.zip |
MIPS: 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: Paul Burton <paul.burton@mips.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: James Hogan <jhogan@kernel.org>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: bcm-kernel-feedback-list@broadcom.com
Cc: linux-mips@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Diffstat (limited to 'arch/mips/configs/rt305x_defconfig')
-rw-r--r-- | arch/mips/configs/rt305x_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/configs/rt305x_defconfig b/arch/mips/configs/rt305x_defconfig index 0392e38010e6..110948bc6b39 100644 --- a/arch/mips/configs/rt305x_defconfig +++ b/arch/mips/configs/rt305x_defconfig @@ -69,7 +69,6 @@ CONFIG_BRIDGE=y CONFIG_VLAN_8021Q=y CONFIG_NET_SCHED=y CONFIG_HAMRADIO=y -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" CONFIG_MTD=y CONFIG_MTD_CMDLINE_PARTS=y CONFIG_MTD_BLOCK=y |