| # SPDX-License-Identifier: GPL-2.0-only |
| |
| config DEVICE_MODULES_PWM_MTK_DISP |
| tristate "MediaTek display PWM driver" |
| depends on ARCH_MEDIATEK || COMPILE_TEST |
| depends on HAS_IOMEM |
| help |
| Generic PWM framework driver for MediaTek disp-pwm device. |
| The PWM is used to control the backlight brightness for display. |
| |
| To compile this driver as a module, choose M here: the module |
| will be called pwm-mtk-disp. |
| |
| config DEVICE_MODULES_PWM_MEDIATEK |
| tristate "MediaTek PWM support" |
| depends on ARCH_MEDIATEK || RALINK || COMPILE_TEST |
| depends on HAS_IOMEM |
| help |
| Generic PWM framework driver for Mediatek ARM SoC. |
| |
| To compile this driver as a module, choose M here: the module |
| will be called pwm-mediatek. |