-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kconfig: arm: introduce symbol for ARM CPUs
This commit introduces a Kconfig symbol for each ARM CPU: CPU_ARM720T, CPU_ARM920T, CPU_ARM926EJS, CPU_ARM946ES, CPU_ARM1136, CPU_ARM1176, CPU_V7, CPU_PXA, CPU_SA1100. Also, it adds the CPU feature Kconfig symbol HAS_VBAR which is selected for CPU_ARM1176 and CPU_V7. For each target, the corresponding CPU is selected and the definition of SYS_CPU in the corresponding Kconfig file is removed. Also, it removes redundant "string" type in some Kconfig files. Signed-off-by: Georges Savoundararadj <[email protected]> Acked-by: Albert ARIBAUD <[email protected]> Cc: Masahiro Yamada <[email protected]>
- Loading branch information
Showing
154 changed files
with
212 additions
and
501 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,9 +8,6 @@ config NOMADIK_NHK8815 | |
|
||
endchoice | ||
|
||
config SYS_CPU | ||
default "arm926ejs" | ||
|
||
config SYS_SOC | ||
default "nomadik" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,9 +8,6 @@ config TARGET_EDMINIV2 | |
|
||
endchoice | ||
|
||
config SYS_CPU | ||
default "arm926ejs" | ||
|
||
config SYS_SOC | ||
default "orion5x" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
if ARCH_VERSATILE | ||
|
||
config SYS_CPU | ||
default "arm926ejs" | ||
|
||
config SYS_BOARD | ||
default "versatile" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,9 +51,6 @@ config TARGET_PEACH_PIT | |
|
||
endchoice | ||
|
||
config SYS_CPU | ||
default "armv7" | ||
|
||
config SYS_SOC | ||
default "exynos" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
if ARCH_HIGHBANK | ||
|
||
config SYS_CPU | ||
default "armv7" | ||
|
||
config SYS_BOARD | ||
default "highbank" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,9 +14,6 @@ config TARGET_K2L_EVM | |
|
||
endchoice | ||
|
||
config SYS_CPU | ||
default "armv7" | ||
|
||
config SYS_SOC | ||
default "keystone" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,9 +90,6 @@ config TARGET_TWISTER | |
|
||
endchoice | ||
|
||
config SYS_CPU | ||
default "armv7" | ||
|
||
config SYS_SOC | ||
default "omap3" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,9 +14,6 @@ config TARGET_OMAP4_SDP4430 | |
|
||
endchoice | ||
|
||
config SYS_CPU | ||
default "armv7" | ||
|
||
config SYS_SOC | ||
default "omap4" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,9 +14,6 @@ config TARGET_DRA7XX_EVM | |
|
||
endchoice | ||
|
||
config SYS_CPU | ||
default "armv7" | ||
|
||
config SYS_SOC | ||
default "omap5" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,9 +20,6 @@ config TARGET_ALT | |
|
||
endchoice | ||
|
||
config SYS_CPU | ||
default "armv7" | ||
|
||
config SYS_SOC | ||
default "rmobile" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,9 +13,6 @@ config TARGET_SMDKC100 | |
|
||
endchoice | ||
|
||
config SYS_CPU | ||
default "armv7" | ||
|
||
config SYS_SOC | ||
default "s5pc1xx" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,6 @@ config TARGET_ZYNQ_ZC770 | |
|
||
endchoice | ||
|
||
config SYS_CPU | ||
default "armv7" | ||
|
||
config SYS_BOARD | ||
default "zynq" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
if TARGET_KWB | ||
|
||
config SYS_CPU | ||
default "armv7" | ||
|
||
config SYS_BOARD | ||
default "kwb" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
if TARGET_TSERIES | ||
|
||
config SYS_CPU | ||
default "armv7" | ||
|
||
config SYS_BOARD | ||
default "tseries" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
if TARGET_EB_CPUX9K2 | ||
|
||
config SYS_CPU | ||
default "arm920t" | ||
|
||
config SYS_BOARD | ||
default "eb_cpux9k2" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
if TARGET_VL_MA2SC | ||
|
||
config SYS_CPU | ||
default "arm926ejs" | ||
|
||
config SYS_BOARD | ||
default "vl_ma2sc" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
if TARGET_FLEA3 | ||
|
||
config SYS_CPU | ||
default "arm1136" | ||
|
||
config SYS_BOARD | ||
default "flea3" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
if TARGET_ASPENITE | ||
|
||
config SYS_CPU | ||
default "arm926ejs" | ||
|
||
config SYS_BOARD | ||
default "aspenite" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
if TARGET_DKB | ||
|
||
config SYS_CPU | ||
default "arm926ejs" | ||
|
||
config SYS_BOARD | ||
default "dkb" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
if TARGET_GPLUGD | ||
|
||
config SYS_CPU | ||
default "arm926ejs" | ||
|
||
config SYS_BOARD | ||
default "gplugd" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
if TARGET_AFEB9260 | ||
|
||
config SYS_CPU | ||
default "arm926ejs" | ||
|
||
config SYS_BOARD | ||
default "afeb9260" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
if TARGET_SOCFPGA_CYCLONE5 | ||
|
||
config SYS_CPU | ||
default "armv7" | ||
|
||
config SYS_BOARD | ||
default "socfpga" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
if TARGET_ARISTAINETOS | ||
|
||
config SYS_CPU | ||
default "armv7" | ||
|
||
config SYS_BOARD | ||
default "aristainetos" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
if TARGET_APF27 | ||
|
||
config SYS_CPU | ||
default "arm926ejs" | ||
|
||
config SYS_BOARD | ||
default "apf27" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
if TARGET_AT91RM9200EK | ||
|
||
config SYS_CPU | ||
default "arm920t" | ||
|
||
config SYS_BOARD | ||
default "at91rm9200ek" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
if TARGET_AT91SAM9260EK | ||
|
||
config SYS_CPU | ||
default "arm926ejs" | ||
|
||
config SYS_BOARD | ||
default "at91sam9260ek" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
if TARGET_AT91SAM9261EK | ||
|
||
config SYS_CPU | ||
default "arm926ejs" | ||
|
||
config SYS_BOARD | ||
default "at91sam9261ek" | ||
|
||
|
Oops, something went wrong.