Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-seco-imx
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Jira
Code
Merge requests
12
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Clea OS
bsp
nxp
linux-seco-imx
Commits
3b938be6
Commit
3b938be6
authored
17 years ago
by
Russell King
Committed by
Russell King
17 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[ARM] Ensure machine class menu is sorted alphabetically
Signed-off-by:
Russell King
<
rmk+kernel@arm.linux.org.uk
>
parent
9bf77ee6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/arm/Kconfig
+25
-25
25 additions, 25 deletions
arch/arm/Kconfig
with
25 additions
and
25 deletions
arch/arm/Kconfig
+
25
−
25
View file @
3b938be6
...
@@ -244,6 +244,15 @@ config ARCH_IMX
...
@@ -244,6 +244,15 @@ config ARCH_IMX
help
help
Support for Motorola's i.MX family of processors (MX1, MXL).
Support for Motorola's i.MX family of processors (MX1, MXL).
config ARCH_IOP13XX
bool "IOP13xx-based"
depends on MMU
select PLAT_IOP
select PCI
select ARCH_SUPPORTS_MSI
help
Support for Intel's IOP13XX (XScale) family of processors.
config ARCH_IOP32X
config ARCH_IOP32X
bool "IOP32x-based"
bool "IOP32x-based"
depends on MMU
depends on MMU
...
@@ -261,22 +270,12 @@ config ARCH_IOP33X
...
@@ -261,22 +270,12 @@ config ARCH_IOP33X
help
help
Support for Intel's IOP33X (XScale) family of processors.
Support for Intel's IOP33X (XScale) family of processors.
config ARCH_IOP13XX
config ARCH_IXP23XX
bool "IOP13xx-based"
bool "IXP23XX-based"
depends on MMU
select PLAT_IOP
select PCI
select ARCH_SUPPORTS_MSI
help
Support for Intel's IOP13XX (XScale) family of processors.
config ARCH_IXP4XX
bool "IXP4xx-based"
depends on MMU
depends on MMU
select GENERIC_TIME
select PCI
select GENERIC_CLOCKEVENTS
help
help
Support for Intel's IXP
4XX
(XScale) family of processors.
Support for Intel's IXP
23xx
(XScale) family of processors.
config ARCH_IXP2000
config ARCH_IXP2000
bool "IXP2400/2800-based"
bool "IXP2400/2800-based"
...
@@ -285,12 +284,13 @@ config ARCH_IXP2000
...
@@ -285,12 +284,13 @@ config ARCH_IXP2000
help
help
Support for Intel's IXP2400/2800 (XScale) family of processors.
Support for Intel's IXP2400/2800 (XScale) family of processors.
config ARCH_IXP
23
XX
config ARCH_IXP
4
XX
bool "IXP
23XX
-based"
bool "IXP
4xx
-based"
depends on MMU
depends on MMU
select PCI
select GENERIC_TIME
select GENERIC_CLOCKEVENTS
help
help
Support for Intel's IXP
23xx
(XScale) family of processors.
Support for Intel's IXP
4XX
(XScale) family of processors.
config ARCH_L7200
config ARCH_L7200
bool "LinkUp-L7200"
bool "LinkUp-L7200"
...
@@ -380,13 +380,6 @@ config ARCH_LH7A40X
...
@@ -380,13 +380,6 @@ config ARCH_LH7A40X
core with a wide array of integrated devices for
core with a wide array of integrated devices for
hand-held and low-power applications.
hand-held and low-power applications.
config ARCH_OMAP
bool "TI OMAP"
select GENERIC_GPIO
select GENERIC_TIME
help
Support for TI's OMAP platform (OMAP1 and OMAP2).
config ARCH_DAVINCI
config ARCH_DAVINCI
bool "TI DaVinci"
bool "TI DaVinci"
select GENERIC_TIME
select GENERIC_TIME
...
@@ -394,6 +387,13 @@ config ARCH_DAVINCI
...
@@ -394,6 +387,13 @@ config ARCH_DAVINCI
help
help
Support for TI's DaVinci platform.
Support for TI's DaVinci platform.
config ARCH_OMAP
bool "TI OMAP"
select GENERIC_GPIO
select GENERIC_TIME
help
Support for TI's OMAP platform (OMAP1 and OMAP2).
endchoice
endchoice
source "arch/arm/mach-clps711x/Kconfig"
source "arch/arm/mach-clps711x/Kconfig"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment