Skip to content

Commit

Permalink
usb: chipidea: depend on CONFIG_OF instead of CONFIG_OF_DEVICE
Browse files Browse the repository at this point in the history
CONFIG_OF_DEVICE is going away, so use CONFIG_OF instead. It does not
appear that CONFIG_OF_DEVICE was the correct dependency either.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Tested-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Grant Likely <grant.likely@linaro.org>
  • Loading branch information
Rob Herring authored and Grant Likely committed Jun 12, 2013
1 parent f70c64f commit 8973ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/chipidea/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ ifneq ($(CONFIG_PCI),)
obj-$(CONFIG_USB_CHIPIDEA) += ci13xxx_pci.o
endif

ifneq ($(CONFIG_OF_DEVICE),)
ifneq ($(CONFIG_OF),)
obj-$(CONFIG_USB_CHIPIDEA) += ci13xxx_imx.o usbmisc_imx.o
endif

0 comments on commit 8973ba8

Please sign in to comment.