blob: 6c1bff99c2bf3ced2ae666c8023f70e6cdc0adc3 [file] [log] [blame]
Simon Glassb4a905e2011-10-10 08:22:14 +00001/*
2 * Copyright (c) 2011 The Chromium OS Authors.
3 *
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02004 * SPDX-License-Identifier: GPL-2.0+
Simon Glassb4a905e2011-10-10 08:22:14 +00005 */
6
7#ifndef _ASM_CONFIG_H_
8#define _ASM_CONFIG_H_
9
York Sun021d2022014-05-02 17:28:04 -070010#define CONFIG_SYS_GENERIC_GLOBAL_DATA
Simon Glassb4a905e2011-10-10 08:22:14 +000011#define CONFIG_SANDBOX_ARCH
12
Mike Frysinger1d8e57c2013-12-03 16:43:26 -070013/* Used by drivers/spi/sandbox_spi.c and arch/sandbox/include/asm/state.h */
14#ifndef CONFIG_SANDBOX_SPI_MAX_BUS
15#define CONFIG_SANDBOX_SPI_MAX_BUS 1
16#endif
17#ifndef CONFIG_SANDBOX_SPI_MAX_CS
18#define CONFIG_SANDBOX_SPI_MAX_CS 10
19#endif
20
Simon Glassb4a905e2011-10-10 08:22:14 +000021#endif