drivers: power: report battery voltage in AOSP compatible format
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / ipack / Kconfig
CommitLineData
d3465872
SIG
1#
2# IPACK configuration.
3#
4
5menuconfig IPACK_BUS
6 tristate "IndustryPack bus support"
7953e44c 7 depends on HAS_IOMEM
d3465872 8 ---help---
26c295cb
JT
9 This option provides support for the IndustryPack framework. There
10 are IndustryPack carrier boards, which interface another bus (such as
11 PCI) to an IndustryPack bus, and IndustryPack modules, that are
12 hosted on these buses. While IndustryPack modules can provide a
13 large variety of functionality, they are most often found in
14 industrial control applications.
15
16 Say N if unsure.
d3465872 17
0eeca14f
SIG
18if IPACK_BUS
19
05e5027e 20source "drivers/ipack/carriers/Kconfig"
0eeca14f 21
05e5027e 22source "drivers/ipack/devices/Kconfig"
fc36f073 23
0eeca14f 24endif # IPACK