diff options
author | Duncan Laurie <dlaurie@chromium.org> | 2016-06-22 11:31:34 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-06-24 20:11:20 +0200 |
commit | a2be7fbff5db59ca18526ab19c9983368273c947 (patch) | |
tree | c8f37cd94a84746c29c39af807002fb3981cb3aa /src/mainboard/google/lars/Kconfig | |
parent | d6ae2f6edbf79d3dd08e486635b456ce1a8da075 (diff) |
google/lars: 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 tested on a Chell mainboard since I lack a lars device.
Change-Id: Ifba6fc6589ddd54f4c85e8858f17997fbb4b6176
Signed-off-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-on: https://review.coreboot.org/15316
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/google/lars/Kconfig')
-rw-r--r-- | src/mainboard/google/lars/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mainboard/google/lars/Kconfig b/src/mainboard/google/lars/Kconfig index dc285c0ec3..ee08067bed 100644 --- a/src/mainboard/google/lars/Kconfig +++ b/src/mainboard/google/lars/Kconfig @@ -30,6 +30,18 @@ config CHROMEOS select VIRTUAL_DEV_SWITCH select EC_SOFTWARE_SYNC +config DRIVERS_GENERIC_MAX98357A + default y + +config DRIVERS_I2C_GENERIC + default y + +config DRIVERS_I2C_NAU8825 + default y + +config DRIVERS_INTEL_WIFI + default y + config IRQ_SLOT_COUNT int default 18 |