OSDN Git Service

A004839
[tomoyo/tomoyo-test1.git] /
1 # SPDX-License-Identifier: GPL-2.0
2
3 # to be placed at drivers/spmi
4 config SPMI_HISI3670
5         tristate "Hisilicon 3670 SPMI Controller"
6         select IRQ_DOMAIN_HIERARCHY
7         depends on HAS_IOMEM
8         depends on SPMI
9         help
10           If you say yes to this option, support will be included for the
11           built-in SPMI PMIC Arbiter interface on Hisilicon 3670
12           processors.
13
14 # to be placed at drivers/mfd
15 config MFD_HI6421_SPMI
16         tristate "HiSilicon Hi6421v600 SPMI PMU/Codec IC"
17         depends on OF
18         depends on SPMI
19         select MFD_CORE
20         help
21           Add support for HiSilicon Hi6421v600 SPMI PMIC. Hi6421 includes
22           multi-functions, such as regulators, RTC, codec, Coulomb counter,
23           etc.
24
25           This driver includes core APIs _only_. You have to select
26           individual components like voltage regulators under corresponding
27           menus in order to enable them.
28           We communicate with the Hi6421v600 via a SPMI bus.
29
30 # to be placed at drivers/regulator
31 config REGULATOR_HI6421V600
32         tristate "HiSilicon Hi6421v600 PMIC voltage regulator support"
33         depends on MFD_HI6421_SPMI && OF
34         help
35           This driver provides support for the voltage regulators on
36           HiSilicon Hi6421v600 PMU / Codec IC.
37           This is used on Kirin 3670 boards, like HiKey 970.