Merge tag 'pci-v5.14-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaa...
[linux-2.6-microblaze.git] / drivers / staging / hikey9xx / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2
3 # to be placed at drivers/mfd
4 config MFD_HI6421_SPMI
5         tristate "HiSilicon Hi6421v600 SPMI PMU/Codec IC"
6         depends on HAS_IOMEM
7         depends on OF
8         depends on SPMI
9         select MFD_CORE
10         select REGMAP_SPMI
11         help
12           Add support for HiSilicon Hi6421v600 SPMI PMIC. Hi6421 includes
13           multi-functions, such as regulators, RTC, codec, Coulomb counter,
14           etc.
15
16           This driver includes core APIs _only_. You have to select
17           individual components like voltage regulators under corresponding
18           menus in order to enable them.
19           We communicate with the Hi6421v600 via a SPMI bus.