Merge branch 'acpi-enumeration'

* acpi-enumeration:
  spi / ACPI: add ACPI enumeration support
  gpio / ACPI: add ACPI support
This commit is contained in:
Rafael J. Wysocki
2012-11-30 12:38:51 +01:00
5 changed files with 180 additions and 1 deletions

View File

@@ -49,6 +49,10 @@ config OF_GPIO
def_bool y
depends on OF
config GPIO_ACPI
def_bool y
depends on ACPI
config DEBUG_GPIO
bool "Debug GPIO calls"
depends on DEBUG_KERNEL