diff options
author | Sasha Finkelstein <fnkl.kernel@gmail.com> | 2023-04-03 16:19:20 +0200 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2023-04-06 16:31:38 +0200 |
commit | bafbbef85fd788074c27892c2391faf249eb7b29 (patch) | |
tree | 6daaccbb966aa81caa4a001dedbd1fe832c7e31e /drivers/pwm/Kconfig | |
parent | 87a3a3929c710b863c3a288f6b094edc97662858 (diff) | |
download | linux-stable-bafbbef85fd788074c27892c2391faf249eb7b29.tar.gz linux-stable-bafbbef85fd788074c27892c2391faf249eb7b29.tar.bz2 linux-stable-bafbbef85fd788074c27892c2391faf249eb7b29.zip |
pwm: Add Apple PWM controller
Adds the Apple PWM controller driver.
Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com>
Acked-by: Sven Peter <sven@svenpeter.dev>
Reviewed-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'drivers/pwm/Kconfig')
-rw-r--r-- | drivers/pwm/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index dae023d783a2..8df861b1f4a3 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -51,6 +51,18 @@ config PWM_AB8500 To compile this driver as a module, choose M here: the module will be called pwm-ab8500. +config PWM_APPLE + tristate "Apple SoC PWM support" + depends on ARCH_APPLE || COMPILE_TEST + help + Generic PWM framework driver for PWM controller present on + Apple SoCs + + Say Y here if you have an ARM Apple laptop, otherwise say N + + To compile this driver as a module, choose M here: the module + will be called pwm-apple. + config PWM_ATMEL tristate "Atmel PWM support" depends on ARCH_AT91 || COMPILE_TEST |