mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 11:29:42 +01:00
asus/zephyrus/ga402x/shared.nix: no need to override default of mkEnableOption
This commit is contained in:
parent
1bc47d8abf
commit
f5c239fa9a
1 changed files with 1 additions and 3 deletions
|
@ -35,9 +35,7 @@ in {
|
||||||
# The ASUS 8295 ITE device will cause an immediate wake-up when trying to suspend the laptop.
|
# The ASUS 8295 ITE device will cause an immediate wake-up when trying to suspend the laptop.
|
||||||
# After the first successful hibernate, it will work as expected, however.
|
# After the first successful hibernate, it will work as expected, however.
|
||||||
# NOTE: I'm not actually sure what this device, as neither the touchpad nor the M1-M4 keys cause a wake-up.
|
# NOTE: I'm not actually sure what this device, as neither the touchpad nor the M1-M4 keys cause a wake-up.
|
||||||
ite-device.wakeup.enable = (
|
ite-device.wakeup.enable = mkEnableOption "Enable power wakeup on the internal USB keyboard-like device (8295 ITE Device) on Zephyrus GA402X";
|
||||||
mkEnableOption "Enable power wakeup on the internal USB keyboard-like device (8295 ITE Device) on Zephyrus GA402X"
|
|
||||||
) // { default = false; };
|
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkMerge [
|
config = mkMerge [
|
||||||
|
|
Loading…
Reference in a new issue