mirror of https://gitee.com/openkylin/linux.git
staging: unisys: add ACPI and PCI requirement to Kconfig
Later patches will require PCI and ACPI support in the kernel, so add these features to the Kconfig. Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
55c67dcaac
commit
01f125ca99
|
@ -4,6 +4,8 @@
|
|||
menuconfig UNISYSSPAR
|
||||
bool "Unisys SPAR driver support"
|
||||
depends on X86_64
|
||||
select PCI
|
||||
select ACPI
|
||||
---help---
|
||||
Support for the Unisys SPAR drivers
|
||||
|
||||
|
|
Loading…
Reference in New Issue