提交 fa70045e 编写于 作者: H Heikki Krogerus 提交者: Greg Kroah-Hartman

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: NRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: NHeikki Krogerus <heikki.krogerus@linux.intel.com>
Acked-by: NAndy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: NArnd Bergmann <arnd@arndb.de>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 6b2a3d62
...@@ -373,6 +373,7 @@ config SERIAL_8250_MID ...@@ -373,6 +373,7 @@ config SERIAL_8250_MID
depends on SERIAL_8250 && PCI depends on SERIAL_8250 && PCI
select HSU_DMA if SERIAL_8250_DMA select HSU_DMA if SERIAL_8250_DMA
select HSU_DMA_PCI if X86_INTEL_MID select HSU_DMA_PCI if X86_INTEL_MID
select RATIONAL
help help
Selecting this option will enable handling of the extra features Selecting this option will enable handling of the extra features
present on the UART found on Intel Medfield SOC and various other present on the UART found on Intel Medfield SOC and various other
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册