Kconfig 387 B

1234567891011121314151617181920212223242526
  1. menu "Hardware Drivers Config"
  2. config SOC_LPC178X
  3. bool
  4. select SOC_LPC178X_SERIES
  5. select RT_USING_COMPONENTS_INIT
  6. select RT_USING_USER_MAIN
  7. default y
  8. menu "On-chip Peripheral Drivers"
  9. config BSP_USING_UART0
  10. bool "Enable UART0"
  11. default y
  12. endmenu
  13. menu "Onboard Peripheral Drivers"
  14. endmenu
  15. menu "Board extended module Drivers"
  16. endmenu
  17. endmenu