Add yt6801 driver for TUXEDO InfinityBook Pro 14 - Gen9 - INTEL

This commit is contained in:
Johannes Arnold
2025-04-19 12:15:00 +02:00
committed by mergify[bot]
parent d07bb61449
commit f16e0cd51c
6 changed files with 27 additions and 7 deletions

View File

@@ -1,6 +0,0 @@
{
imports = [
../../.
../../../../common/cpu/intel
];
}

View File

@@ -0,0 +1,9 @@
{ lib, config, ... }: {
imports = [
../../.
];
# Add Motorcomm YT6801 Driver if available
boot.extraModulePackages = with config.boot; lib.lists.optional
( kernelPackages ? yt6801 ) kernelPackages.yt6801;
}

View File

@@ -0,0 +1,6 @@
{
imports = [
../.
../../../../../common/cpu/intel
];
}