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

Commit acbaa93e authored by Ingo Molnar's avatar Ingo Molnar
Browse files

x86: CONFIG_X86_ELAN fix



move the X86_CPU section out of the !X86_ELAN branch.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent c9af1e33
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -278,11 +278,6 @@ config GENERIC_CPU

endchoice

config X86_CPU
	def_bool y
	select GENERIC_FIND_FIRST_BIT
	select GENERIC_FIND_NEXT_BIT

config X86_GENERIC
	bool "Generic x86 support"
	depends on X86_32
@@ -297,6 +292,11 @@ config X86_GENERIC

endif

config X86_CPU
	def_bool y
	select GENERIC_FIND_FIRST_BIT
	select GENERIC_FIND_NEXT_BIT

#
# Define implied options from the CPU selection here
config X86_L1_CACHE_BYTES