summaryrefslogtreecommitdiffstats
path: root/drivers/core/Makefile
diff options
context:
space:
mode:
authorhuang lin <hl@rock-chips.com>2015-11-17 14:20:13 +0800
committerSimon Glass <sjg@chromium.org>2015-12-01 08:07:22 -0700
commit41c7f664b92acf81a7e3fd703cdb45097fc41eed (patch)
tree88e134a1085a2b45e3484297b956e67c78eee71a /drivers/core/Makefile
parent302d1767b994e209c0a021c0602d287a2a8d979d (diff)
downloadtalos-obmc-uboot-41c7f664b92acf81a7e3fd703cdb45097fc41eed.tar.gz
talos-obmc-uboot-41c7f664b92acf81a7e3fd703cdb45097fc41eed.zip
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 '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 f19f67d30f..07adb61c28 100644
--- a/drivers/core/Makefile
+++ b/drivers/core/Makefile
@@ -9,5 +9,5 @@ obj-$(CONFIG_DEVRES) += devres.o
obj-$(CONFIG_$(SPL_)DM_DEVICE_REMOVE) += device-remove.o
obj-$(CONFIG_$(SPL_)SIMPLE_BUS) += simple-bus.o
obj-$(CONFIG_DM) += dump.o
-obj-$(CONFIG_REGMAP) += regmap.o
-obj-$(CONFIG_SYSCON) += syscon-uclass.o
+obj-$(CONFIG_$(SPL_)REGMAP) += regmap.o
+obj-$(CONFIG_$(SPL_)SYSCON) += syscon-uclass.o
OpenPOWER on IntegriCloud