#!/bin/sh -efu

. guess-functions

egrep -qs "^CONFIG_MICROCODE(|_INTEL|_AMD)=[my]" "$KERNEL_CONFIG" ||
	exit 0

guess_feature "ucode"
