linux: CONFIG_LED_TRIGGER_PHY=y

This commit is contained in:
Artem Ignatyev 2024-01-25 20:07:57 -06:00
parent 6b5a4173e5
commit f6cee2673b

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;