diff options
Diffstat (limited to 'src/mainboard/google/octopus/Kconfig.name')
-rw-r--r-- | src/mainboard/google/octopus/Kconfig.name | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/octopus/Kconfig.name b/src/mainboard/google/octopus/Kconfig.name index 596da3bbce..c9eab1a1cc 100644 --- a/src/mainboard/google/octopus/Kconfig.name +++ b/src/mainboard/google/octopus/Kconfig.name @@ -8,11 +8,14 @@ config BOARD_GOOGLE_YORP bool "-> Yorp" select BOARD_GOOGLE_BASEBOARD_OCTOPUS select BASEBOARD_OCTOPUS_LAPTOP + select NHLT_DA7219 if INCLUDE_NHLT_BLOBS config BOARD_GOOGLE_BIP bool "-> Bip" select BOARD_GOOGLE_BASEBOARD_OCTOPUS select BASEBOARD_OCTOPUS_LAPTOP + select NHLT_RT5682 if INCLUDE_NHLT_BLOBS config BOARD_GOOGLE_PHASER bool "-> Phaser" select BOARD_GOOGLE_BASEBOARD_OCTOPUS select BASEBOARD_OCTOPUS_LAPTOP + select NHLT_DA7219 if INCLUDE_NHLT_BLOBS |