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>
This commit is contained in:
parent
500de3dd46
commit
a00cd11b39
|
@ -5,6 +5,7 @@
|
||||||
menuconfig X86_PLATFORM_DEVICES
|
menuconfig X86_PLATFORM_DEVICES
|
||||||
bool "X86 Platform Specific Device Drivers"
|
bool "X86 Platform Specific Device Drivers"
|
||||||
default y
|
default y
|
||||||
|
depends on X86
|
||||||
---help---
|
---help---
|
||||||
Say Y here to get to see options for device drivers for various
|
Say Y here to get to see options for device drivers for various
|
||||||
x86 platforms, including vendor-specific laptop extension drivers.
|
x86 platforms, including vendor-specific laptop extension drivers.
|
||||||
|
|
Loading…
Reference in New Issue