Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
1493df73
Commit
1493df73
authored
Nov 09, 2009
by
Eric Miao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] pxa: introduce CONFIG_MACH_ZYLONITE{300,320} for CPU_PXA* removing
Signed-off-by:
Eric Miao
<
eric.y.miao@gmail.com
>
parent
cc155c6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
6 deletions
+14
-6
arch/arm/mach-pxa/Kconfig
arch/arm/mach-pxa/Kconfig
+12
-1
arch/arm/mach-pxa/Makefile
arch/arm/mach-pxa/Makefile
+2
-5
No files found.
arch/arm/mach-pxa/Kconfig
View file @
1493df73
...
...
@@ -46,12 +46,23 @@ config MACH_MAINSTONE
select PXA_HAVE_BOARD_IRQS
config MACH_ZYLONITE
bool
"PXA3xx Development Platform (aka Zylonite)"
bool
select PXA3xx
select PXA_SSP
select HAVE_PWM
select PXA_HAVE_BOARD_IRQS
config MACH_ZYLONITE300
bool "PXA3xx Development Platform (aka Zylonite) PXA300/310"
select CPU_PXA300
select CPU_PXA310
select MACH_ZYLONITE
config MACH_ZYLONITE320
bool "PXA3xx Development Platform (aka Zylonite) PXA320"
select CPU_PXA320
select MACH_ZYLONITE
config MACH_LITTLETON
bool "PXA3xx Form Factor Platform (aka Littleton)"
select PXA3xx
...
...
arch/arm/mach-pxa/Makefile
View file @
1493df73
...
...
@@ -29,11 +29,8 @@ obj-$(CONFIG_CPU_PXA930) += pxa930.o
# Intel/Marvell Dev Platforms
obj-$(CONFIG_ARCH_LUBBOCK)
+=
lubbock.o
obj-$(CONFIG_MACH_MAINSTONE)
+=
mainstone.o
ifeq
($(CONFIG_MACH_ZYLONITE),y)
obj-y
+=
zylonite.o
obj-$(CONFIG_CPU_PXA300)
+=
zylonite_pxa300.o
obj-$(CONFIG_CPU_PXA320)
+=
zylonite_pxa320.o
endif
obj-$(CONFIG_MACH_ZYLONITE300)
+=
zylonite.o zylonite_pxa300.o
obj-$(CONFIG_MACH_ZYLONITE320)
+=
zylonite.o zylonite_pxa320.o
obj-$(CONFIG_MACH_LITTLETON)
+=
littleton.o
obj-$(CONFIG_MACH_TAVOREVB)
+=
tavorevb.o
obj-$(CONFIG_MACH_SAAR)
+=
saar.o
...
...
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