aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/misc/mic/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/misc/mic/Kconfig b/drivers/misc/mic/Kconfig
index d453768e9cee..e42b331edbc6 100644
--- a/drivers/misc/mic/Kconfig
+++ b/drivers/misc/mic/Kconfig
@@ -2,7 +2,7 @@ comment "Intel MIC Host Driver"
2 2
3config INTEL_MIC_HOST 3config INTEL_MIC_HOST
4 tristate "Intel MIC Host Driver" 4 tristate "Intel MIC Host Driver"
5 depends on 64BIT && PCI 5 depends on 64BIT && PCI && X86
6 select VHOST_RING 6 select VHOST_RING
7 default N 7 default N
8 help 8 help
@@ -23,7 +23,7 @@ comment "Intel MIC Card Driver"
23 23
24config INTEL_MIC_CARD 24config INTEL_MIC_CARD
25 tristate "Intel MIC Card Driver" 25 tristate "Intel MIC Card Driver"
26 depends on 64BIT 26 depends on 64BIT && X86
27 select VIRTIO 27 select VIRTIO
28 default N 28 default N
29 help 29 help