Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Simon Glass | 744d985 | 2011-10-10 08:22:14 +0000 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (c) 2011 The Chromium OS Authors. |
Simon Glass | 744d985 | 2011-10-10 08:22:14 +0000 | [diff] [blame] | 4 | */ |
| 5 | |
| 6 | #ifndef _ASM_CONFIG_H_ |
| 7 | #define _ASM_CONFIG_H_ |
| 8 | |
| 9 | #define CONFIG_SANDBOX_ARCH |
| 10 | |
Mike Frysinger | 6122813 | 2013-12-03 16:43:26 -0700 | [diff] [blame] | 11 | /* 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 Glass | 744d985 | 2011-10-10 08:22:14 +0000 | [diff] [blame] | 19 | #endif |