diff options
author | Duncan Laurie <dlaurie@chromium.org> | 2016-06-22 11:31:51 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-06-24 20:14:23 +0200 |
commit | 9482cf6c0956f2184c499a125348b09365fcc593 (patch) | |
tree | 84df7adba070e8afeaf450ca003929fa72b2b432 /src/mainboard/intel/kunimitsu/Kconfig | |
parent | a2be7fbff5db59ca18526ab19c9983368273c947 (diff) |
intel/kunimitsu: 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 tesed on a Chell mainboard since I lack a kunitmisu device.
I used different GPIOs across boots to verify that the different
audio codec devices would be "detected" and generated in the SSDT.
Change-Id: I9b3b2247a84aeb7c07780958377d5bea14417ce6
Signed-off-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-on: https://review.coreboot.org/15317
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/intel/kunimitsu/Kconfig')
-rw-r--r-- | src/mainboard/intel/kunimitsu/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mainboard/intel/kunimitsu/Kconfig b/src/mainboard/intel/kunimitsu/Kconfig index 03b48e9a54..85b568ebf2 100644 --- a/src/mainboard/intel/kunimitsu/Kconfig +++ b/src/mainboard/intel/kunimitsu/Kconfig @@ -29,6 +29,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 |