Kconfig 878 B

1234567891011121314151617181920212223242526272829303132333435363738
  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_HAS_HOLES_MEMORYMODEL
  21. help
  22. Say Y here if you intend to run this kernel on a Cirrus Logic EDB-7211
  23. evaluation board.
  24. config ARCH_P720T
  25. bool "P720T"
  26. help
  27. Say Y here if you intend to run this kernel on the ARM Prospector
  28. 720T.
  29. endmenu
  30. endif