Masahiro Yamada | 57ad8ee | 2014-10-23 22:26:09 +0900 | [diff] [blame] | 1 | config DM_SERIAL |
| 2 | bool "Enable Driver Model for serial drivers" |
| 3 | depends on DM |
| 4 | help |
Simon Glass | d8b771d | 2015-02-05 21:41:35 -0700 | [diff] [blame] | 5 | 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 Yamada | 4261c64 | 2014-10-23 22:26:11 +0900 | [diff] [blame] | 9 | |
| 10 | config 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. |