Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
serial: 8250_mid: Add missing dependency
8250_mid uses rational_best_approximation() function, so the driver needs to select CONFIG_RATIONAL option. This fixes build error when CONFIG_RATIONAL is not enabled: drivers/built-in.o: In function `mid8250_set_termios': 8250_mid.c:(.text+0x10169a): undefined reference to `rational_best_approximation' Reported-by: Randy Dunlap <[email protected]> Signed-off-by: Heikki Krogerus <[email protected]> Acked-by: Andy Shevchenko <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information