On 6/20/2025 9:02 AM, Randy Dunlap wrote:
+config X86_DISABLED_FEATURE_LASS + def_bool y + depends on !X86_64Please explain why this is !X86_64.
When NOT on X86_64, the LASS code should not be compiled. But first of all, as I replied earlier, X86_DISABLED_FEATURE_LASS is completely not needed. Thanks! Xin