diff options
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/Kconfig b/src/Kconfig index 26141fe3a2..25184eb887 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -1122,6 +1122,13 @@ config DEBUG_COVERAGE If enabled, the code coverage hooks in coreboot will output some information about the coverage data that is dumped. +config TERTIARY_BOARD_ID + bool "Interpret board ID GPIOs as tertiary inputs" + default n + help + Consider each GPIO as being in one of three states: pulled down (0), + pulled up (1), or not connected (2) + endmenu # These probably belong somewhere else, but they are needed somewhere. @@ -1184,4 +1191,4 @@ config MAX_REBOOT_CNT help Internal option that sets the maximum number of bootblock executions allowed with the normal image enabled before assuming the normal image is defective - and switching to the fallback image.
\ No newline at end of file + and switching to the fallback image. |