diff options
author | Philip Chen <philipchen@google.com> | 2017-08-23 18:02:25 -0700 |
---|---|---|
committer | Julius Werner <jwerner@chromium.org> | 2017-08-31 20:03:07 +0000 |
commit | a0618201d42f4cba1b25ecda9bc11ca41511c206 (patch) | |
tree | ad9656fdeb11ceb425d92b1c0f671ac5e5325312 /src/mainboard/google/gru/Kconfig | |
parent | 662cf7f8a6aefbda084a578ce101e3a8943358b2 (diff) |
google/gru: Support Nefario rev0
Do not assert GPIO1_B3 otherwise BT would be disabled on Nefario.
Also, remove DVS support for CENTERLOGIC.
BUG=b:64702054, b:63537905
TEST=build coreboot
Change-Id: I350db2c080f2e41ae56413f5f895557978ef0ba8
Signed-off-by: Philip Chen <philipchen@google.com>
Reviewed-on: https://review.coreboot.org/21176
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/mainboard/google/gru/Kconfig')
-rw-r--r-- | src/mainboard/google/gru/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mainboard/google/gru/Kconfig b/src/mainboard/google/gru/Kconfig index b66dab48df..5eb35d49a5 100644 --- a/src/mainboard/google/gru/Kconfig +++ b/src/mainboard/google/gru/Kconfig @@ -25,6 +25,16 @@ config GRU_HAS_TPM2 default n if BOARD_GOOGLE_KEVIN default y +config GRU_HAS_CENTERLOG_PWM + bool + default y if BOARD_GOOGLE_GRU || BOARD_GOOGLE_KEVIN || BOARD_GOOGLE_BOB + default n + +config GRU_HAS_WLAN_RESET + bool + default y if BOARD_GOOGLE_GRU || BOARD_GOOGLE_KEVIN || BOARD_GOOGLE_BOB + default n + config BOARD_SPECIFIC_OPTIONS def_bool y select BOARD_ID_AUTO |