mirror of https://github.com/OpenIPC/firmware.git
32 lines
963 B
Diff
32 lines
963 B
Diff
diff -drupN a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
|
|
--- a/drivers/pwm/Kconfig 2017-10-21 18:09:07.000000000 +0300
|
|
+++ b/drivers/pwm/Kconfig 2022-06-09 05:02:33.000000000 +0300
|
|
@@ -189,6 +189,27 @@ config PWM_JZ4740
|
|
To compile this driver as a module, choose M here: the module
|
|
will be called pwm-jz4740.
|
|
|
|
+config PWM_INGENIC
|
|
+ tristate "Ingenic PWM support"
|
|
+ depends on MACH_XBURST
|
|
+ help
|
|
+ Generic PWM framework driver for Ingenic soc based
|
|
+ machines.
|
|
+
|
|
+ To compile this driver as a module, choose M here: the module
|
|
+ will be called pwm-ingenic.
|
|
+
|
|
+config PWM_INGENIC_V2
|
|
+ tristate "Ingenic PWM V2 support"
|
|
+ depends on MACH_XBURST2
|
|
+ help
|
|
+ Generic PWM framework driver for Ingenic soc based
|
|
+ machines.
|
|
+ Support SOCs: X2000,
|
|
+
|
|
+ To compile this driver as a module, choose M here: the module
|
|
+ will be called pwm-ingenic.
|
|
+
|
|
config PWM_LP3943
|
|
tristate "TI/National Semiconductor LP3943 PWM support"
|
|
depends on MFD_LP3943
|