mb/google/fatcat/var/moonstone: correct the Kconfig settting
Correct the Kconfig setting to moonstone, and the compiler condition in baseboard/gpio.h BUG=none TEST=emerge-fatcat coreboot chromeos-bootimage Change-Id: I7cb794912001bf4fe0d35900fe843bf275fb77e7 Signed-off-by: Ren Kuo <ren.kuo@quanta.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/89466 Reviewed-by: David Wu <david_wu@quanta.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subratabanik@google.com>
This commit is contained in:
parent
150647a2fb
commit
1580346fa7
2 changed files with 10 additions and 1 deletions
|
|
@ -143,7 +143,11 @@ config BOARD_GOOGLE_LAPIS
|
|||
select MAINBOARD_HAS_GOOGLE_STRAUSS_KEYBOARD
|
||||
|
||||
config BOARD_GOOGLE_MOONSTONE
|
||||
select BOARD_GOOGLE_MODEL_KINMEN
|
||||
select BOARD_GOOGLE_BASEBOARD_FATCAT
|
||||
select DRIVERS_SOUNDWIRE_ALC1320
|
||||
select FSP_UGOP_EARLY_SIGN_OF_LIFE
|
||||
select HAVE_SLP_S0_GATE
|
||||
select MAINBOARD_HAS_GOOGLE_STRAUSS_KEYBOARD
|
||||
|
||||
if BOARD_GOOGLE_FATCAT_COMMON
|
||||
|
||||
|
|
|
|||
|
|
@ -42,6 +42,11 @@
|
|||
#define GPIO_PCH_WP GPP_D02
|
||||
/* Used to gate SoC's SLP_S0# signal */
|
||||
#define GPIO_SLP_S0_GATE GPP_V17
|
||||
#elif CONFIG(BOARD_GOOGLE_MOONSTONE)
|
||||
#define EC_SYNC_IRQ GPP_E07_IRQ
|
||||
#define GPIO_PCH_WP GPP_D02
|
||||
/* Used to gate SoC's SLP_S0# signal */
|
||||
#define GPIO_SLP_S0_GATE GPP_V17
|
||||
#endif
|
||||
|
||||
#endif /* __BASEBOARD_GPIO_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue