Kconfig 243 B

1234567891011121314151617181920212223
  1. if SOC_XWAY
  2. menu "MIPS Machine"
  3. config LANTIQ_MACH_EASY50712
  4. bool "Easy50712 - Danube"
  5. default y
  6. endmenu
  7. endif
  8. if SOC_AMAZON_SE
  9. menu "MIPS Machine"
  10. config LANTIQ_MACH_EASY50601
  11. bool "Easy50601 - Amazon SE"
  12. default y
  13. endmenu
  14. endif