blob: bbe0af027b8d2cf857855459f6314014b879f554 [file] [log] [blame]
Naresh G Solankiaf295492016-10-21 20:18:46 +05301/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2017 Intel Corporation
5 * (Written by Naresh G Solanki <naresh.solanki@intel.com> for Intel Corp.)
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License as
9 * published by the Free Software Foundation; version 2 of the License.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 */
16
V Sowmya6b78b732018-01-22 20:23:16 +053017#if !IS_ENABLED(CONFIG_BOARD_INTEL_KBLRVP8)
Naresh G Solankiaf295492016-10-21 20:18:46 +053018#include "variant/hda_verb.h"
V Sowmya6b78b732018-01-22 20:23:16 +053019#endif