Kconfig 354 B

123456789101112131415161718192021
  1. if ARCH_NS9XXX
  2. menu "NS9xxx Implementations"
  3. config MACH_CC9P9360DEV
  4. bool "Connect Core 9P 9360 on an A9M9750 Devboard"
  5. select PROCESSOR_NS9360
  6. select BOARD_A9M9750DEV
  7. help
  8. Say Y here if you are using the Digi Connect Core 9P 9360
  9. on an A9M9750 Development Board.
  10. config PROCESSOR_NS9360
  11. bool
  12. config BOARD_A9M9750DEV
  13. bool
  14. endmenu
  15. endif