2009-08-06 14:12:43 +02:00
|
|
|
if ARCH_DOVE
|
|
|
|
|
|
|
|
menu "Marvell Dove Implementations"
|
|
|
|
|
2013-02-28 18:19:16 +01:00
|
|
|
config DOVE_LEGACY
|
|
|
|
bool
|
|
|
|
|
2009-08-06 14:12:43 +02:00
|
|
|
config MACH_DOVE_DB
|
|
|
|
bool "Marvell DB-MV88AP510 Development Board"
|
2013-02-28 18:19:16 +01:00
|
|
|
select DOVE_LEGACY
|
2009-08-06 14:12:43 +02:00
|
|
|
select I2C_BOARDINFO
|
|
|
|
help
|
|
|
|
Say 'Y' here if you want your kernel to support the
|
|
|
|
Marvell DB-MV88AP510 Development Board.
|
|
|
|
|
2011-01-17 19:20:05 +01:00
|
|
|
config MACH_CM_A510
|
2010-11-16 07:55:03 +01:00
|
|
|
bool "CompuLab CM-A510 Board"
|
2013-02-28 18:19:16 +01:00
|
|
|
select DOVE_LEGACY
|
2010-11-16 07:55:03 +01:00
|
|
|
help
|
|
|
|
Say 'Y' here if you want your kernel to support the
|
|
|
|
CompuLab CM-A510 Board.
|
|
|
|
|
2012-08-15 19:07:33 +02:00
|
|
|
config MACH_DOVE_DT
|
|
|
|
bool "Marvell Dove Flattened Device Tree"
|
2013-05-11 03:08:07 +02:00
|
|
|
select DOVE_CLK
|
2013-07-02 13:03:40 +02:00
|
|
|
select ORION_IRQCHIP
|
|
|
|
select ORION_TIMER
|
2012-12-27 23:21:59 +01:00
|
|
|
select REGULATOR
|
|
|
|
select REGULATOR_FIXED_VOLTAGE
|
2012-08-15 19:07:33 +02:00
|
|
|
select USE_OF
|
|
|
|
help
|
|
|
|
Say 'Y' here if you want your kernel to support the
|
|
|
|
Marvell Dove using flattened device tree.
|
|
|
|
|
2009-08-06 14:12:43 +02:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
endif
|