Skip to content
Commit b44b96a0 authored by Sam Povilus's avatar Sam Povilus Committed by Greg Kroah-Hartman
Browse files

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: default avatarSam Povilus <kernel.development@povil.us>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 81e33b51
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment