Blame view

arch/arm/mach-dove/Kconfig 466 Bytes
edabd38e1   Saeed Bishara   ARM: add base sup...
1
2
3
  if ARCH_DOVE
  
  menu "Marvell Dove Implementations"
48be9ac93   Arnd Bergmann   ARM: Dove: split ...
4
5
  config DOVE_LEGACY
  	bool
edabd38e1   Saeed Bishara   ARM: add base sup...
6
7
  config MACH_DOVE_DB
  	bool "Marvell DB-MV88AP510 Development Board"
48be9ac93   Arnd Bergmann   ARM: Dove: split ...
8
  	select DOVE_LEGACY
edabd38e1   Saeed Bishara   ARM: add base sup...
9
10
11
12
  	select I2C_BOARDINFO
  	help
  	  Say 'Y' here if you want your kernel to support the
  	  Marvell DB-MV88AP510 Development Board.
c786282e6   Russell King   ARM: v6k: Dove pl...
13
  config MACH_CM_A510
7f51439a3   Konstantin Sinyuk   [ARM] Dove: add s...
14
  	bool "CompuLab CM-A510 Board"
48be9ac93   Arnd Bergmann   ARM: Dove: split ...
15
  	select DOVE_LEGACY
7f51439a3   Konstantin Sinyuk   [ARM] Dove: add s...
16
17
18
  	help
  	  Say 'Y' here if you want your kernel to support the
  	  CompuLab CM-A510 Board.
edabd38e1   Saeed Bishara   ARM: add base sup...
19
20
21
  endmenu
  
  endif