blob: ec7729eb4ccbf44a5d74e0c220c22e46897208ae [file] [log] [blame]
Simon Glass744d9852011-10-10 08:22:14 +00001/*
2 * Copyright (c) 2011 The Chromium OS Authors.
3 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02004 * SPDX-License-Identifier: GPL-2.0+
Simon Glass744d9852011-10-10 08:22:14 +00005 */
6
7#ifndef _ASM_CONFIG_H_
8#define _ASM_CONFIG_H_
9
10#define CONFIG_SANDBOX_ARCH
11
Mike Frysinger61228132013-12-03 16:43:26 -070012/* Used by drivers/spi/sandbox_spi.c and arch/sandbox/include/asm/state.h */
13#ifndef CONFIG_SANDBOX_SPI_MAX_BUS
14#define CONFIG_SANDBOX_SPI_MAX_BUS 1
15#endif
16#ifndef CONFIG_SANDBOX_SPI_MAX_CS
17#define CONFIG_SANDBOX_SPI_MAX_CS 10
18#endif
19
Simon Glass744d9852011-10-10 08:22:14 +000020#endif