linux-rp: Disable LEGACY_PTYS on qemux86 (to match other kernels)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1045 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-12-17 00:14:39 +00:00
parent 89e6ea80c5
commit ce8e068d31
2 changed files with 2 additions and 3 deletions

View File

@ -877,8 +877,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4
CONFIG_SERIAL_CORE=y
# CONFIG_SERIAL_JSM is not set
CONFIG_UNIX98_PTYS=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256
# CONFIG_LEGACY_PTYS is not set
CONFIG_PRINTER=y
# CONFIG_LP_CONSOLE is not set
# CONFIG_PPDEV is not set

View File

@ -1,6 +1,6 @@
require linux-rp.inc
PR = "r32"
PR = "r33"
# Handy URLs
# git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \