2
0
forked from Ivasoft/openwrt

kernel: modules: package module for Exar 8250 UARTs

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle
2018-06-05 05:35:47 +02:00
parent 2f3b1dddea
commit 187da94808
2 changed files with 97 additions and 0 deletions

View File

@@ -698,6 +698,22 @@ endef
$(eval $(call KernelPackage,serial-8250))
define KernelPackage/serial-8250-exar
SUBMENU:=$(OTHER_MENU)
TITLE:=Exar 8250 UARTs
KCONFIG:= CONFIG_SERIAL_8250_EXAR
FILES:=$(LINUX_DIR)/drivers/tty/serial/8250/8250_exar.ko
AUTOLOAD:=$(call AutoProbe,8250 8250_base 8250_exar)
DEPENDS:=+kmod-serial-8250
endef
define KernelPackage/serial-8250-exar/description
Kernel module for Exar serial ports
endef
$(eval $(call KernelPackage,serial-8250-exar))
define KernelPackage/regmap
SUBMENU:=$(OTHER_MENU)
TITLE:=Generic register map support