]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: ls1028a: enable CONFIG_MPC8XXX_GPIO
authorBiwen Li <biwen.li@nxp.com>
Fri, 5 Feb 2021 11:01:57 +0000 (19:01 +0800)
committerPriyanka Jain <priyanka.jain@nxp.com>
Mon, 8 Feb 2021 08:31:20 +0000 (14:01 +0530)
Enable CONFIG_MPC8XXX_GPIO for SoC LS1028A

Signed-off-by: Biwen Li <biwen.li@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
include/configs/ls1028a_common.h

index 8345cd7acfcec80b10953b760593028e00a530d8..1c4af7d1760978f24a3f1029d0edb6bf64fb72e7 100644 (file)
 /* Size of malloc() pool */
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + 2048 * 1024)
 
+/* GPIO */
+#ifdef CONFIG_DM_GPIO
+#ifndef CONFIG_MPC8XXX_GPIO
+#define CONFIG_MPC8XXX_GPIO
+#endif
+#endif
+
 /* I2C */
 #ifndef CONFIG_DM_I2C
 #define CONFIG_SYS_I2C