Kconfig 4.0 KB

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