From: Limeng <[email protected]> In latest kernel v5.6, the kernel config HID_LOGITECH for raspberry pi4 platform depends on LEDS_CLASS. So, add it in cfg file.
Signed-off-by: Meng Li <[email protected]> --- bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg | 2 ++ 1 file changed, 2 insertions(+) mode change 100755 => 100644 bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg diff --git a/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg b/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg old mode 100755 new mode 100644 index ca4be139..d254bf18 --- a/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg +++ b/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg @@ -269,3 +269,5 @@ CONFIG_LOGITECH_FF=y CONFIG_LOGIRUMBLEPAD2_FF=y CONFIG_LOGIG940_FF=y CONFIG_SENSORS_RPI_POE_FAN=m +CONFIG_LEDS_CLASS=y +CONFIG_NEW_LEDS=y \ No newline at end of file -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8483): https://lists.yoctoproject.org/g/linux-yocto/message/8483 Mute This Topic: https://lists.yoctoproject.org/mt/71946689/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
