Skip to content

Commit 74d3868

Browse files
committed
fix(json): Fix requirements for touch tests
1 parent fed17cc commit 74d3868

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"requires": [
3-
"CONFIG_SOC_TOUCH_SENSOR_SUPPORTED=y"
3+
"CONFIG_SOC_TOUCH_VERSION_1=y"
44
]
55
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"requires": [
3-
"CONFIG_SOC_TOUCH_SENSOR_SUPPORTED=y"
3+
"CONFIG_SOC_TOUCH_VERSION_2=y"
44
]
55
}

0 commit comments

Comments
 (0)