| # SPDX-License-Identifier: GPL-2.0 | |
| # | |
| # The 8250/16550 serial drivers. You shouldn't be in this list unless | |
| # you somehow have an implicit or explicit dependency on SERIAL_8250. | |
| # | |
| config DEVICE_MODULES_SERIAL_8250_MT6577 | |
| tristate "Mediatek serial port support" | |
| depends on SERIAL_8250 | |
| depends on ARCH_MEDIATEK || COMPILE_TEST | |
| help | |
| If you have a Mediatek based board and want to use the | |
| serial port, say Y to this option. If unsure, say N. |