mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 17:11:53 +02:00
package: kernel: add missing config symbols for serial-8250
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31134 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
af89f0c95c
commit
d0c7c3d907
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user