From: Biwen Li Date: Fri, 5 Feb 2021 11:02:00 +0000 (+0800) Subject: configs: lx2160a: enable CONFIG_MPC8XXX_GPIO X-Git-Tag: v2021.10~325^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a95d7c76faf37b369a3c018f4eba652297bb5cf;p=platform%2Fkernel%2Fu-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 4bd0ddb..466484c 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);