mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
configs: ls208xa: enable CONFIG_MPC8XXX_GPIO
Enable CONFIG_MPC8XXX_GPIO for LS208xA Signed-off-by: Biwen Li <biwen.li@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
parent
97e8120850
commit
04f26d616d
1 changed files with 7 additions and 0 deletions
|
@ -66,6 +66,13 @@
|
|||
/* 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
|
||||
|
|
Loading…
Add table
Reference in a new issue