Merge pull request #283904 from cryo28/master

linux: CONFIG_LED_TRIGGER_PHY=y
This commit is contained in:
K900 2024-02-17 12:26:18 +03:00 committed by GitHub
commit 5069879f50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1023,6 +1023,9 @@ let
# Bump the maximum number of CPUs to support systems like EC2 x1.*
# instances and Xeon Phi.
NR_CPUS = freeform "384";
# Enable LEDS to display link-state status of PHY devices (i.e. eth lan/wan interfaces)
LED_TRIGGER_PHY = whenAtLeast "4.10" yes;
} // optionalAttrs (stdenv.hostPlatform.system == "armv7l-linux" || stdenv.hostPlatform.system == "aarch64-linux") {
# Enables support for the Allwinner Display Engine 2.0
SUN8I_DE2_CCU = yes;