summaryrefslogtreecommitdiffstats
path: root/drivers/core/Makefile
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 /drivers/core/Makefile
parent28445aa7ec099bf8d7dc49db5fbf6bdd9098b410 (diff)
downloadtalos-obmc-uboot-12dc8e7522230b269b4ca8fecc64bc8e59070a53.tar.gz
talos-obmc-uboot-12dc8e7522230b269b4ca8fecc64bc8e59070a53.zip
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 'drivers/core/Makefile')
-rw-r--r--drivers/core/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/core/Makefile b/drivers/core/Makefile
index 5c2ead870b..ce3027a851 100644
--- a/drivers/core/Makefile
+++ b/drivers/core/Makefile
@@ -10,5 +10,5 @@ obj-$(CONFIG_OF_CONTROL) += simple-bus.o
endif
obj-$(CONFIG_DM_DEVICE_REMOVE) += device-remove.o
obj-$(CONFIG_DM) += dump.o
-obj-$(CONFIG_OF_CONTROL) += regmap.o
-obj-$(CONFIG_OF_CONTROL) += syscon-uclass.o
+obj-$(CONFIG_REGMAP) += regmap.o
+obj-$(CONFIG_SYSCON) += syscon-uclass.o
OpenPOWER on IntegriCloud