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