From 01f125ca99f038775daae9e5963a4bf368623986 Mon Sep 17 00:00:00 2001 From: Benjamin Romer Date: Tue, 5 May 2015 18:37:03 -0400 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- drivers/staging/unisys/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/staging/unisys/Kconfig b/drivers/staging/unisys/Kconfig index 50223c7..e0562f1 100644 --- a/drivers/staging/unisys/Kconfig +++ b/drivers/staging/unisys/Kconfig @@ -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 -- 2.7.4