]> Git Repo - u-boot.git/commitdiff
configs: ls208xa: enable CONFIG_MPC8XXX_GPIO
authorBiwen Li <[email protected]>
Fri, 5 Feb 2021 11:01:59 +0000 (19:01 +0800)
committerPriyanka Jain <[email protected]>
Mon, 8 Feb 2021 08:31:21 +0000 (14:01 +0530)
Enable CONFIG_MPC8XXX_GPIO for LS208xA

Signed-off-by: Biwen Li <[email protected]>
Reviewed-by: Priyanka Jain <[email protected]>
include/configs/ls2080a_common.h

index 444bb8c3b5c732e9f810e1bc26bdfc18b172061a..1042555a8cfc2a81e3f2aa5181a828fae75305c8 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
This page took 0.037791 seconds and 4 git commands to generate.