diff options
| author | Darren Hart <dvhart@linux.intel.com> | 2010-10-04 03:27:59 -0700 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-09 15:56:52 +0100 |
| commit | d7a1ebc81e693903115c06ce835119263a4e8881 (patch) | |
| tree | 201778c5dca6e1e899c53c356720b0d81ab5700f /meta/recipes-kernel | |
| parent | 1bc382586a02bb8646bf36ffeb7d7b474f542fdc (diff) | |
| download | poky-d7a1ebc81e693903115c06ce835119263a4e8881.tar.gz | |
atom-pc: 8250 config fragment
Add serial port support for atom-pc.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel')
| -rw-r--r-- | meta/recipes-kernel/linux/linux-wrs/8250.cfg | 7 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-wrs_git.bb | 3 |
2 files changed, 9 insertions, 1 deletions
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 0000000000..5a1cf7a77e --- /dev/null +++ b/meta/recipes-kernel/linux/linux-wrs/8250.cfg | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | CONFIG_SERIAL_8250=y | ||
| 2 | CONFIG_SERIAL_8250_CONSOLE=y | ||
| 3 | CONFIG_SERIAL_8250_PCI=y | ||
| 4 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
| 5 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
| 6 | CONFIG_SERIAL_CORE=y | ||
| 7 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
diff --git a/meta/recipes-kernel/linux/linux-wrs_git.bb b/meta/recipes-kernel/linux/linux-wrs_git.bb index cd3e064504..65bb93c74e 100644 --- a/meta/recipes-kernel/linux/linux-wrs_git.bb +++ b/meta/recipes-kernel/linux/linux-wrs_git.bb | |||
| @@ -14,7 +14,8 @@ SRC_URI = "git://git.pokylinux.org/linux-2.6-windriver.git;protocol=git;fullclon | |||
| 14 | git://git.pokylinux.org/linux-2.6-windriver.git;protocol=git;noclone=1;branch=wrs_meta;name=meta" | 14 | git://git.pokylinux.org/linux-2.6-windriver.git;protocol=git;noclone=1;branch=wrs_meta;name=meta" |
| 15 | 15 | ||
| 16 | SRC_URI_append_atom-pc = "\ | 16 | SRC_URI_append_atom-pc = "\ |
| 17 | file://i915.cfg" | 17 | file://i915.cfg \ |
| 18 | file://8250.cfg" | ||
| 18 | 19 | ||
| 19 | WRMACHINE = "${MACHINE}" | 20 | WRMACHINE = "${MACHINE}" |
| 20 | WRMACHINE_qemux86 = "common_pc" | 21 | WRMACHINE_qemux86 = "common_pc" |
