Kconfig 238 B

123456789101112131415161718
  1. menu "NDS32 architecture"
  2. depends on NDS32
  3. config SYS_ARCH
  4. default "nds32"
  5. choice
  6. prompt "Target select"
  7. optional
  8. config TARGET_ADP_AG101P
  9. bool "Support adp-ag101p"
  10. endchoice
  11. source "board/AndesTech/adp-ag101p/Kconfig"
  12. endmenu