diff options
| author | Biwen Li <[email protected]> | 2021-02-05 19:02:02 +0800 |
|---|---|---|
| committer | Priyanka Jain <[email protected]> | 2021-02-08 14:01:21 +0530 |
| commit | 7c1f095acad195c6801d1991506b1e4876bbd8f8 (patch) | |
| tree | 8fbfd1dd6e8063a0ee5f778e762cd0593f6f7061 /include | |
| parent | 0077d711c912d59a91887f707e61da302c423be1 (diff) | |
configs: ls1021atwr: enable CONFIG_MPC8XXX_GPIO
Enable CONFIG_MPC8XXX_GPIO for board ls1021atwr
Signed-off-by: Biwen Li <[email protected]>
Reviewed-by: Priyanka Jain <[email protected]>
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 3e85bb3850b..dfb56437d97 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 |
