drivers: power: report battery voltage in AOSP compatible format
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm / mach-dove / Kconfig
CommitLineData
edabd38e
SB
1if ARCH_DOVE
2
3menu "Marvell Dove Implementations"
4
48be9ac9
AB
5config DOVE_LEGACY
6 bool
7
edabd38e
SB
8config MACH_DOVE_DB
9 bool "Marvell DB-MV88AP510 Development Board"
48be9ac9 10 select DOVE_LEGACY
edabd38e
SB
11 select I2C_BOARDINFO
12 help
13 Say 'Y' here if you want your kernel to support the
14 Marvell DB-MV88AP510 Development Board.
15
c786282e 16config MACH_CM_A510
7f51439a 17 bool "CompuLab CM-A510 Board"
48be9ac9 18 select DOVE_LEGACY
7f51439a
KS
19 help
20 Say 'Y' here if you want your kernel to support the
21 CompuLab CM-A510 Board.
22
81d2ef7c
SH
23config MACH_DOVE_DT
24 bool "Marvell Dove Flattened Device Tree"
5b03df9a
SH
25 select MVEBU_CLK_CORE
26 select MVEBU_CLK_GATING
41e364bb
SH
27 select REGULATOR
28 select REGULATOR_FIXED_VOLTAGE
81d2ef7c
SH
29 select USE_OF
30 help
31 Say 'Y' here if you want your kernel to support the
32 Marvell Dove using flattened device tree.
33
edabd38e
SB
34endmenu
35
36endif