blob: bdc65b272b7618af78e16a304f18c041c12554d5 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Google Whitechapel AoC Core Driver
*
* Copyright (c) 2021 Google LLC
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#if IS_ENABLED(CONFIG_SOC_ZUMA)
#include "aoc-interface-zuma.h"
#elif IS_ENABLED(CONFIG_SOC_GS201)
#include "aoc-interface-gs201.h"
#elif IS_ENABLED(CONFIG_SOC_GS101)
#include "aoc-interface-gs101.h"
#else
#error "Unsupported platform!"
#endif