Skip to content
Snippets Groups Projects
Commit 5b9765c7 authored by Simon Glass's avatar Simon Glass
Browse files

dm: gpio: Don't use the driver model uclass for SPL


Driver model does not support SPL yet, so we should not use the GPIO
uclass for SPL.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 6d7601e7
Branches
Tags
No related merge requests found
...@@ -5,7 +5,9 @@ ...@@ -5,7 +5,9 @@
# SPDX-License-Identifier: GPL-2.0+ # SPDX-License-Identifier: GPL-2.0+
# #
ifndef CONFIG_SPL_BUILD
obj-$(CONFIG_DM_GPIO) += gpio-uclass.o obj-$(CONFIG_DM_GPIO) += gpio-uclass.o
endif
obj-$(CONFIG_AT91_GPIO) += at91_gpio.o obj-$(CONFIG_AT91_GPIO) += at91_gpio.o
obj-$(CONFIG_INTEL_ICH6_GPIO) += intel_ich6_gpio.o obj-$(CONFIG_INTEL_ICH6_GPIO) += intel_ich6_gpio.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment