From: Biwen Li Date: Fri, 5 Feb 2021 11:02:00 +0000 (+0800) Subject: configs: lx2160a: enable CONFIG_MPC8XXX_GPIO X-Git-Tag: v2021.04-rc2~12^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a95d7c76faf37b369a3c018f4eba652297bb5cf;p=pandora-u-boot.git configs: lx2160a: enable CONFIG_MPC8XXX_GPIO Enable CONFIG_MPC8XXX_GPIO for SoC LX2160A Signed-off-by: Biwen Li Reviewed-by: Priyanka Jain --- diff --git a/include/configs/lx2160a_common.h b/include/configs/lx2160a_common.h index 4bd0ddbdad2..466484c1997 100644 --- a/include/configs/lx2160a_common.h +++ b/include/configs/lx2160a_common.h @@ -160,6 +160,13 @@ #define NXP_FSPI_FLASH_NUM 1 #endif +/* GPIO */ +#ifdef CONFIG_DM_GPIO +#ifndef CONFIG_MPC8XXX_GPIO +#define CONFIG_MPC8XXX_GPIO +#endif +#endif + #ifndef __ASSEMBLY__ unsigned long get_board_sys_clk(void); unsigned long get_board_ddr_clk(void);