aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/pcengines/apu1/Kconfig
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2015-12-01 10:46:33 -0700
committerMartin Roth <martinroth@google.com>2015-12-06 18:49:26 +0100
commiteca844b9490d840377e2d0c54dffc1271758a62b (patch)
tree5ec82057b2988d352878704fd6b08c9ff2f0282f /src/mainboard/pcengines/apu1/Kconfig
parent49fdf3f957869dab82b46d6548f73ceab909132b (diff)
pcengines/apu1: Supply _HID object for ACPI GPIO devices
The _HID was present for the top level BTNS and LEDS Devices, but was missing in the individual devices. The alternative would be to supply the GPIO being used as an _ADR object, but since it looks like the driver already has another method of handling that, it isn't required. Fixes these IASL warnings: dsdt.aml 1522: Device (BTN1) Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope) dsdt.aml 1567: Device (LED1) Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope) dsdt.aml 1576: Device (LED2) Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope) dsdt.aml 1587: Device (LED3) Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope) Change-Id: I67c48084a6ee2a104ffff2b5a986d24a51ee49e1 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/12582 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/pcengines/apu1/Kconfig')
-rw-r--r--src/mainboard/pcengines/apu1/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/pcengines/apu1/Kconfig b/src/mainboard/pcengines/apu1/Kconfig
index 0754596ad9..23287762e9 100644
--- a/src/mainboard/pcengines/apu1/Kconfig
+++ b/src/mainboard/pcengines/apu1/Kconfig
@@ -110,8 +110,4 @@ config PINMUX_UART_D
endchoice
-# TODO: Remove this when platform ASL is fixed
-config IASL_WARNINGS_ARE_ERRORS
- def_bool n
-
endif # BOARD_PCENGINES_APU1