mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
regulator: xz3216: add driver with xz3216 series of DCDC devices to compile.
Change-Id: I5883e142c17a60cbba7e37bd4a9303efb3c867bf Signed-off-by: Aiyoujun <ayj@rock-chips.com>
This commit is contained in:
parent
54564cd2a8
commit
7553c7a85b
|
|
@ -1025,5 +1025,11 @@ config REGULATOR_WM8994
|
|||
This driver provides support for the voltage regulators on the
|
||||
WM8994 CODEC.
|
||||
|
||||
config REGULATOR_XZ3216
|
||||
tristate "Xizhuo XZ3216 voltage regulator"
|
||||
depends on I2C
|
||||
help
|
||||
Support the voltage and current regulators of the XZ321X series of DCDC devices.
|
||||
|
||||
endif
|
||||
|
||||
|
|
|
|||
|
|
@ -130,5 +130,6 @@ obj-$(CONFIG_REGULATOR_WM831X) += wm831x-ldo.o
|
|||
obj-$(CONFIG_REGULATOR_WM8350) += wm8350-regulator.o
|
||||
obj-$(CONFIG_REGULATOR_WM8400) += wm8400-regulator.o
|
||||
obj-$(CONFIG_REGULATOR_WM8994) += wm8994-regulator.o
|
||||
obj-$(CONFIG_REGULATOR_XZ3216) += xz3216.o
|
||||
|
||||
ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user