Unverified Commit 5069879f authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #283904 from cryo28/master

linux: CONFIG_LED_TRIGGER_PHY=y
parents 59c08c81 f6cee267
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;