gpio pwm driver is only available on kernel 6.11+. Signed-off-by: Tianling Shen <[email protected]> Link: https://github.com/openwrt/openwrt/pull/20187 Signed-off-by: Robert Marko <[email protected]>
@@ -141,7 +141,7 @@ $(eval $(call KernelPackage,gpio-pcf857x))
define KernelPackage/gpio-pwm
SUBMENU:=$(GPIO_MENU)
- DEPENDS:=@GPIO_SUPPORT @PWM_SUPPORT
+ DEPENDS:=@GPIO_SUPPORT @PWM_SUPPORT @!LINUX_6_6
TITLE:=PWM GPIO support
KCONFIG:=CONFIG_PWM_GPIO
FILES:=$(LINUX_DIR)/drivers/pwm/pwm-gpio.ko