提交 b5cc4891 编写于 作者: G Geert Uytterhoeven

avr32: atmel_default_console_device depends on CONFIG_SERIAL_ATMEL

allnoconfig:

arch/avr32/mach-at32ap/built-in.o: In function `at32_select_gpio':
(.init.text+0x548): undefined reference to `atmel_default_console_device'
Signed-off-by: NGeert Uytterhoeven <geert@linux-m68k.org>
Acked-by: NHans-Christian Egtvedt <egtvedt@samfundet.no>
上级 317ddd25
...@@ -1060,7 +1060,9 @@ struct platform_device *__init at32_add_device_usart(unsigned int id) ...@@ -1060,7 +1060,9 @@ struct platform_device *__init at32_add_device_usart(unsigned int id)
void __init at32_setup_serial_console(unsigned int usart_id) void __init at32_setup_serial_console(unsigned int usart_id)
{ {
#ifdef CONFIG_SERIAL_ATMEL
atmel_default_console_device = at32_usarts[usart_id]; atmel_default_console_device = at32_usarts[usart_id];
#endif
} }
/* -------------------------------------------------------------------- /* --------------------------------------------------------------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册