1
0
Fork 0

MLK-19183-9 iMX8QXP SPL: drivers: pca953x_gpio: Do not build it in SPL

The pca953x_gpio is not SPL non-DM ready, so make it build only in uboot proper

Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
zero-sugar
Abel Vesa 2018-08-02 19:46:14 +03:00 committed by Teo Hall
parent e6aa0a71dd
commit 2355481419
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ obj-$(CONFIG_AXP_GPIO) += axp_gpio.o
endif
obj-$(CONFIG_DM_GPIO) += gpio-uclass.o
obj-$(CONFIG_DM_PCA953X) += pca953x_gpio.o
obj-$(CONFIG_$(SPL_)DM_PCA953X) += pca953x_gpio.o
obj-$(CONFIG_DM_74X164) += 74x164_gpio.o
obj-$(CONFIG_AT91_GPIO) += at91_gpio.o