From: Jiri Kosina jkosina@suse.cz
[ Upstream commit d7f1f9fec09adc1d77092cb2db0e56e2a4efd262 ]
The driver requires multicolor LED support; express that in Kconfig.
Reported-by: kernel test robot lkp@intel.com Signed-off-by: Jiri Kosina jkosina@suse.cz Signed-off-by: Sasha Levin sashal@kernel.org --- drivers/hid/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 76937f716fbe1..0a6d1c2861bcd 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -867,6 +867,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