Kconfig 1.5 KB

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