diff options
author | Jiri Kosina <jkosina@suse.cz> | 2021-11-01 15:12:02 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2021-11-01 15:12:02 +0100 |
commit | d7f1f9fec09adc1d77092cb2db0e56e2a4efd262 (patch) | |
tree | 0e1ab66475972d5d0a08b10249f5690f1587b1bb /drivers/hid/Kconfig | |
parent | 3c92cb4cb60c71b574e47108ead8b6f0470850db (diff) |
HID: playstation: require multicolor LED functionality
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>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 3c33bf572d6d..d78b1c1fb97e 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 |