kernel: make tty count for 8250 configurable
authorFlorian Eckert <[email protected]>
Tue, 7 Mar 2023 11:02:26 +0000 (12:02 +0100)
committerHauke Mehrtens <[email protected]>
Sun, 13 Jul 2025 15:32:00 +0000 (17:32 +0200)
commitb93bb3dc629d50cd8885b8ee11e379e3b2a3c4b6
treedf2539656b90a80a361af0e8f8f5ec7f838d96aa
parent1c6cb6d5be10281d3b45ef8deec50b9e1e9aa8bb
kernel: make tty count for 8250 configurable

The number of serial interfaces for the chip 8250 can be configured at
build time. This is currently not configurable and is always set to 16
interfaces. This is too little for some small embedded devices and too much
for others (x86_64). Therefore, this commit creates the possibility to set
this at compile time.

Signed-off-by: Florian Eckert <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/19217
Signed-off-by: Hauke Mehrtens <[email protected]>
package/kernel/linux/modules/other.mk