HID: Kconfig updates for the Sony module
Update the HID_SONY config with 'select POWER_SUPPLY' to fix build issues relating to undefined references to the power_supply_* functions in certain build configurations. Update the description text to reflect that Playstation 4 controllers are now supported. [jkosina@suse.cz: drop the POWER_SUPPLY hunk, as I've already fixed that] Signed-off-by: Frank Praznik <frank.praznik@oh.rr.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
695baaa7e2
commit
e4321c5ceb
|
@ -608,7 +608,7 @@ config HID_SAMSUNG
|
||||||
Support for Samsung InfraRed remote control or keyboards.
|
Support for Samsung InfraRed remote control or keyboards.
|
||||||
|
|
||||||
config HID_SONY
|
config HID_SONY
|
||||||
tristate "Sony PS2/3 accessories"
|
tristate "Sony PS2/3/4 accessories"
|
||||||
depends on USB_HID
|
depends on USB_HID
|
||||||
depends on NEW_LEDS
|
depends on NEW_LEDS
|
||||||
depends on LEDS_CLASS
|
depends on LEDS_CLASS
|
||||||
|
@ -617,17 +617,18 @@ config HID_SONY
|
||||||
Support for
|
Support for
|
||||||
|
|
||||||
* Sony PS3 6-axis controllers
|
* Sony PS3 6-axis controllers
|
||||||
|
* Sony PS4 DualShock 4 controllers
|
||||||
* Buzz controllers
|
* Buzz controllers
|
||||||
* Sony PS3 Blue-ray Disk Remote Control (Bluetooth)
|
* Sony PS3 Blue-ray Disk Remote Control (Bluetooth)
|
||||||
* Logitech Harmony adapter for Sony Playstation 3 (Bluetooth)
|
* Logitech Harmony adapter for Sony Playstation 3 (Bluetooth)
|
||||||
|
|
||||||
config SONY_FF
|
config SONY_FF
|
||||||
bool "Sony PS2/3 accessories force feedback support"
|
bool "Sony PS2/3/4 accessories force feedback support"
|
||||||
depends on HID_SONY
|
depends on HID_SONY
|
||||||
select INPUT_FF_MEMLESS
|
select INPUT_FF_MEMLESS
|
||||||
---help---
|
---help---
|
||||||
Say Y here if you have a Sony PS2/3 accessory and want to enable force
|
Say Y here if you have a Sony PS2/3/4 accessory and want to enable
|
||||||
feedback support for it.
|
force feedback support for it.
|
||||||
|
|
||||||
config HID_SPEEDLINK
|
config HID_SPEEDLINK
|
||||||
tristate "Speedlink VAD Cezanne mouse support"
|
tristate "Speedlink VAD Cezanne mouse support"
|
||||||
|
|
Loading…
Reference in New Issue