diff options
author | Felix Singer <felixsinger@posteo.net> | 2020-11-18 13:59:28 +0000 |
---|---|---|
committer | Michael Niewöhner <foss@mniewoehner.de> | 2020-11-19 13:22:38 +0000 |
commit | f7b8cb542e634ff94bfe5fe3efdb990b3c9b0a7d (patch) | |
tree | 00327ad7ae21957da1e0bb29ab7a9f010fec21b5 /src/mainboard/clevo | |
parent | 35010ef9c5a69610eb4698716370d48dc6242a75 (diff) |
mb/clevo/cml-u: Add comment to board selection
Change-Id: I531865416b1bf9c5a73c809590059e7d7c8f373a
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/47715
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/clevo')
-rw-r--r-- | src/mainboard/clevo/cml-u/Kconfig.name | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/clevo/cml-u/Kconfig.name b/src/mainboard/clevo/cml-u/Kconfig.name index d5f867a475..436753f63d 100644 --- a/src/mainboard/clevo/cml-u/Kconfig.name +++ b/src/mainboard/clevo/cml-u/Kconfig.name @@ -1,2 +1,4 @@ +comment "Comet Lake U" + config BOARD_CLEVO_L140CU bool "L140CU" |