drivers: power: report battery voltage in AOSP compatible format
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm / mach-u300 / Kconfig
CommitLineData
bb3cee2b
LW
1if ARCH_U300
2
fcb28d2e 3menu "ST-Ericsson AB U300/U335 Platform"
bb3cee2b
LW
4
5comment "ST-Ericsson Mobile Platform Products"
6
7config MACH_U300
8 bool "U300"
98da3529 9 select PINCTRL
ca402d37 10 select PINCTRL_COH901
b1b3f49c 11 select PINCTRL_U300
bb3cee2b 12
fcb28d2e 13comment "ST-Ericsson U300/U335 Feature Selections"
bb3cee2b 14
bb3cee2b
LW
15config U300_DEBUG
16 bool "Debug support for U300"
17 depends on PM
18 help
19 Debug support for U300 in sysfs, procfs etc.
20
c7c8c78f
LW
21config MACH_U300_SPIDUMMY
22 bool "SSP/SPI dummy chip"
23 select SPI
24 select SPI_MASTER
25 select SPI_PL022
26 help
27 This creates a small kernel module that creates a dummy
28 SPI device to be used for loopback tests. Regularly used
29 to test reference designs. If you're not testing SPI,
30 you don't need it. Selecting this will activate the
31 SPI framework and ARM PL022 support.
32
bb3cee2b
LW
33endmenu
34
35endif