blob: 50215b35d7774b6bf76ef35baebcc63a3d2601dd [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Simon Glass744d9852011-10-10 08:22:14 +00002/*
3 * Copyright (c) 2011 The Chromium OS Authors.
Simon Glass744d9852011-10-10 08:22:14 +00004 */
5
6#ifndef _ASM_CONFIG_H_
7#define _ASM_CONFIG_H_
8
9#define CONFIG_SANDBOX_ARCH
10
Mike Frysinger61228132013-12-03 16:43:26 -070011/* Used by drivers/spi/sandbox_spi.c and arch/sandbox/include/asm/state.h */
12#ifndef CONFIG_SANDBOX_SPI_MAX_BUS
13#define CONFIG_SANDBOX_SPI_MAX_BUS 1
14#endif
15#ifndef CONFIG_SANDBOX_SPI_MAX_CS
16#define CONFIG_SANDBOX_SPI_MAX_CS 10
17#endif
18
Simon Glass744d9852011-10-10 08:22:14 +000019#endif