From: Jiri Kosina Date: Mon, 1 Nov 2021 14:12:02 +0000 (+0100) Subject: HID: playstation: require multicolor LED functionality X-Git-Tag: v6.1-rc5~2717^2~4^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d7f1f9fec09adc1d77092cb2db0e56e2a4efd262;p=platform%2Fkernel%2Flinux-starfive.git HID: playstation: require multicolor LED functionality The driver requires multicolor LED support; express that in Kconfig. Reported-by: kernel test robot Signed-off-by: Jiri Kosina --- diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 3c33bf5..d78b1c1 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -868,6 +868,7 @@ config HID_PLANTRONICS config HID_PLAYSTATION tristate "PlayStation HID Driver" depends on HID + depends on LEDS_CLASS_MULTICOLOR select CRC32 select POWER_SUPPLY help