x86, cpu: Move AMD Elan Kconfig under "Processor family"
Currently the option resides under X86_EXTENDED_PLATFORM due to historical nonstandard A20M# handling. However that is no longer the case and so Elan can be treated as part of the standard processor choice Kconfig option. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Link: http://lkml.kernel.org/r/1302245177.31620.47.camel@localhost.localdomain Cc: H. Peter Anvin <hpa@zytor.com> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
parent
6221f222c0
commit
ce9c99af8d
|
@ -365,17 +365,6 @@ config X86_UV
|
||||||
# Following is an alphabetically sorted list of 32 bit extended platforms
|
# Following is an alphabetically sorted list of 32 bit extended platforms
|
||||||
# Please maintain the alphabetic order if and when there are additions
|
# Please maintain the alphabetic order if and when there are additions
|
||||||
|
|
||||||
config X86_ELAN
|
|
||||||
bool "AMD Elan"
|
|
||||||
depends on X86_32
|
|
||||||
depends on X86_EXTENDED_PLATFORM
|
|
||||||
---help---
|
|
||||||
Select this for an AMD Elan processor.
|
|
||||||
|
|
||||||
Do not use this option for K6/Athlon/Opteron processors!
|
|
||||||
|
|
||||||
If unsure, choose "PC-compatible" instead.
|
|
||||||
|
|
||||||
config X86_INTEL_CE
|
config X86_INTEL_CE
|
||||||
bool "CE4100 TV platform"
|
bool "CE4100 TV platform"
|
||||||
depends on PCI
|
depends on PCI
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
# Put here option for CPU selection and depending optimization
|
# Put here option for CPU selection and depending optimization
|
||||||
if !X86_ELAN
|
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Processor family"
|
prompt "Processor family"
|
||||||
default M686 if X86_32
|
default M686 if X86_32
|
||||||
|
@ -203,6 +201,14 @@ config MWINCHIP3D
|
||||||
stores for this CPU, which can increase performance of some
|
stores for this CPU, which can increase performance of some
|
||||||
operations.
|
operations.
|
||||||
|
|
||||||
|
config MELAN
|
||||||
|
bool "AMD Elan"
|
||||||
|
depends on X86_32
|
||||||
|
---help---
|
||||||
|
Select this for an AMD Elan processor.
|
||||||
|
|
||||||
|
Do not use this option for K6/Athlon/Opteron processors!
|
||||||
|
|
||||||
config MGEODEGX1
|
config MGEODEGX1
|
||||||
bool "GeodeGX1"
|
bool "GeodeGX1"
|
||||||
depends on X86_32
|
depends on X86_32
|
||||||
|
@ -292,8 +298,6 @@ config X86_GENERIC
|
||||||
This is really intended for distributors who need more
|
This is really intended for distributors who need more
|
||||||
generic optimizations.
|
generic optimizations.
|
||||||
|
|
||||||
endif
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Define implied options from the CPU selection here
|
# Define implied options from the CPU selection here
|
||||||
config X86_INTERNODE_CACHE_SHIFT
|
config X86_INTERNODE_CACHE_SHIFT
|
||||||
|
@ -312,7 +316,7 @@ config X86_L1_CACHE_SHIFT
|
||||||
int
|
int
|
||||||
default "7" if MPENTIUM4 || MPSC
|
default "7" if MPENTIUM4 || MPSC
|
||||||
default "6" if MK7 || MK8 || MPENTIUMM || MCORE2 || MATOM || MVIAC7 || X86_GENERIC || GENERIC_CPU
|
default "6" if MK7 || MK8 || MPENTIUMM || MCORE2 || MATOM || MVIAC7 || X86_GENERIC || GENERIC_CPU
|
||||||
default "4" if X86_ELAN || M486 || M386 || MGEODEGX1
|
default "4" if MELAN || M486 || M386 || MGEODEGX1
|
||||||
default "5" if MWINCHIP3D || MWINCHIPC6 || MCRUSOE || MEFFICEON || MCYRIXIII || MK6 || MPENTIUMIII || MPENTIUMII || M686 || M586MMX || M586TSC || M586 || MVIAC3_2 || MGEODE_LX
|
default "5" if MWINCHIP3D || MWINCHIPC6 || MCRUSOE || MEFFICEON || MCYRIXIII || MK6 || MPENTIUMIII || MPENTIUMII || M686 || M586MMX || M586TSC || M586 || MVIAC3_2 || MGEODE_LX
|
||||||
|
|
||||||
config X86_XADD
|
config X86_XADD
|
||||||
|
@ -358,7 +362,7 @@ config X86_POPAD_OK
|
||||||
|
|
||||||
config X86_ALIGNMENT_16
|
config X86_ALIGNMENT_16
|
||||||
def_bool y
|
def_bool y
|
||||||
depends on MWINCHIP3D || MWINCHIPC6 || MCYRIXIII || X86_ELAN || MK6 || M586MMX || M586TSC || M586 || M486 || MVIAC3_2 || MGEODEGX1
|
depends on MWINCHIP3D || MWINCHIPC6 || MCYRIXIII || MELAN || MK6 || M586MMX || M586TSC || M586 || M486 || MVIAC3_2 || MGEODEGX1
|
||||||
|
|
||||||
config X86_INTEL_USERCOPY
|
config X86_INTEL_USERCOPY
|
||||||
def_bool y
|
def_bool y
|
||||||
|
|
|
@ -37,7 +37,7 @@ cflags-$(CONFIG_MATOM) += $(call cc-option,-march=atom,$(call cc-option,-march=
|
||||||
$(call cc-option,-mtune=atom,$(call cc-option,-mtune=generic))
|
$(call cc-option,-mtune=atom,$(call cc-option,-mtune=generic))
|
||||||
|
|
||||||
# AMD Elan support
|
# AMD Elan support
|
||||||
cflags-$(CONFIG_X86_ELAN) += -march=i486
|
cflags-$(CONFIG_MELAN) += -march=i486
|
||||||
|
|
||||||
# Geode GX1 support
|
# Geode GX1 support
|
||||||
cflags-$(CONFIG_MGEODEGX1) += -march=pentium-mmx
|
cflags-$(CONFIG_MGEODEGX1) += -march=pentium-mmx
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
#define MODULE_PROC_FAMILY "K7 "
|
#define MODULE_PROC_FAMILY "K7 "
|
||||||
#elif defined CONFIG_MK8
|
#elif defined CONFIG_MK8
|
||||||
#define MODULE_PROC_FAMILY "K8 "
|
#define MODULE_PROC_FAMILY "K8 "
|
||||||
#elif defined CONFIG_X86_ELAN
|
#elif defined CONFIG_MELAN
|
||||||
#define MODULE_PROC_FAMILY "ELAN "
|
#define MODULE_PROC_FAMILY "ELAN "
|
||||||
#elif defined CONFIG_MCRUSOE
|
#elif defined CONFIG_MCRUSOE
|
||||||
#define MODULE_PROC_FAMILY "CRUSOE "
|
#define MODULE_PROC_FAMILY "CRUSOE "
|
||||||
|
|
|
@ -43,7 +43,7 @@ config X86_ACPI_CPUFREQ
|
||||||
config ELAN_CPUFREQ
|
config ELAN_CPUFREQ
|
||||||
tristate "AMD Elan SC400 and SC410"
|
tristate "AMD Elan SC400 and SC410"
|
||||||
select CPU_FREQ_TABLE
|
select CPU_FREQ_TABLE
|
||||||
depends on X86_ELAN
|
depends on MELAN
|
||||||
---help---
|
---help---
|
||||||
This adds the CPUFreq driver for AMD Elan SC400 and SC410
|
This adds the CPUFreq driver for AMD Elan SC400 and SC410
|
||||||
processors.
|
processors.
|
||||||
|
@ -59,7 +59,7 @@ config ELAN_CPUFREQ
|
||||||
config SC520_CPUFREQ
|
config SC520_CPUFREQ
|
||||||
tristate "AMD Elan SC520"
|
tristate "AMD Elan SC520"
|
||||||
select CPU_FREQ_TABLE
|
select CPU_FREQ_TABLE
|
||||||
depends on X86_ELAN
|
depends on MELAN
|
||||||
---help---
|
---help---
|
||||||
This adds the CPUFreq driver for AMD Elan SC520 processor.
|
This adds the CPUFreq driver for AMD Elan SC520 processor.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user