Skip to content
Snippets Groups Projects
Kconfig 20.1 KiB
Newer Older
menu "ARM architecture"
	depends on ARM

config SYS_ARCH
	default "arm"

config HAS_VBAR
        bool

config CPU_ARM720T
        bool

config CPU_ARM920T
        bool

config CPU_ARM926EJS
        bool

config CPU_ARM946ES
        bool

config CPU_ARM1136
        bool

config CPU_ARM1176
        bool
        select HAS_VBAR

config CPU_V7
        bool
        select HAS_VBAR

config CPU_PXA
        bool

config CPU_SA1100
        bool

config SYS_CPU
        default "arm720t" if CPU_ARM720T
        default "arm920t" if CPU_ARM920T
        default "arm926ejs" if CPU_ARM926EJS
        default "arm946es" if CPU_ARM946ES
        default "arm1136" if CPU_ARM1136
        default "arm1176" if CPU_ARM1176
        default "armv7" if CPU_V7
        default "pxa" if CPU_PXA
        default "sa1100" if CPU_SA1100
	default "armv8" if ARM64
choice
	prompt "Target select"

config TARGET_INTEGRATORAP_CM720T
	bool "Support integratorap_cm720t"

config TARGET_INTEGRATORAP_CM920T
	bool "Support integratorap_cm920t"

config TARGET_INTEGRATORCP_CM920T
	bool "Support integratorcp_cm920t"

config TARGET_A320EVB
	bool "Support a320evb"

config TARGET_AT91RM9200EK
	bool "Support at91rm9200ek"

config TARGET_EB_CPUX9K2
	bool "Support eb_cpux9k2"

config TARGET_CPUAT91
	bool "Support cpuat91"

config TARGET_EDB93XX
	bool "Support edb93xx"

config TARGET_SCB9328
	bool "Support scb9328"

config TARGET_CM4008
	bool "Support cm4008"

config TARGET_CM41XX
	bool "Support cm41xx"

config TARGET_VCMA9
	bool "Support VCMA9"

config TARGET_SMDK2410
	bool "Support smdk2410"

config TARGET_INTEGRATORAP_CM926EJS
	bool "Support integratorap_cm926ejs"

config TARGET_INTEGRATORCP_CM926EJS
	bool "Support integratorcp_cm926ejs"

config TARGET_ASPENITE
	bool "Support aspenite"

config TARGET_GPLUGD
	bool "Support gplugd"

config TARGET_AFEB9260
	bool "Support afeb9260"

config TARGET_AT91SAM9260EK
	bool "Support at91sam9260ek"

config TARGET_AT91SAM9261EK
	bool "Support at91sam9261ek"

config TARGET_AT91SAM9263EK
	bool "Support at91sam9263ek"

config TARGET_AT91SAM9M10G45EK
	bool "Support at91sam9m10g45ek"

config TARGET_AT91SAM9N12EK
	bool "Support at91sam9n12ek"

config TARGET_AT91SAM9RLEK
	bool "Support at91sam9rlek"

config TARGET_AT91SAM9X5EK
	bool "Support at91sam9x5ek"

config TARGET_SNAPPER9260
	bool "Support snapper9260"

config TARGET_VL_MA2SC
	bool "Support vl_ma2sc"

config TARGET_SBC35_A9G20
	bool "Support sbc35_a9g20"

config TARGET_TNY_A9260
	bool "Support tny_a9260"

config TARGET_USB_A9263
	bool "Support usb_a9263"

config TARGET_ETHERNUT5
	bool "Support ethernut5"

config TARGET_MEESC
	bool "Support meesc"

config TARGET_OTC570
	bool "Support otc570"

config TARGET_CPU9260
	bool "Support cpu9260"

config TARGET_PM9261
	bool "Support pm9261"

config TARGET_PM9263
	bool "Support pm9263"
Loading
Loading full blame...