Kconfig 387 B

1234567891011121314151617181920212223
  1. menu "Hardware Drivers Config"
  2. config BSP_USING_EARLY_CONSOLE
  3. bool "Enable early console"
  4. default n
  5. config BSP_USING_UART1
  6. bool "Enable UART1"
  7. default y
  8. config BSP_USING_GIC
  9. bool "Enalbe GIC"
  10. default y
  11. config BSP_USING_GICV3
  12. bool "Enable GICv3"
  13. default y
  14. config KERNEL_ASPACE_START
  15. hex "Kernel aspace start address"
  16. default 0x1000000
  17. endmenu