Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303239
b: refs/heads/master
c: 3f4dd32
h: refs/heads/master
i:
  303237: 9aea8ca
  303235: a06d9d7
  303231: 3f8fc7f
v: v3
  • Loading branch information
Haojian Zhuang committed May 5, 2012
1 parent b7df39e commit 910db64
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 53c50ef508cc7b47c8b912549d4e2593fd0e5049
refs/heads/master: 3f4dd3224df9664a44bf05df56c7c12622f7a1c7
29 changes: 19 additions & 10 deletions trunk/arch/arm/mach-mmp/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@ if ARCH_MMP

menu "Marvell PXA168/910/MMP2 Implmentations"

config MACH_MMP_DT
bool "Support MMP2 platforms from device tree"
select CPU_PXA168
select CPU_PXA910
select USE_OF
help
Include support for Marvell MMP2 based platforms using
the device tree. Needn't select any other machine while
MACH_MMP_DT is enabled.

config MACH_ASPENITE
bool "Marvell's PXA168 Aspenite Development Board"
select CPU_PXA168
Expand Down Expand Up @@ -94,6 +84,25 @@ config MACH_GPLUGD
Say 'Y' here if you want to support the Marvell PXA168-based
GuruPlug Display (gplugD) Board

config MACH_MMP_DT
bool "Support MMP (ARMv5) platforms from device tree"
select CPU_PXA168
select CPU_PXA910
select USE_OF
help
Include support for Marvell MMP2 based platforms using
the device tree. Needn't select any other machine while
MACH_MMP_DT is enabled.

config MACH_MMP2_DT
bool "Support MMP2 (ARMv7) platforms from device tree"
depends on !CPU_MOHAWK
select CPU_MMP2
select USE_OF
help
Include support for Marvell MMP2 based platforms using
the device tree.

endmenu

config CPU_PXA168
Expand Down

0 comments on commit 910db64

Please sign in to comment.