Kconfig 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see Documentation/kbuild/kconfig-language.txt.
  4. #
  5. config ALPHA
  6. bool
  7. default y
  8. select HAVE_AOUT
  9. select HAVE_IDE
  10. select HAVE_OPROFILE
  11. select HAVE_SYSCALL_WRAPPERS
  12. select HAVE_PERF_EVENTS
  13. select HAVE_DMA_ATTRS
  14. help
  15. The Alpha is a 64-bit general-purpose processor designed and
  16. marketed by the Digital Equipment Corporation of blessed memory,
  17. now Hewlett-Packard. The Alpha Linux project has a home page at
  18. <http://www.alphalinux.org/>.
  19. config 64BIT
  20. def_bool y
  21. config MMU
  22. bool
  23. default y
  24. config RWSEM_GENERIC_SPINLOCK
  25. bool
  26. config RWSEM_XCHGADD_ALGORITHM
  27. bool
  28. default y
  29. config ARCH_HAS_ILOG2_U32
  30. bool
  31. default n
  32. config ARCH_HAS_ILOG2_U64
  33. bool
  34. default n
  35. config GENERIC_FIND_NEXT_BIT
  36. bool
  37. default y
  38. config GENERIC_CALIBRATE_DELAY
  39. bool
  40. default y
  41. config GENERIC_TIME
  42. bool
  43. default y
  44. config ARCH_USES_GETTIMEOFFSET
  45. bool
  46. default y
  47. config ZONE_DMA
  48. bool
  49. default y
  50. config NEED_DMA_MAP_STATE
  51. def_bool y
  52. config GENERIC_ISA_DMA
  53. bool
  54. default y
  55. config GENERIC_IOMAP
  56. bool
  57. default n
  58. config GENERIC_HARDIRQS
  59. bool
  60. default y
  61. config GENERIC_IRQ_PROBE
  62. bool
  63. default y
  64. config AUTO_IRQ_AFFINITY
  65. bool
  66. depends on SMP
  67. default y
  68. source "init/Kconfig"
  69. source "kernel/Kconfig.freezer"
  70. menu "System setup"
  71. choice
  72. prompt "Alpha system type"
  73. default ALPHA_GENERIC
  74. ---help---
  75. This is the system type of your hardware. A "generic" kernel will
  76. run on any supported Alpha system. However, if you configure a
  77. kernel for your specific system, it will be faster and smaller.
  78. To find out what type of Alpha system you have, you may want to
  79. check out the Linux/Alpha FAQ, accessible on the WWW from
  80. <http://www.alphalinux.org/>. In summary:
  81. Alcor/Alpha-XLT AS 600, AS 500, XL-300, XL-366
  82. Alpha-XL XL-233, XL-266
  83. AlphaBook1 Alpha laptop
  84. Avanti AS 200, AS 205, AS 250, AS 255, AS 300, AS 400
  85. Cabriolet AlphaPC64, AlphaPCI64
  86. DP264 DP264 / DS20 / ES40 / DS10 / DS10L
  87. EB164 EB164 21164 evaluation board
  88. EB64+ EB64+ 21064 evaluation board
  89. EB66 EB66 21066 evaluation board
  90. EB66+ EB66+ 21066 evaluation board
  91. Jensen DECpc 150, DEC 2000 models 300, 500
  92. LX164 AlphaPC164-LX
  93. Lynx AS 2100A
  94. Miata Personal Workstation 433/500/600 a/au
  95. Marvel AlphaServer ES47 / ES80 / GS1280
  96. Mikasa AS 1000
  97. Noname AXPpci33, UDB (Multia)
  98. Noritake AS 1000A, AS 600A, AS 800
  99. PC164 AlphaPC164
  100. Rawhide AS 1200, AS 4000, AS 4100
  101. Ruffian RPX164-2, AlphaPC164-UX, AlphaPC164-BX
  102. SX164 AlphaPC164-SX
  103. Sable AS 2000, AS 2100
  104. Shark DS 20L
  105. Takara Takara (OEM)
  106. Titan AlphaServer ES45 / DS25 / DS15
  107. Wildfire AlphaServer GS 40/80/160/320
  108. If you don't know what to do, choose "generic".
  109. config ALPHA_GENERIC
  110. bool "Generic"
  111. help
  112. A generic kernel will run on all supported Alpha hardware.
  113. config ALPHA_ALCOR
  114. bool "Alcor/Alpha-XLT"
  115. help
  116. For systems using the Digital ALCOR chipset: 5 chips (4, 64-bit data
  117. slices (Data Switch, DSW) - 208-pin PQFP and 1 control (Control, I/O
  118. Address, CIA) - a 383 pin plastic PGA). It provides a DRAM
  119. controller (256-bit memory bus) and a PCI interface. It also does
  120. all the work required to support an external Bcache and to maintain
  121. memory coherence when a PCI device DMAs into (or out of) memory.
  122. config ALPHA_XL
  123. bool "Alpha-XL"
  124. help
  125. XL-233 and XL-266-based Alpha systems.
  126. config ALPHA_BOOK1
  127. bool "AlphaBook1"
  128. help
  129. Dec AlphaBook1/Burns Alpha-based laptops.
  130. config ALPHA_AVANTI_CH
  131. bool "Avanti"
  132. config ALPHA_CABRIOLET
  133. bool "Cabriolet"
  134. help
  135. Cabriolet AlphaPC64, AlphaPCI64 systems. Derived from EB64+ but now
  136. baby-AT with Flash boot ROM, no on-board SCSI or Ethernet. 3 ISA
  137. slots, 4 PCI slots (one pair are on a shared slot), uses plug-in
  138. Bcache SIMMs. Requires power supply with 3.3V output.
  139. config ALPHA_DP264
  140. bool "DP264"
  141. help
  142. Various 21264 systems with the tsunami core logic chipset.
  143. API Networks: 264DP, UP2000(+), CS20;
  144. Compaq: DS10(E,L), XP900, XP1000, DS20(E), ES40.
  145. config ALPHA_EB164
  146. bool "EB164"
  147. help
  148. EB164 21164 evaluation board from DEC. Uses 21164 and ALCOR. Has
  149. ISA and PCI expansion (3 ISA slots, 2 64-bit PCI slots (one is
  150. shared with an ISA slot) and 2 32-bit PCI slots. Uses plus-in
  151. Bcache SIMMs. I/O sub-system provides SuperI/O (2S, 1P, FD), KBD,
  152. MOUSE (PS2 style), RTC/NVRAM. Boot ROM is Flash. PC-AT-sized
  153. motherboard. Requires power supply with 3.3V output.
  154. config ALPHA_EB64P_CH
  155. bool "EB64+"
  156. config ALPHA_EB66
  157. bool "EB66"
  158. help
  159. A Digital DS group board. Uses 21066 or 21066A. I/O sub-system is
  160. identical to EB64+. Baby PC-AT size. Runs from standard PC power
  161. supply. The EB66 schematic was published as a marketing poster
  162. advertising the 21066 as "the first microprocessor in the world with
  163. embedded PCI".
  164. config ALPHA_EB66P
  165. bool "EB66+"
  166. help
  167. Later variant of the EB66 board.
  168. config ALPHA_EIGER
  169. bool "Eiger"
  170. help
  171. Apparently an obscure OEM single-board computer based on the
  172. Typhoon/Tsunami chipset family. Information on it is scanty.
  173. config ALPHA_JENSEN
  174. bool "Jensen"
  175. help
  176. DEC PC 150 AXP (aka Jensen): This is a very old Digital system - one
  177. of the first-generation Alpha systems. A number of these systems
  178. seem to be available on the second- hand market. The Jensen is a
  179. floor-standing tower system which originally used a 150MHz 21064 It
  180. used programmable logic to interface a 486 EISA I/O bridge to the
  181. CPU.
  182. config ALPHA_LX164
  183. bool "LX164"
  184. help
  185. A technical overview of this board is available at
  186. <http://www.unix-ag.org/Linux-Alpha/Architectures/LX164.html>.
  187. config ALPHA_LYNX
  188. bool "Lynx"
  189. help
  190. AlphaServer 2100A-based systems.
  191. config ALPHA_MARVEL
  192. bool "Marvel"
  193. help
  194. AlphaServer ES47 / ES80 / GS1280 based on EV7.
  195. config ALPHA_MIATA
  196. bool "Miata"
  197. help
  198. The Digital PersonalWorkStation (PWS 433a, 433au, 500a, 500au, 600a,
  199. or 600au).
  200. config ALPHA_MIKASA
  201. bool "Mikasa"
  202. help
  203. AlphaServer 1000-based Alpha systems.
  204. config ALPHA_NAUTILUS
  205. bool "Nautilus"
  206. help
  207. Alpha systems based on the AMD 751 & ALI 1543C chipsets.
  208. config ALPHA_NONAME_CH
  209. bool "Noname"
  210. config ALPHA_NORITAKE
  211. bool "Noritake"
  212. help
  213. AlphaServer 1000A, AlphaServer 600A, and AlphaServer 800-based
  214. systems.
  215. config ALPHA_PC164
  216. bool "PC164"
  217. config ALPHA_P2K
  218. bool "Platform2000"
  219. config ALPHA_RAWHIDE
  220. bool "Rawhide"
  221. help
  222. AlphaServer 1200, AlphaServer 4000 and AlphaServer 4100 machines.
  223. See HOWTO at
  224. <http://www.alphalinux.org/docs/rawhide/4100_install.shtml>.
  225. config ALPHA_RUFFIAN
  226. bool "Ruffian"
  227. help
  228. Samsung APC164UX. There is a page on known problems and workarounds
  229. at <http://www.alphalinux.org/faq/FAQ-11.html>.
  230. config ALPHA_RX164
  231. bool "RX164"
  232. config ALPHA_SX164
  233. bool "SX164"
  234. config ALPHA_SABLE
  235. bool "Sable"
  236. help
  237. Digital AlphaServer 2000 and 2100-based systems.
  238. config ALPHA_SHARK
  239. bool "Shark"
  240. config ALPHA_TAKARA
  241. bool "Takara"
  242. help
  243. Alpha 11164-based OEM single-board computer.
  244. config ALPHA_TITAN
  245. bool "Titan"
  246. help
  247. AlphaServer ES45/DS25 SMP based on EV68 and Titan chipset.
  248. config ALPHA_WILDFIRE
  249. bool "Wildfire"
  250. help
  251. AlphaServer GS 40/80/160/320 SMP based on the EV67 core.
  252. endchoice
  253. # clear all implied options (don't want default values for those):
  254. # Most of these machines have ISA slots; not exactly sure which don't,
  255. # and this doesn't activate hordes of code, so do it always.
  256. config ISA
  257. bool
  258. default y
  259. help
  260. Find out whether you have ISA slots on your motherboard. ISA is the
  261. name of a bus system, i.e. the way the CPU talks to the other stuff
  262. inside your box. Other bus systems are PCI, EISA, MicroChannel
  263. (MCA) or VESA. ISA is an older system, now being displaced by PCI;
  264. newer boards don't support it. If you have ISA, say Y, otherwise N.
  265. config ISA_DMA_API
  266. bool
  267. default y
  268. config PCI
  269. bool
  270. depends on !ALPHA_JENSEN
  271. default y
  272. help
  273. Find out whether you have a PCI motherboard. PCI is the name of a
  274. bus system, i.e. the way the CPU talks to the other stuff inside
  275. your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
  276. VESA. If you have PCI, say Y, otherwise N.
  277. config PCI_DOMAINS
  278. bool
  279. default y
  280. config PCI_SYSCALL
  281. def_bool PCI
  282. config IOMMU_HELPER
  283. def_bool PCI
  284. config ALPHA_NONAME
  285. bool
  286. depends on ALPHA_BOOK1 || ALPHA_NONAME_CH
  287. default y
  288. help
  289. The AXPpci33 (aka NoName), is based on the EB66 (includes the Multia
  290. UDB). This design was produced by Digital's Technical OEM (TOEM)
  291. group. It uses the 21066 processor running at 166MHz or 233MHz. It
  292. is a baby-AT size, and runs from a standard PC power supply. It has
  293. 5 ISA slots and 3 PCI slots (one pair are a shared slot). There are
  294. 2 versions, with either PS/2 or large DIN connectors for the
  295. keyboard.
  296. config ALPHA_EV4
  297. bool
  298. depends on ALPHA_JENSEN || (ALPHA_SABLE && !ALPHA_GAMMA) || ALPHA_LYNX || ALPHA_NORITAKE && !ALPHA_PRIMO || ALPHA_MIKASA && !ALPHA_PRIMO || ALPHA_CABRIOLET || ALPHA_AVANTI_CH || ALPHA_EB64P_CH || ALPHA_XL || ALPHA_NONAME || ALPHA_EB66 || ALPHA_EB66P || ALPHA_P2K
  299. default y if !ALPHA_LYNX
  300. config ALPHA_LCA
  301. bool
  302. depends on ALPHA_NONAME || ALPHA_EB66 || ALPHA_EB66P || ALPHA_P2K
  303. default y
  304. config ALPHA_APECS
  305. bool
  306. depends on !ALPHA_PRIMO && (ALPHA_NORITAKE || ALPHA_MIKASA) || ALPHA_CABRIOLET || ALPHA_AVANTI_CH || ALPHA_EB64P_CH || ALPHA_XL
  307. default y
  308. config ALPHA_EB64P
  309. bool
  310. depends on ALPHA_CABRIOLET || ALPHA_EB64P_CH
  311. default y
  312. help
  313. Uses 21064 or 21064A and APECs. Has ISA and PCI expansion (3 ISA,
  314. 2 PCI, one pair are on a shared slot). Supports 36-bit DRAM SIMs.
  315. ISA bus generated by Intel SaturnI/O PCI-ISA bridge. On-board SCSI
  316. (NCR 810 on PCI) Ethernet (Digital 21040), KBD, MOUSE (PS2 style),
  317. SuperI/O (2S, 1P, FD), RTC/NVRAM. Boot ROM is EPROM. PC-AT size.
  318. Runs from standard PC power supply.
  319. config ALPHA_EV5
  320. bool "EV5 CPU(s) (model 5/xxx)?" if ALPHA_LYNX
  321. default y if ALPHA_RX164 || ALPHA_RAWHIDE || ALPHA_MIATA || ALPHA_LX164 || ALPHA_SX164 || ALPHA_RUFFIAN || ALPHA_SABLE && ALPHA_GAMMA || ALPHA_NORITAKE && ALPHA_PRIMO || ALPHA_MIKASA && ALPHA_PRIMO || ALPHA_PC164 || ALPHA_TAKARA || ALPHA_EB164 || ALPHA_ALCOR
  322. config ALPHA_EV4
  323. bool
  324. default y if ALPHA_LYNX && !ALPHA_EV5
  325. config ALPHA_CIA
  326. bool
  327. depends on ALPHA_MIATA || ALPHA_LX164 || ALPHA_SX164 || ALPHA_RUFFIAN || ALPHA_NORITAKE && ALPHA_PRIMO || ALPHA_MIKASA && ALPHA_PRIMO || ALPHA_PC164 || ALPHA_TAKARA || ALPHA_EB164 || ALPHA_ALCOR
  328. default y
  329. config ALPHA_EV56
  330. bool "EV56 CPU (speed >= 366MHz)?" if ALPHA_ALCOR
  331. default y if ALPHA_RX164 || ALPHA_MIATA || ALPHA_LX164 || ALPHA_SX164 || ALPHA_RUFFIAN || ALPHA_PC164 || ALPHA_TAKARA
  332. config ALPHA_EV56
  333. prompt "EV56 CPU (speed >= 333MHz)?"
  334. depends on ALPHA_NORITAKE || ALPHA_PRIMO
  335. config ALPHA_EV56
  336. prompt "EV56 CPU (speed >= 400MHz)?"
  337. depends on ALPHA_RAWHIDE
  338. config ALPHA_PRIMO
  339. bool "EV5 CPU daughtercard (model 5/xxx)?"
  340. depends on ALPHA_NORITAKE || ALPHA_MIKASA
  341. help
  342. Say Y if you have an AS 1000 5/xxx or an AS 1000A 5/xxx.
  343. config ALPHA_GAMMA
  344. bool "EV5 CPU(s) (model 5/xxx)?"
  345. depends on ALPHA_SABLE
  346. help
  347. Say Y if you have an AS 2000 5/xxx or an AS 2100 5/xxx.
  348. config ALPHA_GAMMA
  349. bool
  350. depends on ALPHA_LYNX
  351. default y
  352. config ALPHA_T2
  353. bool
  354. depends on ALPHA_SABLE || ALPHA_LYNX
  355. default y
  356. config ALPHA_PYXIS
  357. bool
  358. depends on ALPHA_MIATA || ALPHA_LX164 || ALPHA_SX164 || ALPHA_RUFFIAN
  359. default y
  360. config ALPHA_EV6
  361. bool
  362. depends on ALPHA_NAUTILUS || ALPHA_WILDFIRE || ALPHA_TITAN || ALPHA_SHARK || ALPHA_DP264 || ALPHA_EIGER || ALPHA_MARVEL
  363. default y
  364. config ALPHA_TSUNAMI
  365. bool
  366. depends on ALPHA_SHARK || ALPHA_DP264 || ALPHA_EIGER
  367. default y
  368. config ALPHA_EV67
  369. bool "EV67 (or later) CPU (speed > 600MHz)?" if ALPHA_DP264 || ALPHA_EIGER
  370. default y if ALPHA_NAUTILUS || ALPHA_WILDFIRE || ALPHA_TITAN || ALPHA_SHARK || ALPHA_MARVEL
  371. help
  372. Is this a machine based on the EV67 core? If in doubt, select N here
  373. and the machine will be treated as an EV6.
  374. config ALPHA_EV7
  375. bool
  376. depends on ALPHA_MARVEL
  377. default y
  378. config ALPHA_MCPCIA
  379. bool
  380. depends on ALPHA_RAWHIDE
  381. default y
  382. config ALPHA_POLARIS
  383. bool
  384. depends on ALPHA_RX164
  385. default y
  386. config ALPHA_IRONGATE
  387. bool
  388. depends on ALPHA_NAUTILUS
  389. default y
  390. config GENERIC_HWEIGHT
  391. bool
  392. default y if !ALPHA_EV67
  393. config ALPHA_AVANTI
  394. bool
  395. depends on ALPHA_XL || ALPHA_AVANTI_CH
  396. default y
  397. help
  398. Avanti AS 200, AS 205, AS 250, AS 255, AS 300, and AS 400-based
  399. Alphas. Info at
  400. <http://www.unix-ag.org/Linux-Alpha/Architectures/Avanti.html>.
  401. config ALPHA_BROKEN_IRQ_MASK
  402. bool
  403. depends on ALPHA_GENERIC || ALPHA_PC164
  404. default y
  405. config VGA_HOSE
  406. bool
  407. depends on ALPHA_GENERIC || ALPHA_TITAN || ALPHA_MARVEL || ALPHA_TSUNAMI
  408. default y
  409. help
  410. Support VGA on an arbitrary hose; needed for several platforms
  411. which always have multiple hoses, and whose consoles support it.
  412. config ALPHA_SRM
  413. bool "Use SRM as bootloader" if ALPHA_CABRIOLET || ALPHA_AVANTI_CH || ALPHA_EB64P || ALPHA_PC164 || ALPHA_TAKARA || ALPHA_EB164 || ALPHA_ALCOR || ALPHA_MIATA || ALPHA_LX164 || ALPHA_SX164 || ALPHA_NAUTILUS || ALPHA_NONAME
  414. default y if ALPHA_JENSEN || ALPHA_MIKASA || ALPHA_SABLE || ALPHA_LYNX || ALPHA_NORITAKE || ALPHA_DP264 || ALPHA_RAWHIDE || ALPHA_EIGER || ALPHA_WILDFIRE || ALPHA_TITAN || ALPHA_SHARK || ALPHA_MARVEL
  415. ---help---
  416. There are two different types of booting firmware on Alphas: SRM,
  417. which is command line driven, and ARC, which uses menus and arrow
  418. keys. Details about the Linux/Alpha booting process are contained in
  419. the Linux/Alpha FAQ, accessible on the WWW from
  420. <http://www.alphalinux.org/>.
  421. The usual way to load Linux on an Alpha machine is to use MILO
  422. (a bootloader that lets you pass command line parameters to the
  423. kernel just like lilo does for the x86 architecture) which can be
  424. loaded either from ARC or can be installed directly as a permanent
  425. firmware replacement from floppy (which requires changing a certain
  426. jumper on the motherboard). If you want to do either of these, say N
  427. here. If MILO doesn't work on your system (true for Jensen
  428. motherboards), you can bypass it altogether and boot Linux directly
  429. from an SRM console; say Y here in order to do that. Note that you
  430. won't be able to boot from an IDE disk using SRM.
  431. If unsure, say N.
  432. config EISA
  433. bool
  434. depends on ALPHA_GENERIC || ALPHA_JENSEN || ALPHA_ALCOR || ALPHA_MIKASA || ALPHA_SABLE || ALPHA_LYNX || ALPHA_NORITAKE || ALPHA_RAWHIDE
  435. default y
  436. config ARCH_MAY_HAVE_PC_FDC
  437. def_bool y
  438. config SMP
  439. bool "Symmetric multi-processing support"
  440. depends on ALPHA_SABLE || ALPHA_LYNX || ALPHA_RAWHIDE || ALPHA_DP264 || ALPHA_WILDFIRE || ALPHA_TITAN || ALPHA_GENERIC || ALPHA_SHARK || ALPHA_MARVEL
  441. select USE_GENERIC_SMP_HELPERS
  442. ---help---
  443. This enables support for systems with more than one CPU. If you have
  444. a system with only one CPU, like most personal computers, say N. If
  445. you have a system with more than one CPU, say Y.
  446. If you say N here, the kernel will run on single and multiprocessor
  447. machines, but will use only one CPU of a multiprocessor machine. If
  448. you say Y here, the kernel will run on many, but not all,
  449. singleprocessor machines. On a singleprocessor machine, the kernel
  450. will run faster if you say N here.
  451. See also the SMP-HOWTO available at
  452. <http://www.tldp.org/docs.html#howto>.
  453. If you don't know what to do here, say N.
  454. config HAVE_DEC_LOCK
  455. bool
  456. depends on SMP
  457. default y
  458. config NR_CPUS
  459. int "Maximum number of CPUs (2-32)"
  460. range 2 32
  461. depends on SMP
  462. default "32" if ALPHA_GENERIC || ALPHA_MARVEL
  463. default "4" if !ALPHA_GENERIC && !ALPHA_MARVEL
  464. help
  465. MARVEL support can handle a maximum of 32 CPUs, all the others
  466. with working support have a maximum of 4 CPUs.
  467. config ARCH_DISCONTIGMEM_ENABLE
  468. bool "Discontiguous Memory Support (EXPERIMENTAL)"
  469. depends on EXPERIMENTAL
  470. help
  471. Say Y to support efficient handling of discontiguous physical memory,
  472. for architectures which are either NUMA (Non-Uniform Memory Access)
  473. or have huge holes in the physical address space for other reasons.
  474. See <file:Documentation/vm/numa> for more.
  475. source "mm/Kconfig"
  476. config NUMA
  477. bool "NUMA Support (EXPERIMENTAL)"
  478. depends on DISCONTIGMEM && BROKEN
  479. help
  480. Say Y to compile the kernel to support NUMA (Non-Uniform Memory
  481. Access). This option is for configuring high-end multiprocessor
  482. server machines. If in doubt, say N.
  483. config NODES_SHIFT
  484. int
  485. default "7"
  486. depends on NEED_MULTIPLE_NODES
  487. # LARGE_VMALLOC is racy, if you *really* need it then fix it first
  488. config ALPHA_LARGE_VMALLOC
  489. bool
  490. ---help---
  491. Process creation and other aspects of virtual memory management can
  492. be streamlined if we restrict the kernel to one PGD for all vmalloc
  493. allocations. This equates to about 8GB.
  494. Under normal circumstances, this is so far and above what is needed
  495. as to be laughable. However, there are certain applications (such
  496. as benchmark-grade in-kernel web serving) that can make use of as
  497. much vmalloc space as is available.
  498. Say N unless you know you need gobs and gobs of vmalloc space.
  499. config VERBOSE_MCHECK
  500. bool "Verbose Machine Checks"
  501. config VERBOSE_MCHECK_ON
  502. int "Verbose Printing Mode (0=off, 1=on, 2=all)"
  503. depends on VERBOSE_MCHECK
  504. default 1
  505. ---help---
  506. This option allows the default printing mode to be set, and then
  507. possibly overridden by a boot command argument.
  508. For example, if one wanted the option of printing verbose
  509. machine checks, but wanted the default to be as if verbose
  510. machine check printing was turned off, then one would choose
  511. the printing mode to be 0. Then, upon reboot, one could add
  512. the boot command line "verbose_mcheck=1" to get the normal
  513. verbose machine check printing, or "verbose_mcheck=2" to get
  514. the maximum information available.
  515. Take the default (1) unless you want more control or more info.
  516. config HZ
  517. int
  518. default 1200 if ALPHA_RAWHIDE
  519. default 1024
  520. source "drivers/pci/Kconfig"
  521. source "drivers/eisa/Kconfig"
  522. source "drivers/pcmcia/Kconfig"
  523. config SRM_ENV
  524. tristate "SRM environment through procfs"
  525. depends on PROC_FS
  526. ---help---
  527. If you enable this option, a subdirectory inside /proc called
  528. /proc/srm_environment will give you access to the all important
  529. SRM environment variables (those which have a name) and also
  530. to all others (by their internal number).
  531. SRM is something like a BIOS for Alpha machines. There are some
  532. other such BIOSes, like AlphaBIOS, which this driver cannot
  533. support (hey, that's not SRM!).
  534. Despite the fact that this driver doesn't work on all Alphas (but
  535. only on those which have SRM as their firmware), it's save to
  536. build it even if your particular machine doesn't know about SRM
  537. (or if you intend to compile a generic kernel). It will simply
  538. not create those subdirectory in /proc (and give you some warning,
  539. of course).
  540. This driver is also available as a module and will be called
  541. srm_env then.
  542. source "fs/Kconfig.binfmt"
  543. endmenu
  544. source "net/Kconfig"
  545. source "drivers/Kconfig"
  546. source "fs/Kconfig"
  547. source "arch/alpha/Kconfig.debug"
  548. # DUMMY_CONSOLE may be defined in drivers/video/console/Kconfig
  549. # but we also need it if VGA_HOSE is set
  550. config DUMMY_CONSOLE
  551. bool
  552. depends on VGA_HOSE
  553. default y
  554. source "security/Kconfig"
  555. source "crypto/Kconfig"
  556. source "lib/Kconfig"