Home
last modified time | relevance | path

Searched hist:"6 b596a834177f87846559f3f364b38cafdb13b61" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/tty/serial/
H A Dstm32-usart.cdiff 6b596a834177f87846559f3f364b38cafdb13b61 Tue Jun 16 04:12:19 CDT 2015 Maxime Coquelin <mcoquelin.stm32@gmail.com> serial: stm32-usart: Fix SysRq support

SysRq support activation depends on CONFIG_SERIAL_STM32_USART_CONSOLE, but
this config flag does not exists.

This patch fix this by depending on the valid config flag, which is
SERIAL_STM32_CONSOLE.

Reported-by: Andreas Ruprecht <andreas.ruprecht@fau.de>
Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>