summaryrefslogtreecommitdiff
path: root/src/mainboard/google/kahlee/variants/careena/include/variant/sku.h
blob: c450b0f8708850d50b5cf1fbdfa4eefa75e27036 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* This file is part of the coreboot project. */
/* SPDX-License-Identifier: GPL-2.0-only */

/* SKU ID enumeration */
enum careena_sku {
	SKU_UNKNOWN = -1,
	SKU_CAREENA_KB_NO_BACKLIGHT16 = 16,
	SKU_CAREENA_KB_BACKLIGHT18 = 18,
	SKU_CAREENA_KB_BACKLIGHT19 = 19,
	SKU_CAREENA_KB_BACKLIGHT22 = 22,
	SKU_CAREENA_KB_BACKLIGHT23 = 23,
};