mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 09:38:07 +08:00
Set Alder Lake support for the Aoostar R1 N100
In order to get micro-code updates, and select the right driver for hardware transcoding on the integrated GPU.
This commit is contained in:
committed by
mergify[bot]
parent
8f44cbb48c
commit
71cca26f33
12
aoostar/r1/n100/default.nix
Normal file
12
aoostar/r1/n100/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
imports = [
|
||||
../../../common/cpu/intel/alder-lake
|
||||
];
|
||||
|
||||
# lopter@(2025-02-06): according to sensors-detect this comes with an ITE
|
||||
# IT8613E super io chip, which is not officialy supported yet. See also:
|
||||
#
|
||||
# - unofficial driver: https://github.com/frankcrawford/it87
|
||||
# - reddit thread on with useful information to configure pwm from the bios:
|
||||
# https://www.reddit.com/r/MiniPCs/comments/1bnkg1u/aoostar_r1r7_question_does_the_fan_header_support/
|
||||
}
|
||||
Reference in New Issue
Block a user