diff options
author | David Wu <david_wu@quanta.corp-partner.google.com> | 2022-05-09 01:37:12 +0800 |
---|---|---|
committer | Tim Wawrzynczak <twawrzynczak@chromium.org> | 2022-05-13 15:47:23 +0000 |
commit | 305086c0f227c61b039c9b5a5d6515a8895683b6 (patch) | |
tree | e8f72266d18258ad735cde5918c7003a49433430 /src/mainboard/google/brya/Kconfig.name | |
parent | f5319efa849d5b4f2cbcd15c1a60f2fff89b33c0 (diff) |
mb/google/brya/variants/osiris: Init devicetree for osiris
Init basic override devicetree based on schematics
BUG=b:224423318
TEST=FW_NAME="osiris" emerge-brya coreboot chromeos-bootimage
Signed-off-by: David Wu <david_wu@quanta.corp-partner.google.com>
Change-Id: Ie69957b39b5c299846c64f67fb29207cf858e50e
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64199
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Ren Kuo <ren.kuo@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/brya/Kconfig.name')
-rw-r--r-- | src/mainboard/google/brya/Kconfig.name | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index d475d760ac..ccf6659a2c 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -208,6 +208,9 @@ config BOARD_GOOGLE_CRAASK config BOARD_GOOGLE_OSIRIS bool "-> Osiris" select BOARD_GOOGLE_BASEBOARD_BRYA + select RT8168_GEN_ACPI_POWER_RESOURCE + select RT8168_GET_MAC_FROM_VPD + select RT8168_SET_LED_MODE config BOARD_GOOGLE_MITHRAX bool "-> Mithrax" |