diff --git a/configs/stm32f3discovery/README.txt b/configs/stm32f3discovery/README.txt index 12811b8a058..8477b797e09 100644 --- a/configs/stm32f3discovery/README.txt +++ b/configs/stm32f3discovery/README.txt @@ -892,7 +892,7 @@ Where is one of the following: the standard CDC/ACM serial device by changing: Drivers->USB Device Driver Support - CONFIG_CDCACM=y : Disable the CDC/ACM serial device class - CONFIG_CDCACM_CONSOLE=y : The CDC/ACM serial device is NOT the console + CONFIG_CDCACM=n : Disable the CDC/ACM serial device class + CONFIG_CDCACM_CONSOLE=n : The CDC/ACM serial device is NOT the console CONFIG_PL2303=y : The Prolifics PL2303 emulation is enabled CONFIG_PL2303_CONSOLE=y : The PL2303 serial device is the console diff --git a/configs/stm32f4discovery/README.txt b/configs/stm32f4discovery/README.txt index e94bd466ba1..f3cd7901b31 100644 --- a/configs/stm32f4discovery/README.txt +++ b/configs/stm32f4discovery/README.txt @@ -1676,8 +1676,8 @@ Where is one of the following: You could also use the non-standard PL2303 serial device instead of the standard CDC/ACM serial device by changing: - CONFIG_CDCACM=y : Disable the CDC/ACM serial device class - CONFIG_CDCACM_CONSOLE=y : The CDC/ACM serial device is NOT the console + CONFIG_CDCACM=n : Disable the CDC/ACM serial device class + CONFIG_CDCACM_CONSOLE=n : The CDC/ACM serial device is NOT the console CONFIG_PL2303=y : The Prolifics PL2303 emulation is enabled CONFIG_PL2303_CONSOLE=y : The PL2303 serial device is the console