summaryrefslogtreecommitdiff
path: root/configs/sandbox_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-07-17 09:22:07 -0600
committerSimon Glass <sjg@chromium.org>2015-08-06 07:31:36 -0600
commit12dc8e7522230b269b4ca8fecc64bc8e59070a53 (patch)
tree1a3578397810a7cd0c71c4bcf3106338ad107e1c /configs/sandbox_defconfig
parent28445aa7ec099bf8d7dc49db5fbf6bdd9098b410 (diff)
downloadu-boot-imx-12dc8e7522230b269b4ca8fecc64bc8e59070a53.zip
u-boot-imx-12dc8e7522230b269b4ca8fecc64bc8e59070a53.tar.gz
u-boot-imx-12dc8e7522230b269b4ca8fecc64bc8e59070a53.tar.bz2
dm: Make regmap and syscon optional
Not all boards use garbage collection in their link step, so we should avoid adding options that rely on this for prevention of code bloat. Add separate Kconfig options for syscon and regmap uclasses. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/sandbox_defconfig')
-rw-r--r--configs/sandbox_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 5535746..e6a4590 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -52,3 +52,4 @@ CONFIG_DM_MMC=y
CONFIG_LED=y
CONFIG_LED_GPIO=y
CONFIG_SYSCON=y
+CONFIG_REGMAP=y