Kconfig 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. if ARCH_CLPS711X
  2. menu "CLPS711X/EP721X/EP731X Implementations"
  3. config ARCH_AUTCPU12
  4. bool "AUTCPU12"
  5. help
  6. Say Y if you intend to run the kernel on the autronix autcpu12
  7. board. This board is based on a Cirrus Logic CS89712.
  8. config ARCH_CDB89712
  9. bool "CDB89712"
  10. help
  11. This is an evaluation board from Cirrus for the CS89712 processor.
  12. The board includes 2 serial ports, Ethernet, IRDA, and expansion
  13. headers. It comes with 16 MB SDRAM and 8 MB flash ROM.
  14. config ARCH_CLEP7312
  15. bool "CLEP7312"
  16. help
  17. Boards based on the Cirrus Logic 7212/7312 chips.
  18. config ARCH_EDB7211
  19. bool "EDB7211"
  20. select ARCH_SELECT_MEMORY_MODEL
  21. select ARCH_SPARSEMEM_ENABLE
  22. help
  23. Say Y here if you intend to run this kernel on a Cirrus Logic EDB-7211
  24. evaluation board.
  25. config ARCH_P720T
  26. bool "P720T"
  27. help
  28. Say Y here if you intend to run this kernel on the ARM Prospector
  29. 720T.
  30. config ARCH_FORTUNET
  31. bool "FORTUNET"
  32. config EP72XX_ROM_BOOT
  33. bool "EP721x/EP731x ROM boot"
  34. help
  35. If you say Y here, your CLPS711x-based kernel will use the bootstrap
  36. mode memory map instead of the normal memory map.
  37. Processors derived from the Cirrus CLPS711X core support two boot
  38. modes. Normal mode boots from the external memory device at CS0.
  39. Bootstrap mode rearranges parts of the memory map, placing an
  40. internal 128 byte bootstrap ROM at CS0. This option performs the
  41. address map changes required to support booting in this mode.
  42. You almost surely want to say N here.
  43. endmenu
  44. endif