Kconfig 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  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_H3XXX
  59. bool
  60. depends on SA1100_H3100 || SA1100_H3600
  61. default y
  62. config SA1100_BADGE4
  63. bool "HP Labs BadgePAD 4"
  64. select SA1111
  65. help
  66. Say Y here if you want to build a kernel for the HP Laboratories
  67. BadgePAD 4.
  68. config SA1100_JORNADA720
  69. bool "HP Jornada 720"
  70. select SA1111
  71. help
  72. Say Y here if you want to build a kernel for the HP Jornada 720
  73. handheld computer. See <http://www.hp.com/jornada/products/720>
  74. for details.
  75. config SA1100_JORNADA720_SSP
  76. bool "HP Jornada 720 Extended SSP driver"
  77. select SA1100_SSP
  78. depends on SA1100_JORNADA720
  79. help
  80. Say Y here if you have a HP Jornada 7xx handheld computer and you
  81. want to access devices connected to the MCU. Those include the
  82. keyboard, touchscreen, backlight and battery. This driver also activates
  83. the generic SSP which it extends.
  84. config SA1100_HACKKIT
  85. bool "HackKit Core CPU Board"
  86. help
  87. Say Y here to support the HackKit Core CPU Board
  88. <http://hackkit.eletztrick.de>;
  89. config SA1100_LART
  90. bool "LART"
  91. help
  92. Say Y here if you are using the Linux Advanced Radio Terminal
  93. (also known as the LART). See <http://www.lartmaker.nl/> for
  94. information on the LART.
  95. config SA1100_PLEB
  96. bool "PLEB"
  97. help
  98. Say Y here if you are using version 1 of the Portable Linux
  99. Embedded Board (also known as PLEB).
  100. See <http://www.disy.cse.unsw.edu.au/Hardware/PLEB/>
  101. for more information.
  102. config SA1100_SHANNON
  103. bool "Shannon"
  104. help
  105. The Shannon (also known as a Tuxscreen, and also as a IS2630) was a
  106. limited edition webphone produced by Philips. The Shannon is a SA1100
  107. platform with a 640x480 LCD, touchscreen, CIR keyboard, PCMCIA slots,
  108. and a telco interface.
  109. config SA1100_SIMPAD
  110. bool "Simpad"
  111. help
  112. The SIEMENS webpad SIMpad is based on the StrongARM 1110. There
  113. are two different versions CL4 and SL4. CL4 has 32MB RAM and 16MB
  114. FLASH. The SL4 version got 64 MB RAM and 32 MB FLASH and a
  115. PCMCIA-Slot. The version for the Germany Telecom (DTAG) is the same
  116. like CL4 in additional it has a PCMCIA-Slot. For more information
  117. visit <http://www.my-siemens.com/> or <http://www.siemens.ch/>.
  118. config SA1100_SSP
  119. tristate "Generic PIO SSP"
  120. help
  121. Say Y here to enable support for the generic PIO SSP driver.
  122. This isn't for audio support, but for attached sensors and
  123. other devices, eg for BadgePAD 4 sensor support.
  124. endmenu
  125. endif