diff options
author | Simon Glass <sjg@chromium.org> | 2015-07-17 09:22:07 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-08-06 07:31:36 -0600 |
commit | 12dc8e7522230b269b4ca8fecc64bc8e59070a53 (patch) | |
tree | 1a3578397810a7cd0c71c4bcf3106338ad107e1c /configs/sandbox_defconfig | |
parent | 28445aa7ec099bf8d7dc49db5fbf6bdd9098b410 (diff) |
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_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 553574682dc..e6a45904d0c 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 |