mirror of https://gitee.com/openkylin/linux.git
x86: move ELAN to the NON_STANDARD_PLATFORM section
Move X86_ELAN (old, AMD based web-boxes) from the subarchitecture menu to the non-standard-platform section. Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
06ac8346af
commit
9e111f3e16
|
@ -271,16 +271,6 @@ config X86_PC
|
||||||
help
|
help
|
||||||
Choose this option if your computer is a standard PC or compatible.
|
Choose this option if your computer is a standard PC or compatible.
|
||||||
|
|
||||||
config X86_ELAN
|
|
||||||
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!
|
|
||||||
|
|
||||||
If unsure, choose "PC-compatible" instead.
|
|
||||||
|
|
||||||
config X86_VOYAGER
|
config X86_VOYAGER
|
||||||
bool "Voyager (NCR)"
|
bool "Voyager (NCR)"
|
||||||
depends on X86_32 && SMP && !PCI && BROKEN
|
depends on X86_32 && SMP && !PCI && BROKEN
|
||||||
|
@ -394,6 +384,17 @@ config X86_UV
|
||||||
This option is needed in order to support SGI Ultraviolet systems.
|
This option is needed in order to support SGI Ultraviolet systems.
|
||||||
If you don't have one of these, you should say N here.
|
If you don't have one of these, you should say N here.
|
||||||
|
|
||||||
|
config X86_ELAN
|
||||||
|
bool "AMD Elan"
|
||||||
|
depends on X86_32
|
||||||
|
depends on X86_NON_STANDARD
|
||||||
|
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 SCHED_OMIT_FRAME_POINTER
|
config SCHED_OMIT_FRAME_POINTER
|
||||||
def_bool y
|
def_bool y
|
||||||
prompt "Single-depth WCHAN output"
|
prompt "Single-depth WCHAN output"
|
||||||
|
|
Loading…
Reference in New Issue