1 --- a/drivers/serial/Kconfig
2 +++ b/drivers/serial/Kconfig
4 If you have enabled the serial port on the bcm63xx CPU
5 you can make it the console by answering Y to this option.
8 + tristate "ADM8668 serial port support"
12 + If you have an adm8668 CPU, you can enable its onboard
13 + serial port by enabling this options.
15 + To compile this driver as a module, choose M here: the
16 + module will be called adm8668_uart.
18 +config SERIAL_ADM8668_CONSOLE
19 + bool "Console on adm8668 serial port"
20 + depends on SERIAL_ADM8668=y
21 + select SERIAL_CORE_CONSOLE
23 + If you have enabled the serial port on the adm8668 CPU
24 + you can make it the console by answering Y to this option.
26 config SERIAL_GRLIB_GAISLER_APBUART
27 tristate "GRLIB APBUART serial support"
29 --- a/include/linux/serial_core.h
30 +++ b/include/linux/serial_core.h
32 /* High Speed UART for Medfield */
36 +#define PORT_ADM8668 93
40 #include <linux/compiler.h>