diff options
author | Tim Crawford <tcrawford@system76.com> | 2022-11-28 12:54:24 -0700 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-12-02 14:29:53 +0000 |
commit | 5b7b04c938f2647d76abba81cc1e54c9b3508983 (patch) | |
tree | 98c481712b29cec985f9bd0d69fd243d8728a784 /src/mainboard/system76/cml-u/Kconfig.name | |
parent | 1ef3779516bc72abcb3ca722a0cddeb7bbec2105 (diff) |
mb/system76/cml-u: Convert lemp9 to a variant
Change-Id: I13777cf6f663ca8c52a059a60cfcdfe6ecc5b9ae
Signed-off-by: Tim Crawford <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64528
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jeremy Soller <jeremy@system76.com>
Diffstat (limited to 'src/mainboard/system76/cml-u/Kconfig.name')
-rw-r--r-- | src/mainboard/system76/cml-u/Kconfig.name | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/system76/cml-u/Kconfig.name b/src/mainboard/system76/cml-u/Kconfig.name index 30478cac8c..258ee082d7 100644 --- a/src/mainboard/system76/cml-u/Kconfig.name +++ b/src/mainboard/system76/cml-u/Kconfig.name @@ -3,3 +3,6 @@ config BOARD_SYSTEM76_GALP4 config BOARD_SYSTEM76_DARP6 bool "darp6" + +config BOARD_SYSTEM76_LEMP9 + bool "lemp9" |