Kconfig 179 B

1234567891011
  1. config RT_USING_UART0
  2. bool "Enable UART0"
  3. default n
  4. config RT_USING_UART1
  5. bool "Enable UART1"
  6. default y
  7. config BSP_DRV_EMAC
  8. bool "EMAC driver"
  9. default y