Simon Glass | 744d985 | 2011-10-10 08:22:14 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2011 The Chromium OS Authors. |
| 3 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 4 | * SPDX-License-Identifier: GPL-2.0+ |
Simon Glass | 744d985 | 2011-10-10 08:22:14 +0000 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | #ifndef _ASM_CONFIG_H_ |
| 8 | #define _ASM_CONFIG_H_ |
| 9 | |
| 10 | #define CONFIG_SANDBOX_ARCH |
| 11 | |
Mike Frysinger | 6122813 | 2013-12-03 16:43:26 -0700 | [diff] [blame] | 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 | |
Simon Glass | 744d985 | 2011-10-10 08:22:14 +0000 | [diff] [blame] | 20 | #endif |