arm: stm32f4: Do not enable USART1/USART2 by default
Not all the boards (for instance the Nuclo F412) use USART1 or USART2. Let each board enable these USARTs when really used. Change-Id: Idfe79c724bd7b1ab154310b4a8234b52eef2298d Signed-off-by: Florian Vaussard <florian.vaussard@heig-vd.ch>
This commit is contained in:
parent
eba1327719
commit
b5ff4cdb6f
1 changed files with 0 additions and 12 deletions
|
@ -26,18 +26,6 @@ config UART_CONSOLE
|
|||
config UART_STM32
|
||||
def_bool y
|
||||
|
||||
config UART_STM32_PORT_1
|
||||
def_bool y
|
||||
|
||||
config UART_STM32_PORT_1_NAME
|
||||
default UART_1
|
||||
|
||||
config UART_STM32_PORT_2
|
||||
def_bool y
|
||||
|
||||
config UART_STM32_PORT_2_NAME
|
||||
default UART_2
|
||||
|
||||
endif #SERIAL
|
||||
|
||||
if CLOCK_CONTROL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue