From d6ae2f6edbf79d3dd08e486635b456ce1a8da075 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Wed, 22 Jun 2016 11:31:25 -0700 Subject: google/glados: Move devices from mainboard.asl to devicetree Declare the mainboard attached devices in the devicetree and enable the provided device drivers by default to generate the ACPI objects for these devices. Then remove the static ACPI objects from the DSDT in mainboard.asl. This was verified on a glados board by verifying the SSDT contents against what used to be in the DSDT. Change-Id: I710cbb8462d0fe695297102a64bec8e4212acc65 Signed-off-by: Duncan Laurie Reviewed-on: https://review.coreboot.org/15315 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/mainboard/google/glados/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/mainboard/google/glados/Kconfig') diff --git a/src/mainboard/google/glados/Kconfig b/src/mainboard/google/glados/Kconfig index 514db1ba51..abe5fa84f9 100644 --- a/src/mainboard/google/glados/Kconfig +++ b/src/mainboard/google/glados/Kconfig @@ -29,6 +29,15 @@ config CHROMEOS select VBOOT_OPROM_MATTERS select VIRTUAL_DEV_SWITCH +config DRIVERS_I2C_GENERIC + def_bool y + +config DRIVERS_I2C_NAU8825 + def_bool y + +config DRIVERS_INTEL_WIFI + def_bool y + config IRQ_SLOT_COUNT int default 18 -- cgit v1.2.3