Later patches will require PCI and ACPI support in the kernel, so add these
features to the Kconfig.

Signed-off-by: Benjamin Romer <[email protected]>
---
 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.1.4

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to