Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1 | CONFIG_X86=y |
Bin Meng | f9bfac1 | 2015-05-07 21:34:09 +0800 | [diff] [blame] | 2 | CONFIG_VENDOR_COREBOOT=y |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 3 | CONFIG_TARGET_COREBOOT=y |
Simon Glass | e3ee2fb | 2016-02-22 22:55:43 -0700 | [diff] [blame] | 4 | CONFIG_FIT=y |
Simon Glass | c08ebf6 | 2016-02-22 22:55:40 -0700 | [diff] [blame] | 5 | CONFIG_BOOTSTAGE=y |
6 | CONFIG_BOOTSTAGE_REPORT=y | ||||
Tom Rini | f852e73 | 2016-04-21 21:37:19 -0400 | [diff] [blame^] | 7 | CONFIG_HUSH_PARSER=y |
Joe Hershberger | 5a9d7f1 | 2015-06-22 16:15:30 -0500 | [diff] [blame] | 8 | # CONFIG_CMD_IMLS is not set |
9 | # CONFIG_CMD_FLASH is not set | ||||
10 | # CONFIG_CMD_SETEXPR is not set | ||||
11 | # CONFIG_CMD_NFS is not set | ||||
Joe Hershberger | 17491a8 | 2015-06-22 16:15:29 -0500 | [diff] [blame] | 12 | CONFIG_CMD_BOOTSTAGE=y |
Simon Glass | 347a622 | 2015-08-22 18:31:39 -0600 | [diff] [blame] | 13 | CONFIG_CMD_TPM=y |
Simon Glass | 81ab547 | 2015-08-22 18:31:43 -0600 | [diff] [blame] | 14 | CONFIG_CMD_TPM_TEST=y |
Masahiro Yamada | 9fadbc8 | 2014-09-22 19:59:05 +0900 | [diff] [blame] | 15 | CONFIG_OF_CONTROL=y |
Joe Hershberger | 17491a8 | 2015-06-22 16:15:29 -0500 | [diff] [blame] | 16 | CONFIG_SPI_FLASH=y |
Bin Meng | 27f5b19 | 2015-11-25 05:34:54 -0800 | [diff] [blame] | 17 | CONFIG_SPI_FLASH_GIGADEVICE=y |
18 | CONFIG_SPI_FLASH_MACRONIX=y | ||||
19 | CONFIG_SPI_FLASH_WINBOND=y | ||||
Bin Meng | c35328a | 2015-08-28 02:22:38 -0700 | [diff] [blame] | 20 | CONFIG_DM_ETH=y |
Simon Glass | 9008a5b | 2015-08-19 09:33:43 -0600 | [diff] [blame] | 21 | CONFIG_E1000=y |
Bin Meng | 63c1098 | 2015-09-28 05:14:15 -0700 | [diff] [blame] | 22 | CONFIG_DM_PCI=y |
23 | CONFIG_DM_RTC=y | ||||
Thomas Chou | a6cec01 | 2015-11-19 21:48:14 +0800 | [diff] [blame] | 24 | CONFIG_SYS_NS16550=y |
Bin Meng | 38de020 | 2015-11-13 00:11:22 -0800 | [diff] [blame] | 25 | CONFIG_TIMER=y |
Simon Glass | 8b6216a | 2015-08-22 18:31:20 -0600 | [diff] [blame] | 26 | CONFIG_TPM_TIS_LPC=y |
Bin Meng | c35328a | 2015-08-28 02:22:38 -0700 | [diff] [blame] | 27 | CONFIG_USB=y |
28 | CONFIG_DM_USB=y | ||||
Joe Hershberger | 17491a8 | 2015-06-22 16:15:29 -0500 | [diff] [blame] | 29 | CONFIG_USE_PRIVATE_LIBGCC=y |
Simon Glass | 8b6216a | 2015-08-22 18:31:20 -0600 | [diff] [blame] | 30 | CONFIG_TPM=y |