From da802b9e2726c7467e0b402efeb6ad3d975f1282 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 4 Oct 2014 11:29:37 -0600 Subject: dm: core: Add support for simple-bus Add a driver for the simple-bus nodes, which allows devices within these nodes to be bound. Signed-off-by: Simon Glass --- drivers/core/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/core/Makefile') diff --git a/drivers/core/Makefile b/drivers/core/Makefile index c7905b1440..151c2398a4 100644 --- a/drivers/core/Makefile +++ b/drivers/core/Makefile @@ -5,3 +5,4 @@ # obj-y := device.o lists.o root.o uclass.o util.o +obj-$(CONFIG_OF_CONTROL) += simple-bus.o -- cgit v1.2.1