bcm27xx: add pwm-fan dependency to RPi PoE
This is needed for the fan in the PoE hat to work. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
af6cd37f42
commit
cecb0ccfbf
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ define KernelPackage/pwm-raspberrypi-poe
|
||||||
CONFIG_PWM_RASPBERRYPI_POE
|
CONFIG_PWM_RASPBERRYPI_POE
|
||||||
FILES:=$(LINUX_DIR)/drivers/pwm/pwm-raspberrypi-poe.ko
|
FILES:=$(LINUX_DIR)/drivers/pwm/pwm-raspberrypi-poe.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,20,pwm-raspberrypi-poe)
|
AUTOLOAD:=$(call AutoLoad,20,pwm-raspberrypi-poe)
|
||||||
DEPENDS:=@TARGET_bcm27xx @LINUX_5_15
|
DEPENDS:=@TARGET_bcm27xx @LINUX_5_15 +kmod-hwmon-pwmfan
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/pwm-raspberrypi-poe/description
|
define KernelPackage/pwm-raspberrypi-poe/description
|
||||||
|
|
Loading…
Reference in a new issue