summaryrefslogtreecommitdiff
path: root/src/mainboard/google/herobrine/Kconfig
diff options
context:
space:
mode:
authorShelley Chen <shchen@google.com>2021-09-28 12:42:11 -0700
committerShelley Chen <shchen@google.com>2021-09-29 20:16:38 +0000
commitffebd4970ffb393ee04b1c35b513c40ed8a11f21 (patch)
tree7f64fc98a7c3973e0c82428a852c147c401f2ce1 /src/mainboard/google/herobrine/Kconfig
parent9de5d8dd39164524791980fbbad39898238d865d (diff)
herobrine: Add fingerprint power sequencing
For Herobrine variants that include a finger print sensor, we will need to power sequence it. We are using the same FP sensor as trogdor, so we will follow the timings used for trogdor from CL:2695676. BUG=b:198474942 BRANCH=None TEST=./util/abuild/abuild -p none -t GOOGLE_HEROBRINE -x -a -c max -B Change-Id: Ica6eafc47cf1b95eeb8d94c6e0a8c88519665e3f Signed-off-by: Shelley Chen <shchen@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/58021 Reviewed-by: Alexandru Stan <amstan@chromium.org> Reviewed-by: Julius Werner <jwerner@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/herobrine/Kconfig')
-rw-r--r--src/mainboard/google/herobrine/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/google/herobrine/Kconfig b/src/mainboard/google/herobrine/Kconfig
index 3a56fa729d..c4c943eaf1 100644
--- a/src/mainboard/google/herobrine/Kconfig
+++ b/src/mainboard/google/herobrine/Kconfig
@@ -3,6 +3,11 @@ config BOARD_GOOGLE_HEROBRINE_COMMON # Umbrella option to be selected by varian
if BOARD_GOOGLE_HEROBRINE_COMMON
+config HEROBRINE_HAS_FINGERPRINT
+ bool
+ default y if BOARD_GOOGLE_HEROBRINE
+ default n
+
config BOARD_SPECIFIC_OPTIONS
def_bool y
select BOARD_ROMSIZE_KB_65536 if BOARD_GOOGLE_PIGLIN || BOARD_GOOGLE_HOGLIN