1
0
Fork 0

pnp: pnpbios: Add explicit X86_32 dependency to PNPBIOS

The PNPBIOS driver requires preprocessor defines (located in
include/asm/segment.h) only declared if the architecture is set to
X86_32. If the architecture is set to X86_64, the PNPBIOS driver will
not build properly. The X86 dependecy for the PNPBIOS configuration
option is changed to an explicit X86_32	dependency in order to prevent
an attempt to build for an unsupported architecture.

Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.1
William Breathitt Gray 2016-05-01 11:46:17 -04:00 committed by Greg Kroah-Hartman
parent 8ac0fba2da
commit 0619f39474
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#
config PNPBIOS
bool "Plug and Play BIOS support"
depends on ISA && X86
depends on ISA && X86_32
default n
---help---
Linux uses the PNPBIOS as defined in "Plug and Play BIOS