diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-02 06:53:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-02 06:53:52 +0000 |
commit | 5318c56c869d95eb8899b4dad06cf4563187e545 (patch) | |
tree | dcdf7ec954197bec05a53ee3cbb1be9c793526bb /main/linux-grsec/kernelconfig | |
parent | 5d4692319f2ccb4e39b50808e89e765e4c0f980e (diff) | |
download | aports-5318c56c869d95eb8899b4dad06cf4563187e545.tar.bz2 aports-5318c56c869d95eb8899b4dad06cf4563187e545.tar.xz |
main/linux-grsec: upgrade to 200908311711. fix for serial console
Fixes #115
Diffstat (limited to 'main/linux-grsec/kernelconfig')
-rw-r--r-- | main/linux-grsec/kernelconfig | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/main/linux-grsec/kernelconfig b/main/linux-grsec/kernelconfig index 3fc9a575..5dbe3c2e 100644 --- a/main/linux-grsec/kernelconfig +++ b/main/linux-grsec/kernelconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.30.5 -# Thu Aug 27 08:08:50 2009 +# Wed Sep 2 06:25:44 2009 # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -2302,12 +2302,21 @@ CONFIG_NOZOMI=m CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_FIX_EARLYCON_MEM=y -CONFIG_SERIAL_8250_PCI=m -CONFIG_SERIAL_8250_PNP=m +CONFIG_SERIAL_8250_PCI=y +CONFIG_SERIAL_8250_PNP=y CONFIG_SERIAL_8250_CS=m CONFIG_SERIAL_8250_NR_UARTS=16 CONFIG_SERIAL_8250_RUNTIME_UARTS=4 -# CONFIG_SERIAL_8250_EXTENDED is not set +CONFIG_SERIAL_8250_EXTENDED=y +CONFIG_SERIAL_8250_MANY_PORTS=y +CONFIG_SERIAL_8250_FOURPORT=m +CONFIG_SERIAL_8250_ACCENT=m +CONFIG_SERIAL_8250_BOCA=m +CONFIG_SERIAL_8250_EXAR_ST16C554=m +CONFIG_SERIAL_8250_HUB6=m +CONFIG_SERIAL_8250_SHARE_IRQ=y +# CONFIG_SERIAL_8250_DETECT_IRQ is not set +CONFIG_SERIAL_8250_RSA=y # # Non-8250 serial port support |