Joe Hershberger | bd328eb | 2015-05-12 14:46:24 -0500 | [diff] [blame] | 1 | CONFIG_DM_USB=y |
Joe Hershberger | c0d5730 | 2015-05-20 14:27:15 -0500 | [diff] [blame] | 2 | CONFIG_NET=y |
| 3 | CONFIG_NETDEVICES=y |
| 4 | CONFIG_DM_ETH=y |
Joe Hershberger | bd328eb | 2015-05-12 14:46:24 -0500 | [diff] [blame] | 5 | CONFIG_PCI=y |
| 6 | CONFIG_SYS_VSNPRINTF=y |
| 7 | CONFIG_DEFAULT_DEVICE_TREE="sandbox" |
| 8 | CONFIG_BOOTSTAGE=y |
| 9 | CONFIG_BOOTSTAGE_REPORT=y |
Ruchika Gupta | 11a9662 | 2015-01-23 16:01:53 +0530 | [diff] [blame] | 10 | CONFIG_FIT=y |
| 11 | CONFIG_FIT_VERBOSE=y |
| 12 | CONFIG_FIT_SIGNATURE=y |
Joe Hershberger | bd328eb | 2015-05-12 14:46:24 -0500 | [diff] [blame] | 13 | CONFIG_CMD_SOUND=y |
Joe Hershberger | b897074 | 2015-05-20 14:27:14 -0500 | [diff] [blame] | 14 | CONFIG_CMD_PMIC=y |
| 15 | CONFIG_CMD_REGULATOR=y |
Joe Hershberger | bd328eb | 2015-05-12 14:46:24 -0500 | [diff] [blame] | 16 | CONFIG_OF_CONTROL=y |
| 17 | CONFIG_OF_HOSTFILE=y |
| 18 | CONFIG_DM_PCI=y |
| 19 | CONFIG_PCI_SANDBOX=y |
| 20 | CONFIG_SPI_FLASH_SANDBOX=y |
| 21 | CONFIG_CMD_CROS_EC=y |
Simon Glass | 6fb9ac1 | 2015-02-13 12:20:47 -0700 | [diff] [blame] | 22 | CONFIG_CROS_EC=y |
Simon Glass | 6fb9ac1 | 2015-02-13 12:20:47 -0700 | [diff] [blame] | 23 | CONFIG_CROS_EC_SANDBOX=y |
| 24 | CONFIG_CROS_EC_KEYB=y |
Joe Hershberger | bd328eb | 2015-05-12 14:46:24 -0500 | [diff] [blame] | 25 | CONFIG_TPM_TIS_SANDBOX=y |
Simon Glass | 1174aad | 2015-03-06 13:19:04 -0700 | [diff] [blame] | 26 | CONFIG_SYS_I2C_SANDBOX=y |
Simon Glass | 892cac7 | 2015-03-06 13:19:05 -0700 | [diff] [blame] | 27 | CONFIG_SANDBOX_SPI=y |
Joe Hershberger | bd328eb | 2015-05-12 14:46:24 -0500 | [diff] [blame] | 28 | CONFIG_SANDBOX_GPIO=y |
Joe Hershberger | b897074 | 2015-05-20 14:27:14 -0500 | [diff] [blame] | 29 | CONFIG_DM_PMIC=y |
| 30 | CONFIG_DM_PMIC_SANDBOX=y |
| 31 | CONFIG_DM_REGULATOR=y |
| 32 | CONFIG_DM_REGULATOR_SANDBOX=y |
Simon Glass | ef35d98 | 2015-03-06 13:19:08 -0700 | [diff] [blame] | 33 | CONFIG_SOUND=y |
Simon Glass | 3907305 | 2015-03-06 13:19:14 -0700 | [diff] [blame] | 34 | CONFIG_SOUND_SANDBOX=y |
Joe Hershberger | bd328eb | 2015-05-12 14:46:24 -0500 | [diff] [blame] | 35 | CONFIG_USB=y |
| 36 | CONFIG_USB_EMUL=y |
| 37 | CONFIG_USB_STORAGE=y |
Simon Glass | 8e7083f | 2015-04-20 12:37:29 -0600 | [diff] [blame] | 38 | CONFIG_DM_RTC=y |
Przemyslaw Marczak | 19f74d8 | 2015-05-13 13:38:36 +0200 | [diff] [blame] | 39 | CONFIG_ERRNO_STR=y |
Joe Hershberger | c812f72 | 2015-05-20 14:27:30 -0500 | [diff] [blame^] | 40 | CONFIG_UT_TIME=y |
Joe Hershberger | 40441e0 | 2015-05-20 14:27:29 -0500 | [diff] [blame] | 41 | CONFIG_UT_DM=y |