blob: ec7729eb4ccbf44a5d74e0c220c22e46897208ae [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/*
2 * Copyright (c) 2011 The Chromium OS Authors.
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#ifndef _ASM_CONFIG_H_
8#define _ASM_CONFIG_H_
9
10#define CONFIG_SANDBOX_ARCH
11
12/* 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
20#endif