kconfig: include kernel/Kconfig.preempt from init/Kconfig

Almost all architectures include it.  Add a ARCH_NO_PREEMPT symbol to
disable preempt support for alpha, hexagon, non-coldfire m68k and
user mode Linux.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Dieser Commit ist enthalten in:
Christoph Hellwig
2018-07-31 13:39:32 +02:00
committet von Masahiro Yamada
Ursprung 06ec64b84c
Commit 87a4c37599
28 geänderte Dateien mit 11 neuen und 43 gelöschten Zeilen

Datei anzeigen

@@ -88,6 +88,5 @@ config NDS32_BUILTIN_DTB
endmenu
menu "Kernel Features"
source "kernel/Kconfig.preempt"
source "kernel/Kconfig.hz"
endmenu