mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
x86, RDC321x: add to mach-default
first step to add RDC321x support to the default PC architecture. Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
36ac26171a
commit
1f972768a1
2 changed files with 11 additions and 20 deletions
|
@ -23,7 +23,7 @@ config X86
|
||||||
select HAVE_OPROFILE
|
select HAVE_OPROFILE
|
||||||
select HAVE_IOREMAP_PROT
|
select HAVE_IOREMAP_PROT
|
||||||
select HAVE_KPROBES
|
select HAVE_KPROBES
|
||||||
select ARCH_WANT_OPTIONAL_GPIOLIB if !X86_RDC321X
|
select ARCH_WANT_OPTIONAL_GPIOLIB
|
||||||
select HAVE_KRETPROBES
|
select HAVE_KRETPROBES
|
||||||
select HAVE_DYNAMIC_FTRACE
|
select HAVE_DYNAMIC_FTRACE
|
||||||
select HAVE_FTRACE
|
select HAVE_FTRACE
|
||||||
|
@ -332,20 +332,6 @@ config X86_BIGSMP
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
config X86_RDC321X
|
|
||||||
bool "RDC R-321x SoC"
|
|
||||||
depends on X86_32
|
|
||||||
select M486
|
|
||||||
select X86_REBOOTFIXUPS
|
|
||||||
select GENERIC_GPIO
|
|
||||||
select LEDS_CLASS
|
|
||||||
select LEDS_GPIO
|
|
||||||
select NEW_LEDS
|
|
||||||
help
|
|
||||||
This option is needed for RDC R-321x system-on-chip, also known
|
|
||||||
as R-8610-(G).
|
|
||||||
If you don't have one of these chips, you should say N here.
|
|
||||||
|
|
||||||
config X86_VSMP
|
config X86_VSMP
|
||||||
bool "Support for ScaleMP vSMP"
|
bool "Support for ScaleMP vSMP"
|
||||||
select PARAVIRT
|
select PARAVIRT
|
||||||
|
@ -369,6 +355,16 @@ config X86_VISWS
|
||||||
A kernel compiled for the Visual Workstation will run on general
|
A kernel compiled for the Visual Workstation will run on general
|
||||||
PCs as well. See <file:Documentation/sgi-visws.txt> for details.
|
PCs as well. See <file:Documentation/sgi-visws.txt> for details.
|
||||||
|
|
||||||
|
config X86_RDC321X
|
||||||
|
bool "RDC R-321x SoC"
|
||||||
|
depends on X86_32
|
||||||
|
select M486
|
||||||
|
select X86_REBOOTFIXUPS
|
||||||
|
help
|
||||||
|
This option is needed for RDC R-321x system-on-chip, also known
|
||||||
|
as R-8610-(G).
|
||||||
|
If you don't have one of these chips, you should say N here.
|
||||||
|
|
||||||
config SCHED_NO_NO_OMIT_FRAME_POINTER
|
config SCHED_NO_NO_OMIT_FRAME_POINTER
|
||||||
def_bool y
|
def_bool y
|
||||||
prompt "Single-depth WCHAN output"
|
prompt "Single-depth WCHAN output"
|
||||||
|
|
|
@ -118,11 +118,6 @@ mflags-$(CONFIG_X86_GENERICARCH):= -Iinclude/asm-x86/mach-generic
|
||||||
fcore-$(CONFIG_X86_GENERICARCH) += arch/x86/mach-generic/
|
fcore-$(CONFIG_X86_GENERICARCH) += arch/x86/mach-generic/
|
||||||
mcore-$(CONFIG_X86_GENERICARCH) := arch/x86/mach-default/
|
mcore-$(CONFIG_X86_GENERICARCH) := arch/x86/mach-default/
|
||||||
|
|
||||||
# RDC R-321x subarch support
|
|
||||||
mflags-$(CONFIG_X86_RDC321X) := -Iinclude/asm-x86/mach-rdc321x
|
|
||||||
mcore-$(CONFIG_X86_RDC321X) := arch/x86/mach-default/
|
|
||||||
core-$(CONFIG_X86_RDC321X) += arch/x86/mach-rdc321x/
|
|
||||||
|
|
||||||
# default subarch .h files
|
# default subarch .h files
|
||||||
mflags-y += -Iinclude/asm-x86/mach-default
|
mflags-y += -Iinclude/asm-x86/mach-default
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue