summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2022-08-11 13:43:08 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-08-11 13:43:08 +0200
commitf0e9ac7e05b094fcd30edb5ac5d8f6d93de671d6 (patch)
tree09f4d95c9c67fda5d0de89920a9dc5c2aec474cd /drivers/mfd/Kconfig
parenta64395f8d9771cd24149fc8699809a8b3775b34a (diff)
parentfe3710fd0c84a651dab2583371717bac6d37d31e (diff)
downloadbarebox-f0e9ac7e05b094fcd30edb5ac5d8f6d93de671d6.tar.gz
barebox-f0e9ac7e05b094fcd30edb5ac5d8f6d93de671d6.tar.xz
Merge branch 'for-next/rk808'
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 9d4a82a9bb..6c6b65dacf 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -108,4 +108,13 @@ config MFD_ATMEL_FLEXCOM
by the probe function of this MFD driver according to a device tree
property.
+config MFD_RK808
+ tristate "Rockchip RK805/RK808/RK809/RK817/RK818 Power Management Chip"
+ depends on I2C && OFDEVICE
+ help
+ If you say yes here you get support for the RK805, RK808, RK809,
+ RK817 and RK818 Power Management chips.
+ This driver provides common support for accessing the device
+ through I2C interface.
+
endmenu