blob: c94353ba6acf44ac0f1c5360f11a8da86ce7f649 [file] [log] [blame]
Masahiro Yamada57ad8ee2014-10-23 22:26:09 +09001config DM_SERIAL
2 bool "Enable Driver Model for serial drivers"
3 depends on DM
4 help
Simon Glassd8b771d2015-02-05 21:41:35 -07005 Enable driver model for serial. This replaces
6 drivers/serial/serial.c with the serial uclass, which
7 implements serial_putc() etc. The uclass interface is
8 defined in include/serial.h.
Masahiro Yamada4261c642014-10-23 22:26:11 +09009
10config UNIPHIER_SERIAL
11 bool "UniPhier on-chip UART support"
12 depends on ARCH_UNIPHIER && DM_SERIAL
13 help
14 Support for the on-chip UARTs on the Panasonic UniPhier platform.