aboutsummaryrefslogtreecommitdiff
path: root/devices/t60.nix
diff options
context:
space:
mode:
Diffstat (limited to 'devices/t60.nix')
-rw-r--r--devices/t60.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/devices/t60.nix b/devices/t60.nix
new file mode 100644
index 000000000000..9af80af158ff
--- /dev/null
+++ b/devices/t60.nix
@@ -0,0 +1,6 @@
+{ ... }:
+
+{
+ CONFIG_VENDOR_LENOVO = "y";
+ CONFIG_BOARD_LENOVO_T60 = "y";
+}