Files
kernel_common_drivers/drivers/pwm/Kconfig
T
wanwei.jiang a3ad4649bf pwm: porting pwm driver [1/1]
PD#SWPL-67421

Problem:
porting pwm driver

Solution:
porting pwm driver

Verify:
s4d

Change-Id: Ie5d4b92fa457ee98fb1f81d4446e1a4f38047c50
Signed-off-by: wanwei.jiang <wanwei.jiang@amlogic.com>
2021-12-29 14:19:59 +08:00

15 lines
317 B
Plaintext

# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
if PWM
config AMLOGIC_PWM_MESON
tristate "Amlogic Meson PWM driver"
depends on COMMON_CLK && HAS_IOMEM
help
The platform driver for Amlogic Meson PWM controller.
To compile this driver as a module, choose M here: the module
will be called pwm-meson.
endif