Ben Stoltz | cd326a3 | 2015-08-04 12:33:50 -0600 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2015 Google, Inc |
| 3 | * |
| 4 | * SPDX-License-Identifier: GPL-2.0+ |
| 5 | */ |
| 6 | |
| 7 | #ifndef __CONFIG_H |
| 8 | #define __CONFIG_H |
| 9 | |
| 10 | #include <configs/x86-common.h> |
| 11 | |
| 12 | #undef CONFIG_CMD_SF_TEST |
| 13 | |
Ben Stoltz | cd326a3 | 2015-08-04 12:33:50 -0600 | [diff] [blame] | 14 | #undef CONFIG_TPM_TIS_BASE_ADDRESS |
| 15 | |
Ben Stoltz | cd326a3 | 2015-08-04 12:33:50 -0600 | [diff] [blame] | 16 | #undef CONFIG_ENV_IS_IN_SPI_FLASH |
| 17 | #define CONFIG_ENV_IS_NOWHERE |
| 18 | #undef CONFIG_VIDEO |
| 19 | #undef CONFIG_CFB_CONSOLE |
| 20 | #undef CONFIG_SCSI_AHCI |
Simon Glass | c649e3c | 2016-05-01 11:36:02 -0600 | [diff] [blame] | 21 | #undef CONFIG_SCSI |
Ben Stoltz | cd326a3 | 2015-08-04 12:33:50 -0600 | [diff] [blame] | 22 | #undef CONFIG_INTEL_ICH6_GPIO |
Bin Meng | 50c88e4 | 2016-02-02 05:58:04 -0800 | [diff] [blame] | 23 | #undef CONFIG_USB_EHCI_PCI |
Ben Stoltz | cd326a3 | 2015-08-04 12:33:50 -0600 | [diff] [blame] | 24 | |
| 25 | #define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,vga,serial\0" \ |
| 26 | "stdout=vga,serial\0" \ |
| 27 | "stderr=vga,serial\0" |
| 28 | |
| 29 | #endif |