Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
3b938be6
Commit
3b938be6
authored
May 12, 2007
by
Russell King
Committed by
Russell King
May 12, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] Ensure machine class menu is sorted alphabetically
Signed-off-by:
Russell King
<
rmk+kernel@arm.linux.org.uk
>
parent
9bf77ee6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
25 deletions
+25
-25
arch/arm/Kconfig
arch/arm/Kconfig
+25
-25
No files found.
arch/arm/Kconfig
View file @
3b938be6
...
...
@@ -244,6 +244,15 @@ config ARCH_IMX
help
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
bool "IOP32x-based"
depends on MMU
...
...
@@ -261,22 +270,12 @@ config ARCH_IOP33X
help
Support for Intel's IOP33X (XScale) family of processors.
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_IXP4XX
bool "IXP4xx-based"
config ARCH_IXP23XX
bool "IXP23XX-based"
depends on MMU
select GENERIC_TIME
select GENERIC_CLOCKEVENTS
select PCI
help
Support for Intel's IXP
4XX
(XScale) family of processors.
Support for Intel's IXP
23xx
(XScale) family of processors.
config ARCH_IXP2000
bool "IXP2400/2800-based"
...
...
@@ -285,12 +284,13 @@ config ARCH_IXP2000
help
Support for Intel's IXP2400/2800 (XScale) family of processors.
config ARCH_IXP
23
XX
bool "IXP23XX
-based"
config ARCH_IXP
4
XX
bool "IXP4xx
-based"
depends on MMU
select PCI
select GENERIC_TIME
select GENERIC_CLOCKEVENTS
help
Support for Intel's IXP
23xx
(XScale) family of processors.
Support for Intel's IXP
4XX
(XScale) family of processors.
config ARCH_L7200
bool "LinkUp-L7200"
...
...
@@ -380,13 +380,6 @@ config ARCH_LH7A40X
core with a wide array of integrated devices for
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
bool "TI DaVinci"
select GENERIC_TIME
...
...
@@ -394,6 +387,13 @@ config ARCH_DAVINCI
help
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
source "arch/arm/mach-clps711x/Kconfig"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment