From 920bb9dec895446cd01269eb084cf136f0171de9 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 30 Dec 2018 14:45:16 -0600 Subject: [PATCH] Commit fd68d74264c breaks all STM32 board configurations that use STM32 USB host. That is because that commit requires CONFIG_STM_USBHOST to be set to build in USB host support, but did not update the necessary board defconfig files to add that required configuration. --- configs/olimex-stm32-p407/hidkbd/defconfig | 1 + configs/olimex-stm32-p407/kelf/defconfig | 1 + configs/olimex-stm32-p407/kmodule/defconfig | 1 + configs/olimex-stm32-p407/nsh/defconfig | 1 + configs/olimex-stm32-p407/zmodem/defconfig | 1 + configs/stm32butterfly2/nsh/defconfig | 1 + configs/stm32butterfly2/nshusbhost/defconfig | 1 + configs/stm32f429i-disco/usbmsc/defconfig | 1 + configs/stm32f4discovery/audio/defconfig | 1 + 9 files changed, 9 insertions(+) diff --git a/configs/olimex-stm32-p407/hidkbd/defconfig b/configs/olimex-stm32-p407/hidkbd/defconfig index bf9c0bf96d..7f3356fae4 100644 --- a/configs/olimex-stm32-p407/hidkbd/defconfig +++ b/configs/olimex-stm32-p407/hidkbd/defconfig @@ -49,6 +49,7 @@ CONFIG_STM32_JTAG_SW_ENABLE=y CONFIG_STM32_OTGFS=y CONFIG_STM32_PWR=y CONFIG_STM32_USART3=y +CONFIG_STM32_USBHOST=y CONFIG_SYSTEM_NSH=y CONFIG_SYSTEM_NSH_CXXINITIALIZE=y CONFIG_TASK_NAME_SIZE=32 diff --git a/configs/olimex-stm32-p407/kelf/defconfig b/configs/olimex-stm32-p407/kelf/defconfig index 2c32a624fd..60d802e82a 100644 --- a/configs/olimex-stm32-p407/kelf/defconfig +++ b/configs/olimex-stm32-p407/kelf/defconfig @@ -50,6 +50,7 @@ CONFIG_STM32_OTGFS=y CONFIG_STM32_RNG=y CONFIG_STM32_SDIO=y CONFIG_STM32_USART3=y +CONFIG_STM32_USBHOST=y CONFIG_SYMTAB_ORDEREDBYNAME=y CONFIG_SYS_RESERVED=8 CONFIG_USART3_SERIAL_CONSOLE=y diff --git a/configs/olimex-stm32-p407/kmodule/defconfig b/configs/olimex-stm32-p407/kmodule/defconfig index dafbd47abf..622a463bc6 100644 --- a/configs/olimex-stm32-p407/kmodule/defconfig +++ b/configs/olimex-stm32-p407/kmodule/defconfig @@ -48,6 +48,7 @@ CONFIG_STM32_JTAG_SW_ENABLE=y CONFIG_STM32_OTGFS=y CONFIG_STM32_PWR=y CONFIG_STM32_USART3=y +CONFIG_STM32_USBHOST=y CONFIG_SYMTAB_ORDEREDBYNAME=y CONFIG_SYS_RESERVED=8 CONFIG_USART3_SERIAL_CONSOLE=y diff --git a/configs/olimex-stm32-p407/nsh/defconfig b/configs/olimex-stm32-p407/nsh/defconfig index f5c4719414..647800faf2 100644 --- a/configs/olimex-stm32-p407/nsh/defconfig +++ b/configs/olimex-stm32-p407/nsh/defconfig @@ -48,6 +48,7 @@ CONFIG_STM32_JTAG_SW_ENABLE=y CONFIG_STM32_OTGFS=y CONFIG_STM32_PWR=y CONFIG_STM32_USART3=y +CONFIG_STM32_USBHOST=y CONFIG_SYSTEM_NSH=y CONFIG_SYSTEM_NSH_CXXINITIALIZE=y CONFIG_TASK_NAME_SIZE=32 diff --git a/configs/olimex-stm32-p407/zmodem/defconfig b/configs/olimex-stm32-p407/zmodem/defconfig index 6014504082..bb6e097092 100644 --- a/configs/olimex-stm32-p407/zmodem/defconfig +++ b/configs/olimex-stm32-p407/zmodem/defconfig @@ -55,6 +55,7 @@ CONFIG_STM32_OTGFS=y CONFIG_STM32_PWR=y CONFIG_STM32_USART3=y CONFIG_STM32_USART6=y +CONFIG_STM32_USBHOST=y CONFIG_SYSTEM_NSH=y CONFIG_SYSTEM_NSH_CXXINITIALIZE=y CONFIG_SYSTEM_ZMODEM=y diff --git a/configs/stm32butterfly2/nsh/defconfig b/configs/stm32butterfly2/nsh/defconfig index e25398a37e..c298840dd7 100644 --- a/configs/stm32butterfly2/nsh/defconfig +++ b/configs/stm32butterfly2/nsh/defconfig @@ -64,6 +64,7 @@ CONFIG_STM32_PWR=y CONFIG_STM32_SPI1=y CONFIG_STM32_USART2=y CONFIG_STM32_USART2_REMAP=y +CONFIG_STM32_USBHOST=y CONFIG_SYSLOG_TIMESTAMP=y CONFIG_SYSTEM_NSH=y CONFIG_SYSTEM_RAMTEST=y diff --git a/configs/stm32butterfly2/nshusbhost/defconfig b/configs/stm32butterfly2/nshusbhost/defconfig index e25398a37e..c298840dd7 100644 --- a/configs/stm32butterfly2/nshusbhost/defconfig +++ b/configs/stm32butterfly2/nshusbhost/defconfig @@ -64,6 +64,7 @@ CONFIG_STM32_PWR=y CONFIG_STM32_SPI1=y CONFIG_STM32_USART2=y CONFIG_STM32_USART2_REMAP=y +CONFIG_STM32_USBHOST=y CONFIG_SYSLOG_TIMESTAMP=y CONFIG_SYSTEM_NSH=y CONFIG_SYSTEM_RAMTEST=y diff --git a/configs/stm32f429i-disco/usbmsc/defconfig b/configs/stm32f429i-disco/usbmsc/defconfig index b10785b64a..24f65657d4 100644 --- a/configs/stm32f429i-disco/usbmsc/defconfig +++ b/configs/stm32f429i-disco/usbmsc/defconfig @@ -50,6 +50,7 @@ CONFIG_STM32_JTAG_SW_ENABLE=y CONFIG_STM32_OTGHS=y CONFIG_STM32_PWR=y CONFIG_STM32_USART1=y +CONFIG_STM32_USBHOST=y CONFIG_SYSTEM_NSH=y CONFIG_SYSTEM_NSH_CXXINITIALIZE=y CONFIG_TASK_NAME_SIZE=0 diff --git a/configs/stm32f4discovery/audio/defconfig b/configs/stm32f4discovery/audio/defconfig index d2c5bddbdc..d9ac6caa35 100644 --- a/configs/stm32f4discovery/audio/defconfig +++ b/configs/stm32f4discovery/audio/defconfig @@ -66,6 +66,7 @@ CONFIG_STM32_SPI1=y CONFIG_STM32_SPI3=y CONFIG_STM32_SPI_DMA=y CONFIG_STM32_USART2=y +CONFIG_STM32_USBHOST=y CONFIG_SYSTEM_NSH=y CONFIG_SYSTEM_NSH_CXXINITIALIZE=y CONFIG_SYSTEM_NXPLAYER=y