mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-25 05:47:00 +00:00
f4c5d0e77e
Cherry-pick patches to support building RP1 modules. Signed-off-by: John Audia <therealgraysky@proton.me> Link: https://github.com/openwrt/openwrt/pull/17233 Signed-off-by: Robert Marko <robimarko@gmail.com> (cherry picked from commit 613dd79d5eabe53f07a7b74cc062d91cfc550403)
21 lines
696 B
Diff
21 lines
696 B
Diff
From 73fb1e979a210094935f4af4c3d6e700fba30c5f Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
Date: Thu, 12 Dec 2024 10:28:54 +0000
|
|
Subject: [PATCH 1458/1482] Revert "pwm: Improve PWM_PIO_RP1 dependencies"
|
|
|
|
This reverts commit f85f3509692f966ec32e4db499f7e64dc6b6b952.
|
|
---
|
|
drivers/pwm/Kconfig | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
--- a/drivers/pwm/Kconfig
|
|
+++ b/drivers/pwm/Kconfig
|
|
@@ -457,7 +457,6 @@ config PWM_PCA9685
|
|
config PWM_PIO_RP1
|
|
tristate "RP1 PIO PWM support"
|
|
depends on FIRMWARE_RP1 || COMPILE_TEST
|
|
- select RP1_PIO
|
|
help
|
|
This is a PWM framework driver for Raspberry Pi 5, using the PIO
|
|
hardware of RP1 to provide PWM functionality. Supports up to 4
|