mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-09 06:04:05 +08:00
staging: unisys: fix dependencies with UNISYSSPAR Kconfig flag
The Kconfig file for UNISYSSPAR uses select ACPI and select PCI instead of depends on ACPI. This patch fixes the problem. Reported-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: David Kershner <david.kershner@unisys.com> Reviewed-by: Tim Sell <timothy.sell@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
494b11b662
commit
a51cf83d73
@ -4,8 +4,7 @@
|
||||
menuconfig UNISYSSPAR
|
||||
bool "Unisys SPAR driver support"
|
||||
depends on X86_64 && !UML
|
||||
select PCI
|
||||
select ACPI
|
||||
depends on ACPI
|
||||
---help---
|
||||
Support for the Unisys SPAR drivers
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user