aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-08-03 00:40:10 +0200
committerMatthew Garrett <mjg@redhat.com>2010-08-03 09:49:13 -0400
commita00cd11b3986f4ab9b43f553785c3f9e8fb64323 (patch)
treec2cbf20cb43266f475e4bab27089ff261228bfc4 /drivers/platform
parentacpi ec_sys: Be more cautious about ec write access (diff)
downloadlinux-dev-a00cd11b3986f4ab9b43f553785c3f9e8fb64323.tar.xz
linux-dev-a00cd11b3986f4ab9b43f553785c3f9e8fb64323.zip
x86 plat: limit x86 platform driver menu to X86
My .config contains ACER_WMI=m. On SPARC. That does not make sense. Restrict the x86 platform driver menu to x86. Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r--drivers/platform/x86/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index f6444af1136f..79baa6368f79 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -5,6 +5,7 @@
menuconfig X86_PLATFORM_DEVICES
bool "X86 Platform Specific Device Drivers"
default y
+ depends on X86
---help---
Say Y here to get to see options for device drivers for various
x86 platforms, including vendor-specific laptop extension drivers.