xref: /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/arm/feature-arm-crc.inc (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# Cyclic Redundancy Check (CRC) instructions for armv8-a and armv8-r
2
3TUNEVALID[crc] = "Enable instructions for ARMv8 Cyclic Redundancy Check (CRC)"
4TUNE_CCARGS_MARCH_OPTS .= "${@bb.utils.contains('TUNE_FEATURES', 'crc', '+crc', '', d)}"
5