diff options
author | Kyle McMartin <kyle@redhat.com> | 2011-01-31 12:13:31 -0500 |
---|---|---|
committer | Kyle McMartin <kyle@redhat.com> | 2011-01-31 12:13:31 -0500 |
commit | faf478c98c89e5c531e534818eaaf89e9cb92060 (patch) | |
tree | 1fbf46182aa3664cb407dc819c67a4f3154b8f35 /config-generic | |
parent | b02e2e357a6426bcb947916e18e535193887f4df (diff) | |
download | kernel-faf478c98c89e5c531e534818eaaf89e9cb92060.tar.gz kernel-faf478c98c89e5c531e534818eaaf89e9cb92060.tar.xz kernel-faf478c98c89e5c531e534818eaaf89e9cb92060.zip |
disable CONFIG_SERIAL_8250_DETECT_IRQ (from mschmidt@redhat.com)
Should reduce boot times by ~200ms.
Diffstat (limited to 'config-generic')
-rw-r--r-- | config-generic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-generic b/config-generic index 7e50163e7..d1793348d 100644 --- a/config-generic +++ b/config-generic @@ -2017,7 +2017,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 CONFIG_SERIAL_8250_EXTENDED=y CONFIG_SERIAL_8250_MANY_PORTS=y CONFIG_SERIAL_8250_SHARE_IRQ=y -CONFIG_SERIAL_8250_DETECT_IRQ=y +# CONFIG_SERIAL_8250_DETECT_IRQ is not set CONFIG_SERIAL_8250_RSA=y # CONFIG_COMPUTONE is not set CONFIG_CYCLADES=m |