[PATCH] serial: stm32-usart: Fix SysRq support

2015-06-16 Thread Maxime Coquelin
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 Cc: Greg Kroah-Hartman Signed-off-by: Maxime Coquelin ---

[PATCH] serial: stm32-usart: Fix SysRq support

2015-06-16 Thread Maxime Coquelin
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.rupre...@fau.de Cc: Greg Kroah-Hartman