Kconfig 376 B

1234567891011121314151617181920
  1. #
  2. # Amlogic driver configuration
  3. #
  4. config AM_UART
  5. bool "Amlogic Serial support"
  6. depends on PLAT_MESON
  7. select SERIAL_CORE
  8. default y
  9. help
  10. Add support for the Amlogic serial port.
  11. config AM_UART_CONSOLE
  12. bool "Console on Amlogic Serial port"
  13. depends on AM_UART
  14. select SERIAL_CORE_CONSOLE
  15. default y
  16. help
  17. Support for running a console on the Amlogic serial