Commit 96fcf35175db4af3e5410cb266105e1603dba95d

Authored by Biwen Li
Committed by Priyanka Jain
1 parent 1951c33999

configs: ls1088a: enable CONFIG_MPC8XXX_GPIO

Enable CONFIG_MPC8XXX_GPIO for LS1088A

Signed-off-by: Biwen Li <biwen.li@nxp.com>

Showing 1 changed file with 10 additions and 0 deletions Side-by-side Diff

include/configs/ls1088a_common.h
... ... @@ -57,6 +57,16 @@
57 57 /* Size of malloc() pool */
58 58 #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2048 * 1024)
59 59  
  60 +/* GPIO */
  61 +#ifdef CONFIG_DM_GPIO
  62 +#ifndef CONFIG_MPC8XXX_GPIO
  63 +#define CONFIG_MPC8XXX_GPIO
  64 +#endif
  65 +#ifndef CONFIG_CMD_GPIO
  66 +#define CONFIG_CMD_GPIO
  67 +#endif
  68 +#endif
  69 +
60 70 /* I2C */
61 71 #ifndef CONFIG_DM_I2C
62 72 #define CONFIG_SYS_I2C