diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-03-28 21:55:15 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-03-28 21:55:15 +0000 |
commit | 9813679235a40cfcd9126c7dfd27aca00b8576c3 (patch) | |
tree | e4263793990c9bc277e91d25fda0f5164974de16 /package | |
parent | f7df1eafc4e561fb45ff742f087915195740f22b (diff) | |
download | upstream-9813679235a40cfcd9126c7dfd27aca00b8576c3.tar.gz upstream-9813679235a40cfcd9126c7dfd27aca00b8576c3.tar.bz2 upstream-9813679235a40cfcd9126c7dfd27aca00b8576c3.zip |
package: kernel: add missing config symbols for serial-8250
SVN-Revision: 31134
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/modules/other.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index bae8fe39ff..abac4811d4 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -893,7 +893,9 @@ define KernelPackage/serial-8250 CONFIG_SERIAL_8250_RUNTIME_UARTS=16 \ CONFIG_SERIAL_8250_EXTENDED=y \ CONFIG_SERIAL_8250_MANY_PORTS=y \ - CONFIG_SERIAL_8250_SHARE_IRQ=y + CONFIG_SERIAL_8250_SHARE_IRQ=y \ + CONFIG_SERIAL_8250_DETECT_IRQ=n \ + CONFIG_SERIAL_8250_RSA=n FILES:=$(LINUX_DIR)/drivers/tty/serial/8250.ko endef |