aboutsummaryrefslogtreecommitdiff
path: root/configs/boards/t60.nix
diff options
context:
space:
mode:
Diffstat (limited to 'configs/boards/t60.nix')
-rw-r--r--configs/boards/t60.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/configs/boards/t60.nix b/configs/boards/t60.nix
index 9af80af158ff..f819b24e71eb 100644
--- a/configs/boards/t60.nix
+++ b/configs/boards/t60.nix
@@ -1,6 +1,8 @@
{ ... }:
{
- CONFIG_VENDOR_LENOVO = "y";
- CONFIG_BOARD_LENOVO_T60 = "y";
+ coreboot.corebootConfig = {
+ CONFIG_VENDOR_LENOVO = "y";
+ CONFIG_BOARD_LENOVO_T60 = "y";
+ };
}