Kconfig 636 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. menu "Hardware Drivers Config"
  2. config SOC_LPC54608
  3. bool
  4. select SOC_LPC54608_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_PIN
  10. bool "Enable GPIO"
  11. select RT_USING_PIN
  12. default y
  13. config BSP_USING_UART0
  14. bool "Enable UART0"
  15. default y
  16. config BSP_DRV_SDCARD
  17. bool "Enable SD Card"
  18. default y
  19. config BSP_DRV_SDRAM
  20. bool "Enable SDRAM"
  21. default y
  22. endmenu
  23. menu "Onboard Peripheral Drivers"
  24. endmenu
  25. menu "Board extended module Drivers"
  26. endmenu
  27. endmenu