diff options
author | Seunghwan Kim <sh_.kim@samsung.corp-partner.google.com> | 2020-05-07 13:26:57 +0900 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-05-26 15:24:13 +0000 |
commit | a1d0fb031c74853922d76d7341023efa2435562c (patch) | |
tree | 590ba37dc1424c562dedeb1121d535b7c1f0f17a /src/mainboard/google/hatch/Kconfig.name | |
parent | dd956cbb57a255f6050628242be524f0e56df9be (diff) |
mb/google/nightfury: Enable max98390 amp
This change enables max98390 audio codec on nightfury.
BUG=b:149443429
BRANCH=firmware-hatch-12672.B
TEST=Built and checked audio function on nightfury
Signed-off-by: Seunghwan Kim <sh_.kim@samsung.corp-partner.google.com>
Change-Id: Ic9678583370cf5e41c87e35ba12f86572708fada
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41127
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard/google/hatch/Kconfig.name')
-rw-r--r-- | src/mainboard/google/hatch/Kconfig.name | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/hatch/Kconfig.name b/src/mainboard/google/hatch/Kconfig.name index 798438fd0e..195a4ea544 100644 --- a/src/mainboard/google/hatch/Kconfig.name +++ b/src/mainboard/google/hatch/Kconfig.name @@ -87,6 +87,8 @@ config BOARD_GOOGLE_NIGHTFURY bool "-> Nightfury" select BOARD_GOOGLE_BASEBOARD_HATCH_LAPTOP select BOARD_ROMSIZE_KB_16384 + select CHROMEOS_DSM_CALIB + select DRIVERS_I2C_MAX98390 config BOARD_GOOGLE_PUFF bool "-> Puff" |