summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-07-17 15:22:07 (GMT)
committerSimon Glass <sjg@chromium.org>2015-08-06 13:31:36 (GMT)
commit12dc8e7522230b269b4ca8fecc64bc8e59070a53 (patch)
tree1a3578397810a7cd0c71c4bcf3106338ad107e1c /configs
parent28445aa7ec099bf8d7dc49db5fbf6bdd9098b410 (diff)
downloadu-boot-fsl-qoriq-12dc8e7522230b269b4ca8fecc64bc8e59070a53.tar.xz
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')
-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