Kconfig 4.1 KB

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