diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-07-12 15:38:05 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-07-12 15:38:05 -0700 |
commit | 7181feb9b7837a1e107123cc16552d42d922def6 (patch) | |
tree | e6a083fb1ac791c6b0d7d218e70d90dd256ddc7f /arch/nios2 | |
parent | 39d7530d7494b4e47ba1856e741f513dafd17e3d (diff) | |
parent | f017da5c7077bddbe0c351cd32b7c7dc18ed2175 (diff) | |
download | linux-7181feb9b7837a1e107123cc16552d42d922def6.tar.gz linux-7181feb9b7837a1e107123cc16552d42d922def6.tar.bz2 linux-7181feb9b7837a1e107123cc16552d42d922def6.zip |
Merge tag 'nios2-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2
Pull arch/nios2 updates from Ley Foon Tan.
* tag 'nios2-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2:
nios2: configs: Remove useless UEVENT_HELPER_PATH
nios2: remove pointless second entry for CONFIG_TRACE_IRQFLAGS_SUPPORT
Diffstat (limited to 'arch/nios2')
-rw-r--r-- | arch/nios2/Kconfig.debug | 3 | ||||
-rw-r--r-- | arch/nios2/configs/10m50_defconfig | 1 | ||||
-rw-r--r-- | arch/nios2/configs/3c120_defconfig | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/arch/nios2/Kconfig.debug b/arch/nios2/Kconfig.debug index f1da8a7b17ff..a8bc06e96ef5 100644 --- a/arch/nios2/Kconfig.debug +++ b/arch/nios2/Kconfig.debug @@ -1,8 +1,5 @@ # SPDX-License-Identifier: GPL-2.0 -config TRACE_IRQFLAGS_SUPPORT - def_bool y - config EARLY_PRINTK bool "Activate early kernel debugging" default y diff --git a/arch/nios2/configs/10m50_defconfig b/arch/nios2/configs/10m50_defconfig index 7977ab7e2ca6..1137ef2ed3b0 100644 --- a/arch/nios2/configs/10m50_defconfig +++ b/arch/nios2/configs/10m50_defconfig @@ -35,7 +35,6 @@ CONFIG_IP_PNP_RARP=y # CONFIG_INET_XFRM_MODE_BEET is not set # CONFIG_IPV6 is not set # CONFIG_WIRELESS is not set -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y # CONFIG_FW_LOADER is not set diff --git a/arch/nios2/configs/3c120_defconfig b/arch/nios2/configs/3c120_defconfig index ceb97cd85ac1..a0f160ba7598 100644 --- a/arch/nios2/configs/3c120_defconfig +++ b/arch/nios2/configs/3c120_defconfig @@ -37,7 +37,6 @@ CONFIG_IP_PNP_RARP=y # CONFIG_INET_XFRM_MODE_BEET is not set # CONFIG_IPV6 is not set # CONFIG_WIRELESS is not set -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y # CONFIG_FW_LOADER is not set |