mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
a3ad4649bf
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>
15 lines
317 B
Plaintext
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
|