xref: /linux/arch/alpha/Kconfig (revision d2b1e353dacc1bd0e28be9ec9687e3b408e733c6)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
21da177e4SLinus Torvaldsconfig ALPHA
31da177e4SLinus Torvalds	bool
41da177e4SLinus Torvalds	default y
596c0a6a7SHeiko Carstens	select ARCH_32BIT_USTAT_F_TINODE
6bd1912deSKees Cook	select ARCH_HAS_CURRENT_STACK_POINTER
71571ed0cSMark Salter	select ARCH_MIGHT_HAVE_PC_PARPORT
877b2d07aSMark Salter	select ARCH_MIGHT_HAVE_PC_SERIO
987a4c375SChristoph Hellwig	select ARCH_NO_PREEMPT
107c703e54SChristoph Hellwig	select ARCH_NO_SG_CHAIN
118f8dcb3fSMatt Turner	select ARCH_USE_CMPXCHG_LOCKREF
122f9237d4SChristoph Hellwig	select DMA_OPS if PCI
13f81f335aSArnd Bergmann	select FORCE_PCI
142eac9c2dSChristoph Hellwig	select PCI_DOMAINS if PCI
1520f1b79dSChristoph Hellwig	select PCI_SYSCALL if PCI
162ff2b7ecSMasahiro Yamada	select HAVE_ASM_MODVERSIONS
175394f1e9SArnd Bergmann	select HAVE_PAGE_SIZE_8KB
188761f1abSRalf Baechle	select HAVE_PCSPKR_PLATFORM
19a582e6f0SMichael Cree	select HAVE_PERF_EVENTS
20f616ab59SChristoph Hellwig	select NEED_DMA_MAP_STATE
2186596f0aSChristoph Hellwig	select NEED_SG_DMA_LENGTH
22e27ec649SThomas Gleixner	select GENERIC_IRQ_PROBE
234fef6115SLinus Torvalds	select GENERIC_PCI_IOMAP
24e27ec649SThomas Gleixner	select AUTO_IRQ_AFFINITY if SMP
25a6e120edSThomas Gleixner	select GENERIC_IRQ_SHOW
26c1d7e01dSWill Deacon	select ARCH_WANT_IPC_PARSE_VERSION
27df013ffbSHuang Ying	select ARCH_HAVE_NMI_SAFE_CMPXCHG
28a9302e84S蔡正龙	select AUDIT_ARCH
296fd16ce5SMichael Cree	select GENERIC_CPU_VULNERABILITIES
302ec9415cSThomas Gleixner	select GENERIC_SMP_IDLE_THREAD
31fcbfe812SNiklas Schnelle	select HAS_IOPORT
327a017721SAKASHI Takahiro	select HAVE_ARCH_AUDITSYSCALL
33786d35d4SDavid Howells	select HAVE_MOD_ARCH_SPECIFIC
34a050ba1eSLinus Torvalds	select LOCK_MM_AND_FIND_VMA
35786d35d4SDavid Howells	select MODULES_USE_ELF_RELA
36eaca6eaeSAl Viro	select ODD_RT_SIGACTION
37302627e9SAl Viro	select OLD_SIGSUSPEND
38fff7fb0bSZhaoxiu Zeng	select CPU_NO_EFFICIENT_FFS if !ALPHA_EV67
396137fed0SPeter Zijlstra	select MMU_GATHER_NO_RANGE
4036d40290SMike Rapoport	select SPARSEMEM_EXTREME if SPARSEMEM
4163703f37SKefeng Wang	select ZONE_DMA
421da177e4SLinus Torvalds	help
431da177e4SLinus Torvalds	  The Alpha is a 64-bit general-purpose processor designed and
441da177e4SLinus Torvalds	  marketed by the Digital Equipment Corporation of blessed memory,
451da177e4SLinus Torvalds	  now Hewlett-Packard.  The Alpha Linux project has a home page at
461da177e4SLinus Torvalds	  <http://www.alphalinux.org/>.
471da177e4SLinus Torvalds
481da177e4SLinus Torvaldsconfig 64BIT
491da177e4SLinus Torvalds	def_bool y
501da177e4SLinus Torvalds
511da177e4SLinus Torvaldsconfig MMU
521da177e4SLinus Torvalds	bool
531da177e4SLinus Torvalds	default y
541da177e4SLinus Torvalds
55f0d1b0b3SDavid Howellsconfig ARCH_HAS_ILOG2_U32
56f0d1b0b3SDavid Howells	bool
57f0d1b0b3SDavid Howells	default n
58f0d1b0b3SDavid Howells
59f0d1b0b3SDavid Howellsconfig ARCH_HAS_ILOG2_U64
60f0d1b0b3SDavid Howells	bool
61f0d1b0b3SDavid Howells	default n
62f0d1b0b3SDavid Howells
631da177e4SLinus Torvaldsconfig GENERIC_CALIBRATE_DELAY
641da177e4SLinus Torvalds	bool
651da177e4SLinus Torvalds	default y
661da177e4SLinus Torvalds
671da177e4SLinus Torvaldsconfig GENERIC_ISA_DMA
681da177e4SLinus Torvalds	bool
691da177e4SLinus Torvalds	default y
701da177e4SLinus Torvalds
71f5d4547aSKirill A. Shutemovconfig PGTABLE_LEVELS
72f5d4547aSKirill A. Shutemov	int
73f5d4547aSKirill A. Shutemov	default 3
74f5d4547aSKirill A. Shutemov
75a9302e84S蔡正龙config AUDIT_ARCH
76a9302e84S蔡正龙	bool
771da177e4SLinus Torvalds
781da177e4SLinus Torvaldsmenu "System setup"
791da177e4SLinus Torvalds
801da177e4SLinus Torvaldschoice
811da177e4SLinus Torvalds	prompt "Alpha system type"
821da177e4SLinus Torvalds	default ALPHA_GENERIC
83a7f7f624SMasahiro Yamada	help
841da177e4SLinus Torvalds	  This is the system type of your hardware.  A "generic" kernel will
851da177e4SLinus Torvalds	  run on any supported Alpha system. However, if you configure a
861da177e4SLinus Torvalds	  kernel for your specific system, it will be faster and smaller.
871da177e4SLinus Torvalds
881da177e4SLinus Torvalds	  To find out what type of Alpha system you have, you may want to
891da177e4SLinus Torvalds	  check out the Linux/Alpha FAQ, accessible on the WWW from
901da177e4SLinus Torvalds	  <http://www.alphalinux.org/>. In summary:
911da177e4SLinus Torvalds
92d7083174SJay Estabrook	  Alcor/Alpha-XLT     AS 600, AS 500, XL-300, XL-366
931da177e4SLinus Torvalds	  Alpha-XL            XL-233, XL-266
941da177e4SLinus Torvalds	  AlphaBook1          Alpha laptop
951da177e4SLinus Torvalds	  Avanti              AS 200, AS 205, AS 250, AS 255, AS 300, AS 400
961da177e4SLinus Torvalds	  Cabriolet           AlphaPC64, AlphaPCI64
97d7083174SJay Estabrook	  DP264               DP264 / DS20 / ES40 / DS10 / DS10L
981da177e4SLinus Torvalds	  EB164               EB164 21164 evaluation board
991da177e4SLinus Torvalds	  EB64+               EB64+ 21064 evaluation board
1001da177e4SLinus Torvalds	  EB66                EB66 21066 evaluation board
1011da177e4SLinus Torvalds	  EB66+               EB66+ 21066 evaluation board
1021da177e4SLinus Torvalds	  LX164               AlphaPC164-LX
103d7083174SJay Estabrook	  Miata               Personal Workstation 433/500/600 a/au
1041da177e4SLinus Torvalds	  Marvel              AlphaServer ES47 / ES80 / GS1280
1051da177e4SLinus Torvalds	  Mikasa              AS 1000
1061da177e4SLinus Torvalds	  Noname              AXPpci33, UDB (Multia)
1071da177e4SLinus Torvalds	  Noritake            AS 1000A, AS 600A, AS 800
1081da177e4SLinus Torvalds	  PC164               AlphaPC164
1091da177e4SLinus Torvalds	  Rawhide             AS 1200, AS 4000, AS 4100
1101da177e4SLinus Torvalds	  Ruffian             RPX164-2, AlphaPC164-UX, AlphaPC164-BX
1111da177e4SLinus Torvalds	  SX164               AlphaPC164-SX
1121da177e4SLinus Torvalds	  Sable               AS 2000, AS 2100
1131da177e4SLinus Torvalds	  Shark               DS 20L
114d7083174SJay Estabrook	  Takara              Takara (OEM)
115d7083174SJay Estabrook	  Titan               AlphaServer ES45 / DS25 / DS15
1161da177e4SLinus Torvalds	  Wildfire            AlphaServer GS 40/80/160/320
1171da177e4SLinus Torvalds
1181da177e4SLinus Torvalds	  If you don't know what to do, choose "generic".
1191da177e4SLinus Torvalds
1201da177e4SLinus Torvaldsconfig ALPHA_GENERIC
1211da177e4SLinus Torvalds	bool "Generic"
1224f73bc4dSJoe Millenbach	depends on TTY
1236630a8e5SChristoph Hellwig	select HAVE_EISA
1241da177e4SLinus Torvalds	help
1251da177e4SLinus Torvalds	  A generic kernel will run on all supported Alpha hardware.
1261da177e4SLinus Torvalds
1271da177e4SLinus Torvaldsconfig ALPHA_ALCOR
1281da177e4SLinus Torvalds	bool "Alcor/Alpha-XLT"
1296630a8e5SChristoph Hellwig	select HAVE_EISA
1301da177e4SLinus Torvalds	help
1311da177e4SLinus Torvalds	  For systems using the Digital ALCOR chipset: 5 chips (4, 64-bit data
1321da177e4SLinus Torvalds	  slices (Data Switch, DSW) - 208-pin PQFP and 1 control (Control, I/O
1331da177e4SLinus Torvalds	  Address, CIA) - a 383 pin plastic PGA).  It provides a DRAM
1341da177e4SLinus Torvalds	  controller (256-bit memory bus) and a PCI interface.  It also does
1351da177e4SLinus Torvalds	  all the work required to support an external Bcache and to maintain
1361da177e4SLinus Torvalds	  memory coherence when a PCI device DMAs into (or out of) memory.
1371da177e4SLinus Torvalds
1381da177e4SLinus Torvaldsconfig ALPHA_XL
1391da177e4SLinus Torvalds	bool "Alpha-XL"
1401da177e4SLinus Torvalds	help
1411da177e4SLinus Torvalds	  XL-233 and XL-266-based Alpha systems.
1421da177e4SLinus Torvalds
1431da177e4SLinus Torvaldsconfig ALPHA_BOOK1
1441da177e4SLinus Torvalds	bool "AlphaBook1"
1451da177e4SLinus Torvalds	help
1461da177e4SLinus Torvalds	  Dec AlphaBook1/Burns Alpha-based laptops.
1471da177e4SLinus Torvalds
1481da177e4SLinus Torvaldsconfig ALPHA_AVANTI_CH
1491da177e4SLinus Torvalds	bool "Avanti"
1501da177e4SLinus Torvalds
1511da177e4SLinus Torvaldsconfig ALPHA_CABRIOLET
1521da177e4SLinus Torvalds	bool "Cabriolet"
1531da177e4SLinus Torvalds	help
1541da177e4SLinus Torvalds	  Cabriolet AlphaPC64, AlphaPCI64 systems.  Derived from EB64+ but now
1551da177e4SLinus Torvalds	  baby-AT with Flash boot ROM, no on-board SCSI or Ethernet. 3 ISA
1561da177e4SLinus Torvalds	  slots, 4 PCI slots (one pair are on a shared slot), uses plug-in
1571da177e4SLinus Torvalds	  Bcache SIMMs.  Requires power supply with 3.3V output.
1581da177e4SLinus Torvalds
1591da177e4SLinus Torvaldsconfig ALPHA_DP264
1601da177e4SLinus Torvalds	bool "DP264"
1611da177e4SLinus Torvalds	help
1621da177e4SLinus Torvalds	  Various 21264 systems with the tsunami core logic chipset.
1631da177e4SLinus Torvalds	  API Networks: 264DP, UP2000(+), CS20;
1641da177e4SLinus Torvalds	  Compaq: DS10(E,L), XP900, XP1000, DS20(E), ES40.
1651da177e4SLinus Torvalds
1661da177e4SLinus Torvaldsconfig ALPHA_EB164
1671da177e4SLinus Torvalds	bool "EB164"
1681da177e4SLinus Torvalds	help
1691da177e4SLinus Torvalds	  EB164 21164 evaluation board from DEC.  Uses 21164 and ALCOR.  Has
1701da177e4SLinus Torvalds	  ISA and PCI expansion (3 ISA slots, 2 64-bit PCI slots (one is
1711da177e4SLinus Torvalds	  shared with an ISA slot) and 2 32-bit PCI slots.  Uses plus-in
1721da177e4SLinus Torvalds	  Bcache SIMMs. I/O sub-system provides SuperI/O (2S, 1P, FD), KBD,
1731da177e4SLinus Torvalds	  MOUSE (PS2 style), RTC/NVRAM.  Boot ROM is Flash.  PC-AT-sized
1741da177e4SLinus Torvalds	  motherboard.  Requires power supply with 3.3V output.
1751da177e4SLinus Torvalds
1761da177e4SLinus Torvaldsconfig ALPHA_EB64P_CH
1771da177e4SLinus Torvalds	bool "EB64+"
1781da177e4SLinus Torvalds
1791da177e4SLinus Torvaldsconfig ALPHA_EB66
1801da177e4SLinus Torvalds	bool "EB66"
1811da177e4SLinus Torvalds	help
1821da177e4SLinus Torvalds	  A Digital DS group board.  Uses 21066 or 21066A.  I/O sub-system is
1831da177e4SLinus Torvalds	  identical to EB64+.  Baby PC-AT size.  Runs from standard PC power
1841da177e4SLinus Torvalds	  supply.  The EB66 schematic was published as a marketing poster
1851da177e4SLinus Torvalds	  advertising the 21066 as "the first microprocessor in the world with
1861da177e4SLinus Torvalds	  embedded PCI".
1871da177e4SLinus Torvalds
1881da177e4SLinus Torvaldsconfig ALPHA_EB66P
1891da177e4SLinus Torvalds	bool "EB66+"
1901da177e4SLinus Torvalds	help
1911da177e4SLinus Torvalds	  Later variant of the EB66 board.
1921da177e4SLinus Torvalds
1931da177e4SLinus Torvaldsconfig ALPHA_EIGER
1941da177e4SLinus Torvalds	bool "Eiger"
1951da177e4SLinus Torvalds	help
1961da177e4SLinus Torvalds	  Apparently an obscure OEM single-board computer based on the
1971da177e4SLinus Torvalds	  Typhoon/Tsunami chipset family. Information on it is scanty.
1981da177e4SLinus Torvalds
1991da177e4SLinus Torvaldsconfig ALPHA_LX164
2001da177e4SLinus Torvalds	bool "LX164"
2011da177e4SLinus Torvalds	help
2021da177e4SLinus Torvalds	  A technical overview of this board is available at
2031da177e4SLinus Torvalds	  <http://www.unix-ag.org/Linux-Alpha/Architectures/LX164.html>.
2041da177e4SLinus Torvalds
2051da177e4SLinus Torvaldsconfig ALPHA_MARVEL
2061da177e4SLinus Torvalds	bool "Marvel"
2071da177e4SLinus Torvalds	help
2081da177e4SLinus Torvalds	  AlphaServer ES47 / ES80 / GS1280 based on EV7.
2091da177e4SLinus Torvalds
2101da177e4SLinus Torvaldsconfig ALPHA_MIATA
2111da177e4SLinus Torvalds	bool "Miata"
2126630a8e5SChristoph Hellwig	select HAVE_EISA
2131da177e4SLinus Torvalds	help
2141da177e4SLinus Torvalds	  The Digital PersonalWorkStation (PWS 433a, 433au, 500a, 500au, 600a,
215ffc32d67SAdrian Bunk	  or 600au).
2161da177e4SLinus Torvalds
2171da177e4SLinus Torvaldsconfig ALPHA_MIKASA
2181da177e4SLinus Torvalds	bool "Mikasa"
2191da177e4SLinus Torvalds	help
2201da177e4SLinus Torvalds	  AlphaServer 1000-based Alpha systems.
2211da177e4SLinus Torvalds
2221da177e4SLinus Torvaldsconfig ALPHA_NAUTILUS
2231da177e4SLinus Torvalds	bool "Nautilus"
2241da177e4SLinus Torvalds	help
2251da177e4SLinus Torvalds	  Alpha systems based on the AMD 751 & ALI 1543C chipsets.
2261da177e4SLinus Torvalds
2271da177e4SLinus Torvaldsconfig ALPHA_NONAME_CH
2281da177e4SLinus Torvalds	bool "Noname"
2291da177e4SLinus Torvalds
2301da177e4SLinus Torvaldsconfig ALPHA_NORITAKE
2311da177e4SLinus Torvalds	bool "Noritake"
2326630a8e5SChristoph Hellwig	select HAVE_EISA
2331da177e4SLinus Torvalds	help
2341da177e4SLinus Torvalds	  AlphaServer 1000A, AlphaServer 600A, and AlphaServer 800-based
2351da177e4SLinus Torvalds	  systems.
2361da177e4SLinus Torvalds
2371da177e4SLinus Torvaldsconfig ALPHA_PC164
2381da177e4SLinus Torvalds	bool "PC164"
2391da177e4SLinus Torvalds
2401da177e4SLinus Torvaldsconfig ALPHA_P2K
2411da177e4SLinus Torvalds	bool "Platform2000"
2421da177e4SLinus Torvalds
2431da177e4SLinus Torvaldsconfig ALPHA_RAWHIDE
2441da177e4SLinus Torvalds	bool "Rawhide"
2456630a8e5SChristoph Hellwig	select HAVE_EISA
2461da177e4SLinus Torvalds	help
2471da177e4SLinus Torvalds	  AlphaServer 1200, AlphaServer 4000 and AlphaServer 4100 machines.
2481da177e4SLinus Torvalds	  See HOWTO at
2491da177e4SLinus Torvalds	  <http://www.alphalinux.org/docs/rawhide/4100_install.shtml>.
2501da177e4SLinus Torvalds
2511da177e4SLinus Torvaldsconfig ALPHA_RUFFIAN
2521da177e4SLinus Torvalds	bool "Ruffian"
2531da177e4SLinus Torvalds	help
2541da177e4SLinus Torvalds	  Samsung APC164UX.  There is a page on known problems and workarounds
2551da177e4SLinus Torvalds	  at <http://www.alphalinux.org/faq/FAQ-11.html>.
2561da177e4SLinus Torvalds
2571da177e4SLinus Torvaldsconfig ALPHA_RX164
2581da177e4SLinus Torvalds	bool "RX164"
2591da177e4SLinus Torvalds
2601da177e4SLinus Torvaldsconfig ALPHA_SX164
2611da177e4SLinus Torvalds	bool "SX164"
2621da177e4SLinus Torvalds
2631da177e4SLinus Torvaldsconfig ALPHA_SABLE
2641da177e4SLinus Torvalds	bool "Sable"
2656630a8e5SChristoph Hellwig	select HAVE_EISA
2661da177e4SLinus Torvalds	help
2671da177e4SLinus Torvalds	  Digital AlphaServer 2000 and 2100-based systems.
2681da177e4SLinus Torvalds
2691da177e4SLinus Torvaldsconfig ALPHA_SHARK
2701da177e4SLinus Torvalds	bool "Shark"
2711da177e4SLinus Torvalds
2721da177e4SLinus Torvaldsconfig ALPHA_TAKARA
2731da177e4SLinus Torvalds	bool "Takara"
2741da177e4SLinus Torvalds	help
2751da177e4SLinus Torvalds	  Alpha 11164-based OEM single-board computer.
2761da177e4SLinus Torvalds
2771da177e4SLinus Torvaldsconfig ALPHA_TITAN
2781da177e4SLinus Torvalds	bool "Titan"
2791da177e4SLinus Torvalds	help
2801da177e4SLinus Torvalds	  AlphaServer ES45/DS25 SMP based on EV68 and Titan chipset.
2811da177e4SLinus Torvalds
2821da177e4SLinus Torvaldsconfig ALPHA_WILDFIRE
2831da177e4SLinus Torvalds	bool "Wildfire"
2841da177e4SLinus Torvalds	help
2851da177e4SLinus Torvalds	  AlphaServer GS 40/80/160/320 SMP based on the EV67 core.
2861da177e4SLinus Torvalds
2871da177e4SLinus Torvaldsendchoice
2881da177e4SLinus Torvalds
2891da177e4SLinus Torvalds# clear all implied options (don't want default values for those):
2901da177e4SLinus Torvalds# Most of these machines have ISA slots; not exactly sure which don't,
2911da177e4SLinus Torvalds# and this doesn't activate hordes of code, so do it always.
2921da177e4SLinus Torvaldsconfig ISA
2931da177e4SLinus Torvalds	bool
2941da177e4SLinus Torvalds	default y
2951da177e4SLinus Torvalds	help
2961da177e4SLinus Torvalds	  Find out whether you have ISA slots on your motherboard.  ISA is the
2971da177e4SLinus Torvalds	  name of a bus system, i.e. the way the CPU talks to the other stuff
2981da177e4SLinus Torvalds	  inside your box.  Other bus systems are PCI, EISA, MicroChannel
2991da177e4SLinus Torvalds	  (MCA) or VESA.  ISA is an older system, now being displaced by PCI;
3001da177e4SLinus Torvalds	  newer boards don't support it.  If you have ISA, say Y, otherwise N.
3011da177e4SLinus Torvalds
3025cae841bSAl Viroconfig ISA_DMA_API
3035cae841bSAl Viro	bool
3045cae841bSAl Viro	default y
3055cae841bSAl Viro
3061da177e4SLinus Torvaldsconfig ALPHA_NONAME
3071da177e4SLinus Torvalds	bool
3081da177e4SLinus Torvalds	depends on ALPHA_BOOK1 || ALPHA_NONAME_CH
3091da177e4SLinus Torvalds	default y
3101da177e4SLinus Torvalds	help
3111da177e4SLinus Torvalds	  The AXPpci33 (aka NoName), is based on the EB66 (includes the Multia
3121da177e4SLinus Torvalds	  UDB).  This design was produced by Digital's Technical OEM (TOEM)
3131da177e4SLinus Torvalds	  group. It uses the 21066 processor running at 166MHz or 233MHz. It
3141da177e4SLinus Torvalds	  is a baby-AT size, and runs from a standard PC power supply. It has
3151da177e4SLinus Torvalds	  5 ISA slots and 3 PCI slots (one pair are a shared slot). There are
3161da177e4SLinus Torvalds	  2 versions, with either PS/2 or large DIN connectors for the
3171da177e4SLinus Torvalds	  keyboard.
3181da177e4SLinus Torvalds
3191da177e4SLinus Torvaldsconfig ALPHA_EV4
3201da177e4SLinus Torvalds	bool
321*d2b1e353SArnd Bergmann	depends on 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
322*d2b1e353SArnd Bergmann	default y
3231da177e4SLinus Torvalds
3241da177e4SLinus Torvaldsconfig ALPHA_LCA
3251da177e4SLinus Torvalds	bool
3261da177e4SLinus Torvalds	depends on ALPHA_NONAME || ALPHA_EB66 || ALPHA_EB66P || ALPHA_P2K
3271da177e4SLinus Torvalds	default y
3281da177e4SLinus Torvalds
3291da177e4SLinus Torvaldsconfig ALPHA_APECS
3301da177e4SLinus Torvalds	bool
3311da177e4SLinus Torvalds	depends on !ALPHA_PRIMO && (ALPHA_NORITAKE || ALPHA_MIKASA) || ALPHA_CABRIOLET || ALPHA_AVANTI_CH || ALPHA_EB64P_CH || ALPHA_XL
3321da177e4SLinus Torvalds	default y
3331da177e4SLinus Torvalds
3341da177e4SLinus Torvaldsconfig ALPHA_EB64P
3351da177e4SLinus Torvalds	bool
3361da177e4SLinus Torvalds	depends on ALPHA_CABRIOLET || ALPHA_EB64P_CH
3371da177e4SLinus Torvalds	default y
3381da177e4SLinus Torvalds	help
3391da177e4SLinus Torvalds	  Uses 21064 or 21064A and APECs.  Has ISA and PCI expansion (3 ISA,
3401da177e4SLinus Torvalds	  2 PCI, one pair are on a shared slot). Supports 36-bit DRAM SIMs.
3411da177e4SLinus Torvalds	  ISA bus generated by Intel SaturnI/O PCI-ISA bridge. On-board SCSI
3421da177e4SLinus Torvalds	  (NCR 810 on PCI) Ethernet (Digital 21040), KBD, MOUSE (PS2 style),
3431da177e4SLinus Torvalds	  SuperI/O (2S, 1P, FD), RTC/NVRAM. Boot ROM is EPROM.  PC-AT size.
3441da177e4SLinus Torvalds	  Runs from standard PC power supply.
3451da177e4SLinus Torvalds
3461da177e4SLinus Torvaldsconfig ALPHA_EV5
347*d2b1e353SArnd Bergmann	bool
348*d2b1e353SArnd Bergmann	default y if ALPHA_RX164 || ALPHA_RAWHIDE || ALPHA_MIATA || ALPHA_LX164 || ALPHA_SX164 || ALPHA_RUFFIAN || ALPHA_SABLE || ALPHA_NORITAKE && ALPHA_PRIMO || ALPHA_MIKASA && ALPHA_PRIMO || ALPHA_PC164 || ALPHA_TAKARA || ALPHA_EB164 || ALPHA_ALCOR
3491da177e4SLinus Torvalds
3501da177e4SLinus Torvaldsconfig ALPHA_CIA
3511da177e4SLinus Torvalds	bool
3521da177e4SLinus Torvalds	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
3531da177e4SLinus Torvalds	default y
3541da177e4SLinus Torvalds
3551da177e4SLinus Torvaldsconfig ALPHA_EV56
3561da177e4SLinus Torvalds	bool "EV56 CPU (speed >= 366MHz)?" if ALPHA_ALCOR
3571da177e4SLinus Torvalds	default y if ALPHA_RX164 || ALPHA_MIATA || ALPHA_LX164 || ALPHA_SX164 || ALPHA_RUFFIAN || ALPHA_PC164 || ALPHA_TAKARA
3581da177e4SLinus Torvalds
3591da177e4SLinus Torvaldsconfig ALPHA_EV56
3601da177e4SLinus Torvalds	prompt "EV56 CPU (speed >= 333MHz)?"
361060ec3d5SFernando J. Pereda	depends on ALPHA_NORITAKE || ALPHA_PRIMO
3621da177e4SLinus Torvalds
3631da177e4SLinus Torvaldsconfig ALPHA_EV56
3641da177e4SLinus Torvalds	prompt "EV56 CPU (speed >= 400MHz)?"
3651da177e4SLinus Torvalds	depends on ALPHA_RAWHIDE
3661da177e4SLinus Torvalds
3671da177e4SLinus Torvaldsconfig ALPHA_PRIMO
3681da177e4SLinus Torvalds	bool "EV5 CPU daughtercard (model 5/xxx)?"
3691da177e4SLinus Torvalds	depends on ALPHA_NORITAKE || ALPHA_MIKASA
3701da177e4SLinus Torvalds	help
3711da177e4SLinus Torvalds	  Say Y if you have an AS 1000 5/xxx or an AS 1000A 5/xxx.
3721da177e4SLinus Torvalds
3731da177e4SLinus Torvaldsconfig ALPHA_T2
3741da177e4SLinus Torvalds	bool
375*d2b1e353SArnd Bergmann	depends on ALPHA_SABLE
3761da177e4SLinus Torvalds	default y
3771da177e4SLinus Torvalds
3781da177e4SLinus Torvaldsconfig ALPHA_PYXIS
3791da177e4SLinus Torvalds	bool
3801da177e4SLinus Torvalds	depends on ALPHA_MIATA || ALPHA_LX164 || ALPHA_SX164 || ALPHA_RUFFIAN
3811da177e4SLinus Torvalds	default y
3821da177e4SLinus Torvalds
3831da177e4SLinus Torvaldsconfig ALPHA_EV6
3841da177e4SLinus Torvalds	bool
3851da177e4SLinus Torvalds	depends on ALPHA_NAUTILUS || ALPHA_WILDFIRE || ALPHA_TITAN || ALPHA_SHARK || ALPHA_DP264 || ALPHA_EIGER || ALPHA_MARVEL
3861da177e4SLinus Torvalds	default y
3871da177e4SLinus Torvalds
3881da177e4SLinus Torvaldsconfig ALPHA_TSUNAMI
3891da177e4SLinus Torvalds	bool
3901da177e4SLinus Torvalds	depends on ALPHA_SHARK || ALPHA_DP264 || ALPHA_EIGER
3911da177e4SLinus Torvalds	default y
3921da177e4SLinus Torvalds
3931da177e4SLinus Torvaldsconfig ALPHA_EV67
3941da177e4SLinus Torvalds	bool "EV67 (or later) CPU (speed > 600MHz)?" if ALPHA_DP264 || ALPHA_EIGER
3951da177e4SLinus Torvalds	default y if ALPHA_NAUTILUS || ALPHA_WILDFIRE || ALPHA_TITAN || ALPHA_SHARK || ALPHA_MARVEL
3961da177e4SLinus Torvalds	help
3971da177e4SLinus Torvalds	  Is this a machine based on the EV67 core?  If in doubt, select N here
3981da177e4SLinus Torvalds	  and the machine will be treated as an EV6.
3991da177e4SLinus Torvalds
4001da177e4SLinus Torvaldsconfig ALPHA_MCPCIA
4011da177e4SLinus Torvalds	bool
4021da177e4SLinus Torvalds	depends on ALPHA_RAWHIDE
4031da177e4SLinus Torvalds	default y
4041da177e4SLinus Torvalds
4051da177e4SLinus Torvaldsconfig ALPHA_POLARIS
4061da177e4SLinus Torvalds	bool
4071da177e4SLinus Torvalds	depends on ALPHA_RX164
4081da177e4SLinus Torvalds	default y
4091da177e4SLinus Torvalds
4101da177e4SLinus Torvaldsconfig ALPHA_IRONGATE
4111da177e4SLinus Torvalds	bool
4121da177e4SLinus Torvalds	depends on ALPHA_NAUTILUS
4131da177e4SLinus Torvalds	default y
4141da177e4SLinus Torvalds
415f7c29678SAkinobu Mitaconfig GENERIC_HWEIGHT
416f7c29678SAkinobu Mita	bool
4175e625b08SRandy Dunlap	default y if !ALPHA_EV67
418f7c29678SAkinobu Mita
4191da177e4SLinus Torvaldsconfig ALPHA_AVANTI
4201da177e4SLinus Torvalds	bool
4211da177e4SLinus Torvalds	depends on ALPHA_XL || ALPHA_AVANTI_CH
4221da177e4SLinus Torvalds	default y
4231da177e4SLinus Torvalds	help
4241da177e4SLinus Torvalds	  Avanti AS 200, AS 205, AS 250, AS 255, AS 300, and AS 400-based
4251da177e4SLinus Torvalds	  Alphas. Info at
4261da177e4SLinus Torvalds	  <http://www.unix-ag.org/Linux-Alpha/Architectures/Avanti.html>.
4271da177e4SLinus Torvalds
4281da177e4SLinus Torvaldsconfig ALPHA_BROKEN_IRQ_MASK
4291da177e4SLinus Torvalds	bool
4301da177e4SLinus Torvalds	depends on ALPHA_GENERIC || ALPHA_PC164
4311da177e4SLinus Torvalds	default y
4321da177e4SLinus Torvalds
433025a2215SJay Estabrookconfig VGA_HOSE
434025a2215SJay Estabrook	bool
435dd7f1fe1SMatt Turner	depends on VGA_CONSOLE && (ALPHA_GENERIC || ALPHA_TITAN || ALPHA_MARVEL || ALPHA_TSUNAMI)
436025a2215SJay Estabrook	default y
437025a2215SJay Estabrook	help
438025a2215SJay Estabrook	  Support VGA on an arbitrary hose; needed for several platforms
439025a2215SJay Estabrook	  which always have multiple hoses, and whose consoles support it.
440025a2215SJay Estabrook
441025a2215SJay Estabrook
442994dcf70SRichard Hendersonconfig ALPHA_QEMU
443994dcf70SRichard Henderson	bool "Run under QEMU emulation"
444994dcf70SRichard Henderson	depends on !ALPHA_GENERIC
445a7f7f624SMasahiro Yamada	help
446994dcf70SRichard Henderson	  Assume the presence of special features supported by QEMU PALcode
447994dcf70SRichard Henderson	  that reduce the overhead of system emulation.
448994dcf70SRichard Henderson
449994dcf70SRichard Henderson	  Generic kernels will auto-detect QEMU.  But when building a
450994dcf70SRichard Henderson	  system-specific kernel, the assumption is that we want to
45183fc61a5SMasanari Iida	  eliminate as many runtime tests as possible.
452994dcf70SRichard Henderson
453994dcf70SRichard Henderson	  If unsure, say N.
454994dcf70SRichard Henderson
455994dcf70SRichard Henderson
4561da177e4SLinus Torvaldsconfig ALPHA_SRM
4571da177e4SLinus Torvalds	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
4584f73bc4dSJoe Millenbach	depends on TTY
459*d2b1e353SArnd Bergmann	default y if ALPHA_MIKASA || ALPHA_SABLE || ALPHA_NORITAKE || ALPHA_DP264 || ALPHA_RAWHIDE || ALPHA_EIGER || ALPHA_WILDFIRE || ALPHA_TITAN || ALPHA_SHARK || ALPHA_MARVEL
460a7f7f624SMasahiro Yamada	help
4611da177e4SLinus Torvalds	  There are two different types of booting firmware on Alphas: SRM,
4621da177e4SLinus Torvalds	  which is command line driven, and ARC, which uses menus and arrow
4631da177e4SLinus Torvalds	  keys. Details about the Linux/Alpha booting process are contained in
4641da177e4SLinus Torvalds	  the Linux/Alpha FAQ, accessible on the WWW from
4651da177e4SLinus Torvalds	  <http://www.alphalinux.org/>.
4661da177e4SLinus Torvalds
4671da177e4SLinus Torvalds	  The usual way to load Linux on an Alpha machine is to use MILO
4681da177e4SLinus Torvalds	  (a bootloader that lets you pass command line parameters to the
4691da177e4SLinus Torvalds	  kernel just like lilo does for the x86 architecture) which can be
4701da177e4SLinus Torvalds	  loaded either from ARC or can be installed directly as a permanent
4711da177e4SLinus Torvalds	  firmware replacement from floppy (which requires changing a certain
4721da177e4SLinus Torvalds	  jumper on the motherboard). If you want to do either of these, say N
4731da177e4SLinus Torvalds	  here. If MILO doesn't work on your system (true for Jensen
4741da177e4SLinus Torvalds	  motherboards), you can bypass it altogether and boot Linux directly
4751da177e4SLinus Torvalds	  from an SRM console; say Y here in order to do that. Note that you
4761da177e4SLinus Torvalds	  won't be able to boot from an IDE disk using SRM.
4771da177e4SLinus Torvalds
4781da177e4SLinus Torvalds	  If unsure, say N.
4791da177e4SLinus Torvalds
480a08b6b79Sviro@ZenIV.linux.org.ukconfig ARCH_MAY_HAVE_PC_FDC
481a08b6b79Sviro@ZenIV.linux.org.uk	def_bool y
482a08b6b79Sviro@ZenIV.linux.org.uk
4831da177e4SLinus Torvaldsconfig SMP
4841da177e4SLinus Torvalds	bool "Symmetric multi-processing support"
485*d2b1e353SArnd Bergmann	depends on ALPHA_SABLE || ALPHA_RAWHIDE || ALPHA_DP264 || ALPHA_WILDFIRE || ALPHA_TITAN || ALPHA_GENERIC || ALPHA_SHARK || ALPHA_MARVEL
486a7f7f624SMasahiro Yamada	help
4871da177e4SLinus Torvalds	  This enables support for systems with more than one CPU. If you have
4884a474157SRobert Graffham	  a system with only one CPU, say N. If you have a system with more
4894a474157SRobert Graffham	  than one CPU, say Y.
4901da177e4SLinus Torvalds
4914a474157SRobert Graffham	  If you say N here, the kernel will run on uni- and multiprocessor
4921da177e4SLinus Torvalds	  machines, but will use only one CPU of a multiprocessor machine. If
4931da177e4SLinus Torvalds	  you say Y here, the kernel will run on many, but not all,
4944a474157SRobert Graffham	  uniprocessor machines. On a uniprocessor machine, the kernel
4951da177e4SLinus Torvalds	  will run faster if you say N here.
4961da177e4SLinus Torvalds
49703502faaSAdrian Bunk	  See also the SMP-HOWTO available at
498a09c33cbSAlexander A. Klimov	  <https://www.tldp.org/docs.html#howto>.
4991da177e4SLinus Torvalds
5001da177e4SLinus Torvalds	  If you don't know what to do here, say N.
5011da177e4SLinus Torvalds
5021da177e4SLinus Torvaldsconfig NR_CPUS
503d7083174SJay Estabrook	int "Maximum number of CPUs (2-32)"
504d7083174SJay Estabrook	range 2 32
5051da177e4SLinus Torvalds	depends on SMP
506d7083174SJay Estabrook	default "32" if ALPHA_GENERIC || ALPHA_MARVEL
507d7083174SJay Estabrook	default "4" if !ALPHA_GENERIC && !ALPHA_MARVEL
508d7083174SJay Estabrook	help
509d7083174SJay Estabrook	  MARVEL support can handle a maximum of 32 CPUs, all the others
510d7083174SJay Estabrook	  with working support have a maximum of 4 CPUs.
5111da177e4SLinus Torvalds
51236d40290SMike Rapoportconfig ARCH_SPARSEMEM_ENABLE
51336d40290SMike Rapoport	bool "Sparse Memory Support"
51436d40290SMike Rapoport	help
51536d40290SMike Rapoport	  Say Y to support efficient handling of discontiguous physical memory,
51636d40290SMike Rapoport	  for systems that have huge holes in the physical address space.
51736d40290SMike Rapoport
5187f3bbb82SRichard Hendersonconfig ALPHA_WTINT
5197f3bbb82SRichard Henderson	bool "Use WTINT" if ALPHA_SRM || ALPHA_GENERIC
5207f3bbb82SRichard Henderson	default y if ALPHA_QEMU
5217f3bbb82SRichard Henderson	default n if ALPHA_EV5 || ALPHA_EV56 || (ALPHA_EV4 && !ALPHA_LCA)
5227f3bbb82SRichard Henderson	default n if !ALPHA_SRM && !ALPHA_GENERIC
5237f3bbb82SRichard Henderson	default y if SMP
524a7f7f624SMasahiro Yamada	help
5257f3bbb82SRichard Henderson	  The Wait for Interrupt (WTINT) PALcall attempts to place the CPU
5267f3bbb82SRichard Henderson	  to sleep until the next interrupt.  This may reduce the power
5277f3bbb82SRichard Henderson	  consumed, and the heat produced by the computer.  However, it has
5287f3bbb82SRichard Henderson	  the side effect of making the cycle counter unreliable as a timing
5297f3bbb82SRichard Henderson	  device across the sleep.
5307f3bbb82SRichard Henderson
5317f3bbb82SRichard Henderson	  For emulation under QEMU, definitely say Y here, as we have other
5327f3bbb82SRichard Henderson	  mechanisms for measuring time than the cycle counter.
5337f3bbb82SRichard Henderson
5347f3bbb82SRichard Henderson	  For EV4 (but not LCA), EV5 and EV56 systems, or for systems running
5357f3bbb82SRichard Henderson	  MILO, sleep mode is not supported so you might as well say N here.
5367f3bbb82SRichard Henderson
5377f3bbb82SRichard Henderson	  For SMP systems we cannot use the cycle counter for timing anyway,
5387f3bbb82SRichard Henderson	  so you might as well say Y here.
5397f3bbb82SRichard Henderson
5407f3bbb82SRichard Henderson	  If unsure, say N.
5417f3bbb82SRichard Henderson
5421da177e4SLinus Torvalds# LARGE_VMALLOC is racy, if you *really* need it then fix it first
5431da177e4SLinus Torvaldsconfig ALPHA_LARGE_VMALLOC
5441da177e4SLinus Torvalds	bool
545a7f7f624SMasahiro Yamada	help
5461da177e4SLinus Torvalds	  Process creation and other aspects of virtual memory management can
5471da177e4SLinus Torvalds	  be streamlined if we restrict the kernel to one PGD for all vmalloc
5481da177e4SLinus Torvalds	  allocations.  This equates to about 8GB.
5491da177e4SLinus Torvalds
5501da177e4SLinus Torvalds	  Under normal circumstances, this is so far and above what is needed
5511da177e4SLinus Torvalds	  as to be laughable.  However, there are certain applications (such
5521da177e4SLinus Torvalds	  as benchmark-grade in-kernel web serving) that can make use of as
5531da177e4SLinus Torvalds	  much vmalloc space as is available.
5541da177e4SLinus Torvalds
5551da177e4SLinus Torvalds	  Say N unless you know you need gobs and gobs of vmalloc space.
5561da177e4SLinus Torvalds
5571da177e4SLinus Torvaldsconfig VERBOSE_MCHECK
5581da177e4SLinus Torvalds	bool "Verbose Machine Checks"
5591da177e4SLinus Torvalds
5601da177e4SLinus Torvaldsconfig VERBOSE_MCHECK_ON
5611da177e4SLinus Torvalds	int "Verbose Printing Mode (0=off, 1=on, 2=all)"
5621da177e4SLinus Torvalds	depends on VERBOSE_MCHECK
5631da177e4SLinus Torvalds	default 1
564a7f7f624SMasahiro Yamada	help
5651da177e4SLinus Torvalds	  This option allows the default printing mode to be set, and then
5661da177e4SLinus Torvalds	  possibly overridden by a boot command argument.
5671da177e4SLinus Torvalds
5681da177e4SLinus Torvalds	  For example, if one wanted the option of printing verbose
5691da177e4SLinus Torvalds	  machine checks, but wanted the default to be as if verbose
5701da177e4SLinus Torvalds	  machine check printing was turned off, then one would choose
5711da177e4SLinus Torvalds	  the printing mode to be 0. Then, upon reboot, one could add
5721da177e4SLinus Torvalds	  the boot command line "verbose_mcheck=1" to get the normal
5731da177e4SLinus Torvalds	  verbose machine check printing, or "verbose_mcheck=2" to get
5741da177e4SLinus Torvalds	  the maximum information available.
5751da177e4SLinus Torvalds
5761da177e4SLinus Torvalds	  Take the default (1) unless you want more control or more info.
5771da177e4SLinus Torvalds
578fddd87d6SRichard Hendersonchoice
579fddd87d6SRichard Henderson	prompt "Timer interrupt frequency (HZ)?"
580fddd87d6SRichard Henderson	default HZ_128 if ALPHA_QEMU
581fddd87d6SRichard Henderson	default HZ_1200 if ALPHA_RAWHIDE
582fddd87d6SRichard Henderson	default HZ_1024
583a7f7f624SMasahiro Yamada	help
584fddd87d6SRichard Henderson	  The frequency at which timer interrupts occur.  A high frequency
585fddd87d6SRichard Henderson	  minimizes latency, whereas a low frequency minimizes overhead of
586fddd87d6SRichard Henderson	  process accounting.  The later effect is especially significant
587fddd87d6SRichard Henderson	  when being run under QEMU.
588fddd87d6SRichard Henderson
589fddd87d6SRichard Henderson	  Note that some Alpha hardware cannot change the interrupt frequency
590fddd87d6SRichard Henderson	  of the timer.  If unsure, say 1024 (or 1200 for Rawhide).
591fddd87d6SRichard Henderson
592fddd87d6SRichard Henderson	config HZ_32
593fddd87d6SRichard Henderson		bool "32 Hz"
594fddd87d6SRichard Henderson	config HZ_64
595fddd87d6SRichard Henderson		bool "64 Hz"
596fddd87d6SRichard Henderson	config HZ_128
597fddd87d6SRichard Henderson		bool "128 Hz"
598fddd87d6SRichard Henderson	config HZ_256
599fddd87d6SRichard Henderson		bool "256 Hz"
600fddd87d6SRichard Henderson	config HZ_1024
601fddd87d6SRichard Henderson		bool "1024 Hz"
602fddd87d6SRichard Henderson	config HZ_1200
603fddd87d6SRichard Henderson		bool "1200 Hz"
604fddd87d6SRichard Hendersonendchoice
605fddd87d6SRichard Henderson
606bdc80787SH. Peter Anvinconfig HZ
607bdc80787SH. Peter Anvin	int
608fddd87d6SRichard Henderson	default 32 if HZ_32
609fddd87d6SRichard Henderson	default 64 if HZ_64
610fddd87d6SRichard Henderson	default 128 if HZ_128
611fddd87d6SRichard Henderson	default 256 if HZ_256
612fddd87d6SRichard Henderson	default 1200 if HZ_1200
613bdc80787SH. Peter Anvin	default 1024
614bdc80787SH. Peter Anvin
6151da177e4SLinus Torvaldsconfig SRM_ENV
6161da177e4SLinus Torvalds	tristate "SRM environment through procfs"
6171da177e4SLinus Torvalds	depends on PROC_FS
618a7f7f624SMasahiro Yamada	help
6191da177e4SLinus Torvalds	  If you enable this option, a subdirectory inside /proc called
6201da177e4SLinus Torvalds	  /proc/srm_environment will give you access to the all important
6211da177e4SLinus Torvalds	  SRM environment variables (those which have a name) and also
6221da177e4SLinus Torvalds	  to all others (by their internal number).
6231da177e4SLinus Torvalds
6241da177e4SLinus Torvalds	  SRM is something like a BIOS for Alpha machines. There are some
6251da177e4SLinus Torvalds	  other such BIOSes, like AlphaBIOS, which this driver cannot
6261da177e4SLinus Torvalds	  support (hey, that's not SRM!).
6271da177e4SLinus Torvalds
6281da177e4SLinus Torvalds	  Despite the fact that this driver doesn't work on all Alphas (but
6291da177e4SLinus Torvalds	  only on those which have SRM as their firmware), it's save to
6301da177e4SLinus Torvalds	  build it even if your particular machine doesn't know about SRM
6311da177e4SLinus Torvalds	  (or if you intend to compile a generic kernel). It will simply
6321da177e4SLinus Torvalds	  not create those subdirectory in /proc (and give you some warning,
6331da177e4SLinus Torvalds	  of course).
6341da177e4SLinus Torvalds
6351da177e4SLinus Torvalds	  This driver is also available as a module and will be called
6361da177e4SLinus Torvalds	  srm_env then.
6371da177e4SLinus Torvalds
6381da177e4SLinus Torvaldsendmenu
6391da177e4SLinus Torvalds
640025a2215SJay Estabrook# DUMMY_CONSOLE may be defined in drivers/video/console/Kconfig
641025a2215SJay Estabrook# but we also need it if VGA_HOSE is set
642025a2215SJay Estabrookconfig DUMMY_CONSOLE
643025a2215SJay Estabrook	bool
644025a2215SJay Estabrook	depends on VGA_HOSE
645025a2215SJay Estabrook	default y
646