diff options
Diffstat (limited to 'configs/thuban_defconfig')
-rw-r--r-- | configs/thuban_defconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/thuban_defconfig b/configs/thuban_defconfig index 1ad879b78b..9a8c73b868 100644 --- a/configs/thuban_defconfig +++ b/configs/thuban_defconfig @@ -32,14 +32,14 @@ CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press \"<Esc><Esc>\" to stop\ CONFIG_AUTOBOOT_STOP_STR="\x1b\x1b" # CONFIG_CMD_IMLS is not set CONFIG_CMD_ASKENV=y +CONFIG_CMD_DFU=y # CONFIG_CMD_FLASH is not set +CONFIG_CMD_GPIO=y +CONFIG_CMD_I2C=y CONFIG_CMD_MMC=y CONFIG_CMD_NAND=y CONFIG_CMD_SF=y -CONFIG_CMD_I2C=y CONFIG_CMD_USB=y -CONFIG_CMD_DFU=y -CONFIG_CMD_GPIO=y # CONFIG_CMD_SETEXPR is not set CONFIG_CMD_DHCP=y CONFIG_CMD_MII=y |