diff options
author | Mihai Sain <mihai.sain@microchip.com> | 2021-09-02 15:21:08 +0300 |
---|---|---|
committer | Eugen Hristev <eugen.hristev@microchip.com> | 2021-11-22 12:39:55 +0200 |
commit | 76c8e9ce2c4d538aa42bd9f5299938bf078480b8 (patch) | |
tree | 2c0c18bc1e0d89b9ac12aa6b832f144dd1f2acb1 /configs/sama5d2_ptc_ek_mmc_defconfig | |
parent | 9272805139a104c83dff8230e03e9626dd9bc195 (diff) | |
download | u-boot-76c8e9ce2c4d538aa42bd9f5299938bf078480b8.tar.gz |
configs: sama5d2 boards: add DM and GPIO commands
Add dm command for driver model low level access and
gpio command for query and control gpio pins.
Signed-off-by: Mihai Sain <mihai.sain@microchip.com>
Diffstat (limited to 'configs/sama5d2_ptc_ek_mmc_defconfig')
-rw-r--r-- | configs/sama5d2_ptc_ek_mmc_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sama5d2_ptc_ek_mmc_defconfig b/configs/sama5d2_ptc_ek_mmc_defconfig index 5a8e20a098..2333a594da 100644 --- a/configs/sama5d2_ptc_ek_mmc_defconfig +++ b/configs/sama5d2_ptc_ek_mmc_defconfig @@ -26,6 +26,8 @@ CONFIG_CONSOLE_MUX=y CONFIG_MISC_INIT_R=y CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y +CONFIG_CMD_DM=y +CONFIG_CMD_GPIO=y # CONFIG_CMD_FLASH is not set CONFIG_CMD_I2C=y # CONFIG_CMD_LOADS is not set |