featureFlag

fun featureFlag(label: String, present: Boolean): String

Describes presence/absence of a named hardware feature flag.

Return

Human-readable feature-flag description.

Parameters

label

Feature label.

present

Whether the feature is reported present.