diff options
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2022-10-05 10:34:48 +0100 |
---|---|---|
committer | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2022-10-05 10:34:48 +0100 |
commit | 430257d8329b58170a92364597e474fa607e28b2 (patch) | |
tree | ceab2dadf0d27795eb7e1550a48330a50f69b85b /drivers/hid/Kconfig | |
parent | d7ae8ff97e6243c09ac4ab8d737504224bd3475c (diff) | |
parent | 7495fb7e74259234ae7054a2727ff4f39a8eb384 (diff) | |
download | linux-430257d8329b58170a92364597e474fa607e28b2.tar.bz2 |
Merge branch 'for-6.1/uclogic' into for-linus
- Add UGEEv2 support (XP-PEN Deco Pro S and Parblo A610 PRO) (José
Expósito)
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index b9adf714db35..185a077d59cd 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -1261,7 +1261,7 @@ config HID_MCP2221 will be called hid-mcp2221.ko. config HID_KUNIT_TEST - bool "KUnit tests for HID" if !KUNIT_ALL_TESTS + tristate "KUnit tests for HID" if !KUNIT_ALL_TESTS depends on KUNIT=y depends on HID_UCLOGIC default KUNIT_ALL_TESTS |