diff options
author | huang lin | 2015-11-17 14:20:13 +0800 |
---|---|---|
committer | Simon Glass | 2015-12-01 08:07:22 -0700 |
commit | 41c7f664b92acf81a7e3fd703cdb45097fc41eed (patch) | |
tree | 88e134a1085a2b45e3484297b956e67c78eee71a /configs/sandbox_defconfig | |
parent | 302d1767b994e209c0a021c0602d287a2a8d979d (diff) |
dm: core: Add SPL Kconfig for REGMAP and SYSCON
Add SPL Kconfig for REGMAP and SYSCON, so REGMAP and SYSCON can
remove from SPL stage.
Signed-off-by: Lin Huang <hl@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/sandbox_defconfig')
-rw-r--r-- | configs/sandbox_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index fb1b09fcf23..731fc258870 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -22,7 +22,9 @@ CONFIG_CONSOLE_RECORD_OUT_SIZE=0x1000 CONFIG_OF_CONTROL=y CONFIG_OF_HOSTFILE=y CONFIG_REGMAP=y +CONFIG_SPL_REGMAP=y CONFIG_SYSCON=y +CONFIG_SPL_SYSCON=y CONFIG_DEVRES=y CONFIG_ADC=y CONFIG_ADC_SANDBOX=y |