mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
29655631ae
PD#SWPL-112358 Problem: ad403 is missing pmic6b driver in kernel5.15. Solution: base Yu Tu 76117 and 78726; base Jian yi 189702 and 192916,216774; and yao jie 216898; Verify: A113L-AD401 #1 +Battery. all driver use ko; Change-Id: I911ca92dbe6f8c0f623e32fd14bdcf23a6318861 Signed-off-by: chengbing wu <chengbing.wu@amlogic.com>
32 lines
736 B
Plaintext
32 lines
736 B
Plaintext
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
#
|
|
# Multifunction miscellaneous devices
|
|
#
|
|
|
|
menuconfig AMLOGIC_MFD
|
|
tristate "Amlogic mfd devices"
|
|
default n
|
|
help
|
|
Say Y here, and a list of multifunction drivers will be displayed.
|
|
Everything that didn't fit into the other categories is here. This option
|
|
doesn't affect the kernel.
|
|
|
|
If unsure, say Y.
|
|
|
|
if AMLOGIC_MFD
|
|
|
|
config AMLOGIC_MFD_PMIC6B
|
|
bool "Amlogic MFD PMIC6B"
|
|
depends on I2C
|
|
select MFD_CORE
|
|
select REGMAP_I2C
|
|
select REGMAP_IRQ
|
|
default n
|
|
help
|
|
Say yes here to add support for the Amlogic MFD PMIC.
|
|
This driver provides common support for accessing the device,
|
|
additional drivers must be enabled in order to use the
|
|
functionality of the device.
|
|
|
|
endif
|