diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2010-08-02 18:40:10 -0400 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2010-08-03 09:49:13 -0400 |
commit | a00cd11b3986f4ab9b43f553785c3f9e8fb64323 (patch) | |
tree | c2cbf20cb43266f475e4bab27089ff261228bfc4 /drivers/platform | |
parent | 500de3dd46ac9f9ae9d124634c68907b7d50d2cb (diff) |
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/Kconfig | 1 |
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 @@ | |||
5 | menuconfig X86_PLATFORM_DEVICES | 5 | menuconfig X86_PLATFORM_DEVICES |
6 | bool "X86 Platform Specific Device Drivers" | 6 | bool "X86 Platform Specific Device Drivers" |
7 | default y | 7 | default y |
8 | depends on X86 | ||
8 | ---help--- | 9 | ---help--- |
9 | Say Y here to get to see options for device drivers for various | 10 | Say Y here to get to see options for device drivers for various |
10 | x86 platforms, including vendor-specific laptop extension drivers. | 11 | x86 platforms, including vendor-specific laptop extension drivers. |