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