]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/core/Makefile
dm: Make regmap and syscon optional
[karo-tx-uboot.git] / drivers / core / Makefile
index 5c2ead870b00412bf0ebc5532a21b4ebdfd82974..ce3027a8512d54a1bfd983b2612985204f4dc937 100644 (file)
@@ -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