summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hikey9xx/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-07-23 09:40:06 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-07-23 10:13:27 +0200
commit9bd9e0de1cf5b89c4854be505ac0a418ddcc01bf (patch)
treefd0c745a38796e827e9e6746d3e20534c4d1dc52 /drivers/staging/hikey9xx/Kconfig
parent334201d503d5903f38f6e804263fc291ce8f451a (diff)
downloadlinux-stable-9bd9e0de1cf5b89c4854be505ac0a418ddcc01bf.tar.gz
linux-stable-9bd9e0de1cf5b89c4854be505ac0a418ddcc01bf.tar.bz2
linux-stable-9bd9e0de1cf5b89c4854be505ac0a418ddcc01bf.zip
mfd: hi6421-spmi-pmic: move driver from staging
This driver is ready for mainstream. So, move it out of staging. Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/dd150f3ffa19c2dda0171f7dbe1dd63cce2a7af5.1627025657.git.mchehab+huawei@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/hikey9xx/Kconfig')
-rw-r--r--drivers/staging/hikey9xx/Kconfig19
1 files changed, 0 insertions, 19 deletions
diff --git a/drivers/staging/hikey9xx/Kconfig b/drivers/staging/hikey9xx/Kconfig
deleted file mode 100644
index 9f53df9068fe..000000000000
--- a/drivers/staging/hikey9xx/Kconfig
+++ /dev/null
@@ -1,19 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0
-
-# to be placed at drivers/mfd
-config MFD_HI6421_SPMI
- tristate "HiSilicon Hi6421v600 SPMI PMU/Codec IC"
- depends on HAS_IOMEM
- depends on OF
- depends on SPMI
- select MFD_CORE
- select REGMAP_SPMI
- help
- Add support for HiSilicon Hi6421v600 SPMI PMIC. Hi6421 includes
- multi-functions, such as regulators, RTC, codec, Coulomb counter,
- etc.
-
- This driver includes core APIs _only_. You have to select
- individual components like voltage regulators under corresponding
- menus in order to enable them.
- We communicate with the Hi6421v600 via a SPMI bus.