Move the config param to a more sane location (I hope).

This commit is contained in:
Simon Wilks 2013-01-25 10:44:21 +01:00
parent 0246842c88
commit bd5887b4ca

View File

@ -200,6 +200,12 @@ CONFIG_STM32_TIM9=y
CONFIG_STM32_TIM10=y
CONFIG_STM32_TIM11=y
#
# Enable single wire support. If this is not defined, then this mode cannot
# be enabled.
#
CONFIG_STM32_USART_SINGLEWIRE=y
#
# We want the flash prefetch on for max performance.
#
@ -226,8 +232,6 @@ CONFIG_AT24XX_MTD_BLOCKSIZE=256
# CONFIG_SERIAL_CONSOLE_REINIT - re-initializes the console serial port
# immediately after creating the /dev/console device. This is required
# if the console serial port has RX DMA enabled.
# CONFIG_STM32_USART_SINGLEWIRE - Serial driver supports single wire mode. If
# this is not defined, then this mode cannot be enabled.
#
# CONFIG_USARTn_SERIAL_CONSOLE - selects the USARTn for the
# console and ttys0 (default is the USART1).
@ -242,7 +246,6 @@ CONFIG_AT24XX_MTD_BLOCKSIZE=256
#
CONFIG_SERIAL_TERMIOS=y
CONFIG_SERIAL_CONSOLE_REINIT=y
CONFIG_STM32_USART_SINGLEWIRE=y
CONFIG_USART1_SERIAL_CONSOLE=y
CONFIG_USART2_SERIAL_CONSOLE=n