Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/43836 )
Change subject: mb/intel/tglrvp/Kconfig: Drop unnecessary choice name ......................................................................
mb/intel/tglrvp/Kconfig: Drop unnecessary choice name
The only reason to use a named choice statement is if you plan on having the choice statement in multiple places. Since the `TGL_EC` name is not used anywhere else, we might as well get rid of it.
Change-Id: Ic0bddefd007ef961bbff61fd656475cae78148e2 Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/mainboard/intel/tglrvp/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/36/43836/1
diff --git a/src/mainboard/intel/tglrvp/Kconfig b/src/mainboard/intel/tglrvp/Kconfig index 867c88e..8aec958 100644 --- a/src/mainboard/intel/tglrvp/Kconfig +++ b/src/mainboard/intel/tglrvp/Kconfig @@ -76,7 +76,7 @@ int default 512
-choice TGL_EC +choice prompt "ON BOARD EC" default TGL_CHROME_EC help