uartlite: Adding a kernel parameter for the number of uartlites
authorSam Povilus <kernel.development@povil.us>
Thu, 16 Mar 2017 02:43:24 +0000 (20:43 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Mar 2017 05:14:30 +0000 (14:14 +0900)
commitb44b96a060f3fd06456214cac7dfdd3ddf0caf2b
tree895eb9d97d0d78644b860510a1329fcaf3713ee2
parent81e33b51ed69d2b2eaf3fbeb043144b9d9ec7629
uartlite: Adding a kernel parameter for the number of uartlites

The number of uartlites should be set by a kernel parameter instead of
using a #define. This allows the user to set the number of uartlites
using only kconfig and not modifying kernel source.

The uartlite is used by FPGAs that support a basically unlimited number
of uarts so limiting it at 16 dosn't make sense as users might need more
than that.

Signed-off-by: Sam Povilus <kernel.development@povil.us>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/Kconfig
drivers/tty/serial/uartlite.c