aboutsummaryrefslogtreecommitdiff
path: root/infra/corenix/configs/boards/x230t.nix
diff options
context:
space:
mode:
Diffstat (limited to 'infra/corenix/configs/boards/x230t.nix')
-rw-r--r--infra/corenix/configs/boards/x230t.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/infra/corenix/configs/boards/x230t.nix b/infra/corenix/configs/boards/x230t.nix
new file mode 100644
index 000000000000..6ae211ae6dc5
--- /dev/null
+++ b/infra/corenix/configs/boards/x230t.nix
@@ -0,0 +1,10 @@
+{ ... }:
+
+{
+ corenix.corebootConfig = {
+ CONFIG_VENDOR_LENOVO = "y";
+ CONFIG_BOARD_LENOVO_X230T = "y";
+ };
+
+ seabios.ps2Timeout = 5000;
+}