From d7a1ebc81e693903115c06ce835119263a4e8881 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Mon, 4 Oct 2010 03:27:59 -0700 Subject: atom-pc: 8250 config fragment Add serial port support for atom-pc. Signed-off-by: Darren Hart --- meta/recipes-kernel/linux/linux-wrs/8250.cfg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 meta/recipes-kernel/linux/linux-wrs/8250.cfg (limited to 'meta/recipes-kernel/linux/linux-wrs') diff --git a/meta/recipes-kernel/linux/linux-wrs/8250.cfg b/meta/recipes-kernel/linux/linux-wrs/8250.cfg new file mode 100644 index 000000000..5a1cf7a77 --- /dev/null +++ b/meta/recipes-kernel/linux/linux-wrs/8250.cfg @@ -0,0 +1,7 @@ +CONFIG_SERIAL_8250=y +CONFIG_SERIAL_8250_CONSOLE=y +CONFIG_SERIAL_8250_PCI=y +CONFIG_SERIAL_8250_NR_UARTS=4 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4 +CONFIG_SERIAL_CORE=y +CONFIG_SERIAL_CORE_CONSOLE=y -- cgit v1.2.3