defconfig: kona: Make configs required to pass CTS tests mandatory

The CTS tests in CtsHardwareTestCases are required for all Android
devices. In order to pass these tests, kernel configs must be
enabled. Make these configs mandatory to help OEMs pass CTS tests.

Configs added:
CONFIG_HID_PLAYSTATION
CONFIG_PLAYSTATION_FF
CONFIG_SONY_FF
(Covered by android.hardware.input.cts.tests.
SonyDualSenseBluetoothTest#testAllKeys).

CRs-fixed: 2971837
Change-Id: Ie9078bdce75907b19588d1c1d28c888ca5475931
Signed-off-by: Kishor Krishna Bhat <kishkris@codeaurora.org>
This commit is contained in:
Kishor Krishna Bhat 2021-07-27 14:17:02 +05:30
parent ee2c96702f
commit 982451ee83
2 changed files with 6 additions and 0 deletions

View file

@ -461,7 +461,10 @@ CONFIG_HID_MICROSOFT=y
CONFIG_HID_MULTITOUCH=y
CONFIG_HID_NINTENDO=y
CONFIG_HID_PLANTRONICS=y
CONFIG_HID_PLAYSTATION=y
CONFIG_PLAYSTATION_FF=y
CONFIG_HID_SONY=y
CONFIG_SONY_FF=y
CONFIG_HID_QVR=y
CONFIG_USB_HIDDEV=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y

View file

@ -480,7 +480,10 @@ CONFIG_HID_MICROSOFT=y
CONFIG_HID_MULTITOUCH=y
CONFIG_HID_NINTENDO=y
CONFIG_HID_PLANTRONICS=y
CONFIG_HID_PLAYSTATION=y
CONFIG_PLAYSTATION_FF=y
CONFIG_HID_SONY=y
CONFIG_SONY_FF=y
CONFIG_HID_QVR=y
CONFIG_USB_HIDDEV=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y