kernel: fix gameport option
Some checks failed
Build and Deploy / deploy (push) Failing after 2m38s

This commit is contained in:
2026-04-14 13:32:15 -04:00
parent 928eb5ef0a
commit 711b55a042

View File

@@ -110,7 +110,7 @@
PCMCIA = lib.mkForce no; PCMCIA = lib.mkForce no;
PCCARD = lib.mkForce no; PCCARD = lib.mkForce no;
PARPORT = lib.mkForce no; PARPORT = lib.mkForce no;
GAMEPORT = lib.mkForce no; GAMEPORT = lib.mkForce module;
FIREWIRE = lib.mkForce no; FIREWIRE = lib.mkForce no;
AGP = lib.mkForce no; AGP = lib.mkForce no;