ARM: mmp: append CONFIG_MACH_MMP2_DT
Append CONFIG_MACH_MMP2_DT. CONFIG_MACH_MMP_DT is used to ARMv5 DT support. CONFIG_MACH_MMP2_DT is used to ARMv7 DT support. These two machine support can't be selected at the same time. Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
@@ -2,16 +2,6 @@ if ARCH_MMP
|
|||||||
|
|
||||||
menu "Marvell PXA168/910/MMP2 Implmentations"
|
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
|
config MACH_ASPENITE
|
||||||
bool "Marvell's PXA168 Aspenite Development Board"
|
bool "Marvell's PXA168 Aspenite Development Board"
|
||||||
select CPU_PXA168
|
select CPU_PXA168
|
||||||
@@ -94,6 +84,25 @@ config MACH_GPLUGD
|
|||||||
Say 'Y' here if you want to support the Marvell PXA168-based
|
Say 'Y' here if you want to support the Marvell PXA168-based
|
||||||
GuruPlug Display (gplugD) Board
|
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
|
endmenu
|
||||||
|
|
||||||
config CPU_PXA168
|
config CPU_PXA168
|
||||||
|
Reference in New Issue
Block a user