aboutsummaryrefslogtreecommitdiff
path: root/devices/t440p.nix
diff options
context:
space:
mode:
Diffstat (limited to 'devices/t440p.nix')
-rw-r--r--devices/t440p.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/devices/t440p.nix b/devices/t440p.nix
new file mode 100644
index 000000000000..5d3f29e7e68f
--- /dev/null
+++ b/devices/t440p.nix
@@ -0,0 +1,8 @@
+{ ... }:
+
+{
+ CONFIG_VENDOR_LENOVO = "y";
+ CONFIG_BOARD_LENOVO_THINKPAD_T440P = "y";
+
+ # TODO: fetch mrc.bin
+}