Kconfig 456 B

1234567891011121314
  1. config DM_SERIAL
  2. bool "Enable Driver Model for serial drivers"
  3. depends on DM
  4. help
  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.
  9. config UNIPHIER_SERIAL
  10. bool "UniPhier on-chip UART support"
  11. depends on ARCH_UNIPHIER && DM_SERIAL
  12. help
  13. Support for the on-chip UARTs on the Panasonic UniPhier platform.