Kconfig 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. if ARCH_SA1100
  2. menu "SA11x0 Implementations"
  3. config SA1100_ASSABET
  4. bool "Assabet"
  5. help
  6. Say Y here if you are using the Intel(R) StrongARM(R) SA-1110
  7. Microprocessor Development Board (also known as the Assabet).
  8. config ASSABET_NEPONSET
  9. bool "Include support for Neponset"
  10. depends on SA1100_ASSABET
  11. select SA1111
  12. help
  13. Say Y here if you are using the Intel(R) StrongARM(R) SA-1110
  14. Microprocessor Development Board (Assabet) with the SA-1111
  15. Development Board (Nepon).
  16. config SA1100_CERF
  17. bool "CerfBoard"
  18. help
  19. The Intrinsyc CerfBoard is based on the StrongARM 1110 (Discontinued).
  20. More information is available at:
  21. <http://www.intrinsyc.com/products/cerfboard/>.
  22. Say Y if configuring for an Intrinsyc CerfBoard.
  23. Say N otherwise.
  24. choice
  25. prompt "Cerf Flash available"
  26. depends on SA1100_CERF
  27. default SA1100_CERF_FLASH_8MB
  28. config SA1100_CERF_FLASH_8MB
  29. bool "8MB"
  30. config SA1100_CERF_FLASH_16MB
  31. bool "16MB"
  32. config SA1100_CERF_FLASH_32MB
  33. bool "32MB"
  34. endchoice
  35. config SA1100_COLLIE
  36. bool "Sharp Zaurus SL5500"
  37. select SHARP_LOCOMO
  38. select SHARP_SCOOP
  39. select SHARP_PARAM
  40. help
  41. Say Y here to support the Sharp Zaurus SL5500 PDAs.
  42. config SA1100_H3100
  43. bool "Compaq iPAQ H3100"
  44. help
  45. Say Y here if you intend to run this kernel on the Compaq iPAQ
  46. H3100 handheld computer. Information about this machine and the
  47. Linux port to this machine can be found at:
  48. <http://www.handhelds.org/Compaq/index.html#iPAQ_H3100>
  49. <http://www.compaq.com/products/handhelds/pocketpc/>
  50. config SA1100_H3600
  51. bool "Compaq iPAQ H3600/H3700"
  52. help
  53. Say Y here if you intend to run this kernel on the Compaq iPAQ
  54. H3600 handheld computer. Information about this machine and the
  55. Linux port to this machine can be found at:
  56. <http://www.handhelds.org/Compaq/index.html#iPAQ_H3600>
  57. <http://www.compaq.com/products/handhelds/pocketpc/>
  58. config SA1100_H3800
  59. bool "Compaq iPAQ H3800"
  60. help
  61. Say Y here if you intend to run this kernel on the Compaq iPAQ H3800
  62. series handheld computer. Information about this machine and the
  63. Linux port to this machine can be found at:
  64. <http://www.handhelds.org/Compaq/index.html#iPAQ_H3800>
  65. <http://www.compaq.com/products/handhelds/pocketpc/>
  66. config SA1100_H3XXX
  67. bool
  68. depends on SA1100_H3100 || SA1100_H3600 || SA1100_H3800
  69. default y
  70. config SA1100_BADGE4
  71. bool "HP Labs BadgePAD 4"
  72. select SA1111
  73. help
  74. Say Y here if you want to build a kernel for the HP Laboratories
  75. BadgePAD 4.
  76. config SA1100_JORNADA720
  77. bool "HP Jornada 720"
  78. select SA1111
  79. help
  80. Say Y here if you want to build a kernel for the HP Jornada 720
  81. handheld computer. See <http://www.hp.com/jornada/products/720>
  82. for details.
  83. config SA1100_HACKKIT
  84. bool "HackKit Core CPU Board"
  85. help
  86. Say Y here to support the HackKit Core CPU Board
  87. <http://hackkit.eletztrick.de>;
  88. config SA1100_LART
  89. bool "LART"
  90. help
  91. Say Y here if you are using the Linux Advanced Radio Terminal
  92. (also known as the LART). See <http://www.lartmaker.nl/> for
  93. information on the LART.
  94. config SA1100_PLEB
  95. bool "PLEB"
  96. help
  97. Say Y here if you are using version 1 of the Portable Linux
  98. Embedded Board (also known as PLEB).
  99. See <http://www.disy.cse.unsw.edu.au/Hardware/PLEB/>
  100. for more information.
  101. config SA1100_SHANNON
  102. bool "Shannon"
  103. help
  104. The Shannon (also known as a Tuxscreen, and also as a IS2630) was a
  105. limited edition webphone produced by Philips. The Shannon is a SA1100
  106. platform with a 640x480 LCD, touchscreen, CIR keyboard, PCMCIA slots,
  107. and a telco interface.
  108. config SA1100_SIMPAD
  109. bool "Simpad"
  110. help
  111. The SIEMENS webpad SIMpad is based on the StrongARM 1110. There
  112. are two different versions CL4 and SL4. CL4 has 32MB RAM and 16MB
  113. FLASH. The SL4 version got 64 MB RAM and 32 MB FLASH and a
  114. PCMCIA-Slot. The version for the Germany Telecom (DTAG) is the same
  115. like CL4 in additional it has a PCMCIA-Slot. For more information
  116. visit <http://www.my-siemens.com/> or <http://www.siemens.ch/>.
  117. config SA1100_SSP
  118. tristate "Generic PIO SSP"
  119. help
  120. Say Y here to enable support for the generic PIO SSP driver.
  121. This isn't for audio support, but for attached sensors and
  122. other devices, eg for BadgePAD 4 sensor support, or Jornada
  123. 720 touchscreen support.
  124. config H3600_SLEEVE
  125. tristate "Compaq iPAQ Handheld sleeve support"
  126. depends on SA1100_H3100 || SA1100_H3600
  127. help
  128. Choose this option to enable support for extension packs (sleeves)
  129. for the Compaq iPAQ H3XXX series of handheld computers. This option
  130. is required for the CF, PCMCIA, Bluetooth and GSM/GPRS extension
  131. packs.
  132. endmenu
  133. endif