X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fpnp%2FKconfig;h=6776308a1fe5a80b7ee6d6a7c0985e8ae496fc9d;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=7e227ec42615ef430a3723ec2d2eca941336ad29;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/drivers/pnp/Kconfig b/drivers/pnp/Kconfig index 7e227ec42..6776308a1 100644 --- a/drivers/pnp/Kconfig +++ b/drivers/pnp/Kconfig @@ -6,7 +6,7 @@ menu "Plug and Play support" config PNP bool "Plug and Play support" - depends on ISA + depends on ISA || ACPI_BUS ---help--- Plug and Play (PnP) is a standard for peripherals which allows those peripherals to be configured by software, e.g. assign IRQ's or other @@ -35,5 +35,7 @@ source "drivers/pnp/isapnp/Kconfig" source "drivers/pnp/pnpbios/Kconfig" +source "drivers/pnp/pnpacpi/Kconfig" + endmenu