diff options
author | Kun Liu <liukun11@huaqin.corp-partner.google.com> | 2023-08-24 17:45:16 +0800 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2023-08-30 09:05:48 +0000 |
commit | ee4191852abf9b24f822468250c24edb993497c6 (patch) | |
tree | ab7a18e4075fa83dc7d705fe7c46be06ef996cf4 /src/mainboard/google | |
parent | df98e6b99b690f6e31cd5951af5acdcea4e11717 (diff) |
mb/google/rex/var/screebo: Enable GL9750 invert WP function
enable GL9750 invert WP function
BRANCH=none
BUG=b:297244291
TEST=emerge-rex coreboot
Change-Id: I7fdc94b5ca6b316ee0291c38e39c5f8b08cbc127
Signed-off-by: Kun Liu <liukun11@huaqin.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77414
Reviewed-by: Subrata Banik <subratabanik@google.com>
Reviewed-by: zhongtian wu <wuzhongtian@huaqin.corp-partner.google.com>
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/rex/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/rex/Kconfig b/src/mainboard/google/rex/Kconfig index 8d89d2b92d..cc15b7b1fe 100644 --- a/src/mainboard/google/rex/Kconfig +++ b/src/mainboard/google/rex/Kconfig @@ -61,6 +61,7 @@ config BOARD_GOOGLE_MODEL_SCREEBO select BOARD_GOOGLE_BASEBOARD_REX select DRIVERS_GENERIC_ALC1015 select DRIVERS_GENESYSLOGIC_GL9750 + select DRIVERS_GENESYSLOGIC_GL9750_INVERT_WP config BOARD_GOOGLE_MODEL_KARIS def_bool n |