diff options
author | Biwen Li <biwen.li@nxp.com> | 2021-02-05 19:02:02 +0800 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2021-02-08 14:01:21 +0530 |
commit | 7c1f095acad195c6801d1991506b1e4876bbd8f8 (patch) | |
tree | 8fbfd1dd6e8063a0ee5f778e762cd0593f6f7061 /include | |
parent | 0077d711c912d59a91887f707e61da302c423be1 (diff) | |
download | u-boot-7c1f095acad195c6801d1991506b1e4876bbd8f8.zip u-boot-7c1f095acad195c6801d1991506b1e4876bbd8f8.tar.gz u-boot-7c1f095acad195c6801d1991506b1e4876bbd8f8.tar.bz2 |
configs: ls1021atwr: enable CONFIG_MPC8XXX_GPIO
Enable CONFIG_MPC8XXX_GPIO for board ls1021atwr
Signed-off-by: Biwen Li <biwen.li@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/ls1021atwr.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h index 3e85bb3..dfb5643 100644 --- a/include/configs/ls1021atwr.h +++ b/include/configs/ls1021atwr.h @@ -219,6 +219,13 @@ #define CONFIG_SYS_I2C_MXC_I2C2 /* enable I2C bus 2 */ #define CONFIG_SYS_I2C_MXC_I2C3 /* enable I2C bus 3 */ +/* GPIO */ +#ifdef CONFIG_DM_GPIO +#ifndef CONFIG_MPC8XXX_GPIO +#define CONFIG_MPC8XXX_GPIO +#endif +#endif + /* EEPROM */ #define CONFIG_ID_EEPROM #define CONFIG_SYS_I2C_EEPROM_NXID |