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/sama5d27_som1_ek_mmc1_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/sama5d27_som1_ek_mmc1_defconfig')
-rw-r--r-- | configs/sama5d27_som1_ek_mmc1_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sama5d27_som1_ek_mmc1_defconfig b/configs/sama5d27_som1_ek_mmc1_defconfig index fe2ca072ba..0cedc5f933 100644 --- a/configs/sama5d27_som1_ek_mmc1_defconfig +++ b/configs/sama5d27_som1_ek_mmc1_defconfig @@ -34,6 +34,8 @@ CONFIG_BOOTARGS="console=ttyS0,115200 earlyprintk root=/dev/mmcblk1p2 rw rootwai 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 |