mb/google/bluey: Only select EC_GOOGLE_CHROMEEC_SWITCHES with VBOOT
EC_GOOGLE_CHROMEEC_SWITCHES depends on VBOOT, so only select it, if VBOOT is selected. BUG=b:417843479 TEST=Run `make menuconfig` for google/quenbi. TEST=Able to build google/quenbi. Change-Id: I449fe09fbc512e07635da819791834e8f4f674f8 Signed-off-by: Kapil Porwal <kapilporwal@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87755 Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Jayvik Desai <jayvik@google.com> Reviewed-by: Subrata Banik <subratabanik@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Pranava Y N <pranavayn@google.com>
This commit is contained in:
parent
756d02f779
commit
a98511fd23
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ config MAINBOARD_HAS_CHROME_EC
|
|||
select EC_GOOGLE_CHROMEEC
|
||||
select EC_GOOGLE_CHROMEEC_RTC
|
||||
select EC_GOOGLE_CHROMEEC_SPI
|
||||
select EC_GOOGLE_CHROMEEC_SWITCHES
|
||||
select EC_GOOGLE_CHROMEEC_SWITCHES if VBOOT
|
||||
select RTC
|
||||
help
|
||||
Enable this option if your mainboard is equipped with Chrome EC.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue