diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-07-17 18:34:10 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-07-17 18:34:10 +0200 |
commit | 415bfd9cdb175cf870fb173ae9d3958862de2c97 (patch) | |
tree | 1a240acba43e2abbc7fc45ca038f57908fbb71e1 /arch/sh/configs/sdk7786_defconfig | |
parent | Merge branch 'akpm' (patches from Andrew) (diff) | |
parent | arch/sh: Check for kprobe trap number before trying to handle a kprobe trap (diff) | |
download | linux-415bfd9cdb175cf870fb173ae9d3958862de2c97.tar.xz linux-415bfd9cdb175cf870fb173ae9d3958862de2c97.zip |
Merge tag 'for-linus-20190617' of git://git.sourceforge.jp/gitroot/uclinux-h8/linux
Pull SH updates from Yoshinori Sato.
kprobe fix, defconfig updates and a SH Kconfig fix.
* tag 'for-linus-20190617' of git://git.sourceforge.jp/gitroot/uclinux-h8/linux:
arch/sh: Check for kprobe trap number before trying to handle a kprobe trap
sh: configs: Remove useless UEVENT_HELPER_PATH
Fix allyesconfig output.
Diffstat (limited to 'arch/sh/configs/sdk7786_defconfig')
-rw-r--r-- | arch/sh/configs/sdk7786_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/configs/sdk7786_defconfig b/arch/sh/configs/sdk7786_defconfig index 49a29338789b..7fa116b436c3 100644 --- a/arch/sh/configs/sdk7786_defconfig +++ b/arch/sh/configs/sdk7786_defconfig @@ -91,7 +91,6 @@ CONFIG_IP_PNP=y CONFIG_IP_PNP_DHCP=y # CONFIG_IPV6 is not set # CONFIG_WIRELESS is not set -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" # CONFIG_FW_LOADER is not set CONFIG_MTD=y CONFIG_MTD_CMDLINE_PARTS=y |