diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-24 14:05:31 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-24 14:05:31 +0200 |
commit | a90eb09d8eb3f03d96c5624af558710d6bbe54b5 (patch) | |
tree | cbee91b0a7b54d9e23c732bb8c52b5a084ba495a | |
parent | 2d08ceddfecccd04549be65291ddda9aea4f8d91 (diff) |
ppc64 works with latest qemu, fix kernel config
-rw-r--r-- | target/ppc64/kernel.config | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/target/ppc64/kernel.config b/target/ppc64/kernel.config index 0095cb373..64152ccf6 100644 --- a/target/ppc64/kernel.config +++ b/target/ppc64/kernel.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux/powerpc 2.6.39 Kernel Configuration -# Wed Aug 24 03:57:23 2011 +# Wed Aug 24 13:58:26 2011 # CONFIG_PPC64=y @@ -546,12 +546,7 @@ CONFIG_UNIX98_PTYS=y # # Serial drivers # -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_8250_EXTENDED is not set +# CONFIG_SERIAL_8250 is not set # # Non-8250 serial port support @@ -563,7 +558,6 @@ CONFIG_SERIAL_PMACZILOG=y CONFIG_SERIAL_PMACZILOG_TTYS=y CONFIG_SERIAL_PMACZILOG_CONSOLE=y # CONFIG_SERIAL_JSM is not set -# CONFIG_SERIAL_OF_PLATFORM is not set # CONFIG_SERIAL_TIMBERDALE is not set # CONFIG_SERIAL_ALTERA_JTAGUART is not set # CONFIG_SERIAL_ALTERA_UART is not set |