aboutsummaryrefslogtreecommitdiff
path: root/configs/boards/t440p.nix
diff options
context:
space:
mode:
Diffstat (limited to 'configs/boards/t440p.nix')
-rw-r--r--configs/boards/t440p.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/configs/boards/t440p.nix b/configs/boards/t440p.nix
index 5d3f29e7e68f..5bfdd3a86715 100644
--- a/configs/boards/t440p.nix
+++ b/configs/boards/t440p.nix
@@ -1,8 +1,10 @@
{ ... }:
{
- CONFIG_VENDOR_LENOVO = "y";
- CONFIG_BOARD_LENOVO_THINKPAD_T440P = "y";
+ coreboot.corebootConfig = {
+ CONFIG_VENDOR_LENOVO = "y";
+ CONFIG_BOARD_LENOVO_THINKPAD_T440P = "y";
+ };
# TODO: fetch mrc.bin
}