]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - configs/sandbox_defconfig
test: dm: Move the time test over to the ut command
[karo-tx-uboot.git] / configs / sandbox_defconfig
index cc309c819dafaeb7d2f2f78893e13837432a3e25..7b5ef2bc368d0a55ddcafde94870a89f6646fd05 100644 (file)
@@ -1,4 +1,7 @@
 CONFIG_DM_USB=y
+CONFIG_NET=y
+CONFIG_NETDEVICES=y
+CONFIG_DM_ETH=y
 CONFIG_PCI=y
 CONFIG_SYS_VSNPRINTF=y
 CONFIG_DEFAULT_DEVICE_TREE="sandbox"
@@ -8,6 +11,8 @@ CONFIG_FIT=y
 CONFIG_FIT_VERBOSE=y
 CONFIG_FIT_SIGNATURE=y
 CONFIG_CMD_SOUND=y
+CONFIG_CMD_PMIC=y
+CONFIG_CMD_REGULATOR=y
 CONFIG_OF_CONTROL=y
 CONFIG_OF_HOSTFILE=y
 CONFIG_DM_PCI=y
@@ -21,10 +26,16 @@ CONFIG_TPM_TIS_SANDBOX=y
 CONFIG_SYS_I2C_SANDBOX=y
 CONFIG_SANDBOX_SPI=y
 CONFIG_SANDBOX_GPIO=y
+CONFIG_DM_PMIC=y
+CONFIG_DM_PMIC_SANDBOX=y
+CONFIG_DM_REGULATOR=y
+CONFIG_DM_REGULATOR_SANDBOX=y
 CONFIG_SOUND=y
 CONFIG_SOUND_SANDBOX=y
 CONFIG_USB=y
 CONFIG_USB_EMUL=y
 CONFIG_USB_STORAGE=y
 CONFIG_DM_RTC=y
-CONFIG_CMD_UT_TIME=y
+CONFIG_ERRNO_STR=y
+CONFIG_UT_TIME=y
+CONFIG_UT_DM=y