From 5246a06e6ccc94cb176253eeb797b8ef71cefad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=C3=A4ssler?= Date: Sat, 10 Oct 2020 17:04:04 +0200 Subject: . --- configs/boards/x230t.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'configs/boards/x230t.nix') diff --git a/configs/boards/x230t.nix b/configs/boards/x230t.nix index 884b314b96b3..1ad563eb0169 100644 --- a/configs/boards/x230t.nix +++ b/configs/boards/x230t.nix @@ -1,4 +1,8 @@ +{ ... }: + { - CONFIG_VENDOR_LENOVO = "y"; - CONFIG_BOARD_LENOVO_X230T = "y"; + coreboot.corebootConfig = { + CONFIG_VENDOR_LENOVO = "y"; + CONFIG_BOARD_LENOVO_X230T = "y"; + }; } -- cgit v1.2.3