projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
500de3d
)
x86 plat: limit x86 platform driver menu to X86
author
Jan Engelhardt
<jengelh@medozas.de>
Mon, 2 Aug 2010 22:40:10 +0000
(
00:40
+0200)
committer
Matthew Garrett
<mjg@redhat.com>
Tue, 3 Aug 2010 13:49:13 +0000
(09:49 -0400)
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>
drivers/platform/x86/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/platform/x86/Kconfig
b/drivers/platform/x86/Kconfig
index f6444af1136fc64626818a4f122a60478304655d..79baa6368f79a67c0c2c170359f66a0a68bd8b1b 100644
(file)
--- 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.