Skip to content

Commit 65e4122

Browse files
EvenxfJiri Kosina
authored andcommitted
HID: intel-ish-hid: Set ISH driver depends on x86
During ISH DMA enabling, some platforms (such as EHL) don't support cache snooping, driver needs involve clflush_cache_range API which isn't supported by all archs (such as ARM). Considering ISH only exists on Intel platforms, add the dependence in Kconfig to avoid build warnings or errors on other archs. Acked-by: Pandruvada, Srinivas <[email protected]> Signed-off-by: Even Xu <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent c57179c commit 65e4122

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/hid/intel-ish-hid/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ menu "Intel ISH HID support"
55
config INTEL_ISH_HID
66
tristate "Intel Integrated Sensor Hub"
77
default n
8+
depends on X86
89
select HID
910
help
1011
The Integrated Sensor Hub (ISH) enables the ability to offload

0 commit comments

Comments
 (0)