Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 764e0da1 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

timers: Fixup the Kconfig consolidation fallout



Sigh, I missed to check which architecture Kconfig files actually
include the core Kconfig file. There are a few which did not. So we
broke them.

Instead of adding the includes to those, we are better off to move the
include to init/Kconfig like we did already with irqs and others.

This does not change anything for the architectures using the old
style periodic timer mode. It just solves the build wreckage there.

For those architectures which use the clock events infrastructure it
moves the include of the core Kconfig file to "General setup" which is
a way more logical place than having it at random locations specified
by the architecture specific Kconfigs.

Reported-by: default avatarIngo Molnar <mingo@kernel.org>
Cc: Anna-Maria Gleixner <anna-maria@glx-um.de>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent bdebaf80
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1459,8 +1459,6 @@ endmenu

menu "Kernel Features"

source "kernel/time/Kconfig"

config HAVE_SMP
	bool
	help
+0 −2
Original line number Diff line number Diff line
@@ -61,8 +61,6 @@ source "kernel/Kconfig.freezer"

menu "System Type and features"

source "kernel/time/Kconfig"

config SUBARCH_AVR32B
	bool
config MMU
+0 −2
Original line number Diff line number Diff line
@@ -631,8 +631,6 @@ config GPTMR0_CLOCKSOURCE
	depends on !TICKSOURCE_GPTMR0
endmenu

source kernel/time/Kconfig

comment "Misc"

choice
+0 −1
Original line number Diff line number Diff line
@@ -132,7 +132,6 @@ source "mm/Kconfig"
source "kernel/Kconfig.preempt"

source "kernel/Kconfig.hz"
source "kernel/time/Kconfig"

endmenu

+0 −2
Original line number Diff line number Diff line
menu "Processor type and features"

source "kernel/time/Kconfig"

choice
	prompt "H8/300 platform"
	default H8300H_GENERIC
Loading