Kconfig 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. if ARCH_CLPS711X
  2. menu "CLPS711X/EP721X 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_CEIVA
  16. bool "CEIVA"
  17. help
  18. Say Y here if you intend to run this kernel on the Ceiva/Polaroid
  19. PhotoMax Digital Picture Frame.
  20. config ARCH_CLEP7312
  21. bool "CLEP7312"
  22. config ARCH_EDB7211
  23. bool "EDB7211"
  24. select ISA
  25. select ARCH_DISCONTIGMEM_ENABLE
  26. help
  27. Say Y here if you intend to run this kernel on a Cirrus Logic EDB-7211
  28. evaluation board.
  29. config ARCH_P720T
  30. bool "P720T"
  31. help
  32. Say Y here if you intend to run this kernel on the ARM Prospector
  33. 720T.
  34. config ARCH_FORTUNET
  35. bool "FORTUNET"
  36. # XXX Maybe these should indicate register compatibility
  37. # instead of being mutually exclusive.
  38. config ARCH_EP7211
  39. bool
  40. depends on ARCH_EDB7211
  41. default y
  42. config ARCH_EP7212
  43. bool
  44. depends on ARCH_P720T || ARCH_CEIVA
  45. default y
  46. config EP72XX_ROM_BOOT
  47. bool "EP72xx ROM boot"
  48. depends on ARCH_EP7211 || ARCH_EP7212
  49. ---help---
  50. If you say Y here, your CLPS711x-based kernel will use the bootstrap
  51. mode memory map instead of the normal memory map.
  52. Processors derived from the Cirrus CLPS-711X core support two boot
  53. modes. Normal mode boots from the external memory device at CS0.
  54. Bootstrap mode rearranges parts of the memory map, placing an
  55. internal 128 byte bootstrap ROM at CS0. This option performs the
  56. address map changes required to support booting in this mode.
  57. You almost surely want to say N here.
  58. endmenu
  59. endif