summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorPrzemyslaw Marczak <p.marczak@samsung.com>2015-05-13 13:38:36 +0200
committerSimon Glass <sjg@chromium.org>2015-05-14 20:00:00 -0600
commit19f74d885f4bfa714010efbe2eea496045002c72 (patch)
treedad3c97b9cd5c35a81bc74d2288398ac8581730a /configs
parent9038cd531382e94cc6d4daa9e81f70491030aa38 (diff)
downloadtalos-obmc-uboot-19f74d885f4bfa714010efbe2eea496045002c72.tar.gz
talos-obmc-uboot-19f74d885f4bfa714010efbe2eea496045002c72.zip
sandbox: defconfig: enable support of sandbox PMIC drivers
This commit enables: - emulated i2c PMIC driver - sandbox PMIC I/O driver - sandbox PMIC's regulator driver Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com> Acked-by: Simon Glass <sjg@chromium.org> Tested on sandbox: Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/sandbox_defconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index cc309c819d..f8dac33a4a 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -28,3 +28,10 @@ CONFIG_USB_EMUL=y
CONFIG_USB_STORAGE=y
CONFIG_DM_RTC=y
CONFIG_CMD_UT_TIME=y
+CONFIG_ERRNO_STR=y
+CONFIG_DM_PMIC=y
+CONFIG_DM_PMIC_SANDBOX=y
+CONFIG_CMD_PMIC=y
+CONFIG_DM_REGULATOR=y
+CONFIG_DM_REGULATOR_SANDBOX=y
+CONFIG_CMD_REGULATOR=y
OpenPOWER on IntegriCloud