diff mbox

[U-Boot,11/12] sandbox: defconfig: enable support of sandbox PMIC drivers

Message ID 1431102040-745-12-git-send-email-p.marczak@samsung.com
State Superseded
Delegated to: Simon Glass
Headers show

Commit Message

Przemyslaw Marczak May 8, 2015, 4:20 p.m. UTC
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>
---
 configs/sandbox_defconfig | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Simon Glass May 10, 2015, 1:57 p.m. UTC | #1
On 8 May 2015 at 10:20, Przemyslaw Marczak <p.marczak@samsung.com> wrote:
> 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>
> ---
>  configs/sandbox_defconfig | 7 +++++++
>  1 file changed, 7 insertions(+)

Acked-by: Simon Glass <sjg@chromium.org>
Tested on sandbox:
Tested-by: Simon Glass <sjg@chromium.org>
diff mbox

Patch

diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 5de7fbe..236d106 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -26,3 +26,10 @@  CONFIG_TPM_TIS_SANDBOX=y
 CONFIG_SOUND=y
 CONFIG_CMD_SOUND=y
 CONFIG_SOUND_SANDBOX=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