xref: /linux/arch/alpha/Kconfig (revision a7f7f6248d9740d710fd6bd190293fe5e16410ac)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
21da177e4SLinus Torvaldsconfig ALPHA
31da177e4SLinus Torvalds	bool
41da177e4SLinus Torvalds	default y
51571ed0cSMark Salter	select ARCH_MIGHT_HAVE_PC_PARPORT
677b2d07aSMark Salter	select ARCH_MIGHT_HAVE_PC_SERIO
787a4c375SChristoph Hellwig	select ARCH_NO_PREEMPT
87c703e54SChristoph Hellwig	select ARCH_NO_SG_CHAIN
98f8dcb3fSMatt Turner	select ARCH_USE_CMPXCHG_LOCKREF
10eb01d42aSChristoph Hellwig	select FORCE_PCI if !ALPHA_JENSEN
112eac9c2dSChristoph Hellwig	select PCI_DOMAINS if PCI
1220f1b79dSChristoph Hellwig	select PCI_SYSCALL if PCI
13e17c6d56SDavid Woodhouse	select HAVE_AOUT
142ff2b7ecSMasahiro Yamada	select HAVE_ASM_MODVERSIONS
15ec7748b5SSam Ravnborg	select HAVE_IDE
1642d4b839SMathieu Desnoyers	select HAVE_OPROFILE
178761f1abSRalf Baechle	select HAVE_PCSPKR_PLATFORM
18a582e6f0SMichael Cree	select HAVE_PERF_EVENTS
19f616ab59SChristoph Hellwig	select NEED_DMA_MAP_STATE
2086596f0aSChristoph Hellwig	select NEED_SG_DMA_LENGTH
214febd95aSStephen Rothwell	select VIRT_TO_BUS
22e27ec649SThomas Gleixner	select GENERIC_IRQ_PROBE
23eb01d42aSChristoph Hellwig	select GENERIC_PCI_IOMAP if PCI
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
29a1659d6dSRichard Henderson	select GENERIC_CLOCKEVENTS
306fd16ce5SMichael Cree	select GENERIC_CPU_VULNERABILITIES
312ec9415cSThomas Gleixner	select GENERIC_SMP_IDLE_THREAD
32f2db633dSMichael Cree	select GENERIC_STRNCPY_FROM_USER
33f2db633dSMichael Cree	select GENERIC_STRNLEN_USER
347a017721SAKASHI Takahiro	select HAVE_ARCH_AUDITSYSCALL
35786d35d4SDavid Howells	select HAVE_MOD_ARCH_SPECIFIC
36786d35d4SDavid Howells	select MODULES_USE_ELF_RELA
37eaca6eaeSAl Viro	select ODD_RT_SIGACTION
38302627e9SAl Viro	select OLD_SIGSUSPEND
39fff7fb0bSZhaoxiu Zeng	select CPU_NO_EFFICIENT_FFS if !ALPHA_EV67
406137fed0SPeter Zijlstra	select MMU_GATHER_NO_RANGE
411da177e4SLinus Torvalds	help
421da177e4SLinus Torvalds	  The Alpha is a 64-bit general-purpose processor designed and
431da177e4SLinus Torvalds	  marketed by the Digital Equipment Corporation of blessed memory,
441da177e4SLinus Torvalds	  now Hewlett-Packard.  The Alpha Linux project has a home page at
451da177e4SLinus Torvalds	  <http://www.alphalinux.org/>.
461da177e4SLinus Torvalds
471da177e4SLinus Torvaldsconfig 64BIT
481da177e4SLinus Torvalds	def_bool y
491da177e4SLinus Torvalds
501da177e4SLinus Torvaldsconfig MMU
511da177e4SLinus Torvalds	bool
521da177e4SLinus Torvalds	default y
531da177e4SLinus Torvalds
54f0d1b0b3SDavid Howellsconfig ARCH_HAS_ILOG2_U32
55f0d1b0b3SDavid Howells	bool
56f0d1b0b3SDavid Howells	default n
57f0d1b0b3SDavid Howells
58f0d1b0b3SDavid Howellsconfig ARCH_HAS_ILOG2_U64
59f0d1b0b3SDavid Howells	bool
60f0d1b0b3SDavid Howells	default n
61f0d1b0b3SDavid Howells
621da177e4SLinus Torvaldsconfig GENERIC_CALIBRATE_DELAY
631da177e4SLinus Torvalds	bool
641da177e4SLinus Torvalds	default y
651da177e4SLinus Torvalds
665ac6da66SChristoph Lameterconfig ZONE_DMA
675ac6da66SChristoph Lameter	bool
685ac6da66SChristoph Lameter	default y
695ac6da66SChristoph Lameter
701da177e4SLinus Torvaldsconfig GENERIC_ISA_DMA
711da177e4SLinus Torvalds	bool
721da177e4SLinus Torvalds	default y
731da177e4SLinus Torvalds
74f5d4547aSKirill A. Shutemovconfig PGTABLE_LEVELS
75f5d4547aSKirill A. Shutemov	int
76f5d4547aSKirill A. Shutemov	default 3
77f5d4547aSKirill A. Shutemov
78a9302e84S蔡正龙config AUDIT_ARCH
79a9302e84S蔡正龙	bool
801da177e4SLinus Torvalds
811da177e4SLinus Torvaldsmenu "System setup"
821da177e4SLinus Torvalds
831da177e4SLinus Torvaldschoice
841da177e4SLinus Torvalds	prompt "Alpha system type"
851da177e4SLinus Torvalds	default ALPHA_GENERIC
86*a7f7f624SMasahiro Yamada	help
871da177e4SLinus Torvalds	  This is the system type of your hardware.  A "generic" kernel will
881da177e4SLinus Torvalds	  run on any supported Alpha system. However, if you configure a
891da177e4SLinus Torvalds	  kernel for your specific system, it will be faster and smaller.
901da177e4SLinus Torvalds
911da177e4SLinus Torvalds	  To find out what type of Alpha system you have, you may want to
921da177e4SLinus Torvalds	  check out the Linux/Alpha FAQ, accessible on the WWW from
931da177e4SLinus Torvalds	  <http://www.alphalinux.org/>. In summary:
941da177e4SLinus Torvalds
95d7083174SJay Estabrook	  Alcor/Alpha-XLT     AS 600, AS 500, XL-300, XL-366
961da177e4SLinus Torvalds	  Alpha-XL            XL-233, XL-266
971da177e4SLinus Torvalds	  AlphaBook1          Alpha laptop
981da177e4SLinus Torvalds	  Avanti              AS 200, AS 205, AS 250, AS 255, AS 300, AS 400
991da177e4SLinus Torvalds	  Cabriolet           AlphaPC64, AlphaPCI64
100d7083174SJay Estabrook	  DP264               DP264 / DS20 / ES40 / DS10 / DS10L
1011da177e4SLinus Torvalds	  EB164               EB164 21164 evaluation board
1021da177e4SLinus Torvalds	  EB64+               EB64+ 21064 evaluation board
1031da177e4SLinus Torvalds	  EB66                EB66 21066 evaluation board
1041da177e4SLinus Torvalds	  EB66+               EB66+ 21066 evaluation board
105d7083174SJay Estabrook	  Jensen              DECpc 150, DEC 2000 models 300, 500
1061da177e4SLinus Torvalds	  LX164               AlphaPC164-LX
1071da177e4SLinus Torvalds	  Lynx                AS 2100A
108d7083174SJay Estabrook	  Miata               Personal Workstation 433/500/600 a/au
1091da177e4SLinus Torvalds	  Marvel              AlphaServer ES47 / ES80 / GS1280
1101da177e4SLinus Torvalds	  Mikasa              AS 1000
1111da177e4SLinus Torvalds	  Noname              AXPpci33, UDB (Multia)
1121da177e4SLinus Torvalds	  Noritake            AS 1000A, AS 600A, AS 800
1131da177e4SLinus Torvalds	  PC164               AlphaPC164
1141da177e4SLinus Torvalds	  Rawhide             AS 1200, AS 4000, AS 4100
1151da177e4SLinus Torvalds	  Ruffian             RPX164-2, AlphaPC164-UX, AlphaPC164-BX
1161da177e4SLinus Torvalds	  SX164               AlphaPC164-SX
1171da177e4SLinus Torvalds	  Sable               AS 2000, AS 2100
1181da177e4SLinus Torvalds	  Shark               DS 20L
119d7083174SJay Estabrook	  Takara              Takara (OEM)
120d7083174SJay Estabrook	  Titan               AlphaServer ES45 / DS25 / DS15
1211da177e4SLinus Torvalds	  Wildfire            AlphaServer GS 40/80/160/320
1221da177e4SLinus Torvalds
1231da177e4SLinus Torvalds	  If you don't know what to do, choose "generic".
1241da177e4SLinus Torvalds
1251da177e4SLinus Torvaldsconfig ALPHA_GENERIC
1261da177e4SLinus Torvalds	bool "Generic"
1274f73bc4dSJoe Millenbach	depends on TTY
1286630a8e5SChristoph Hellwig	select HAVE_EISA
1291da177e4SLinus Torvalds	help
1301da177e4SLinus Torvalds	  A generic kernel will run on all supported Alpha hardware.
1311da177e4SLinus Torvalds
1321da177e4SLinus Torvaldsconfig ALPHA_ALCOR
1331da177e4SLinus Torvalds	bool "Alcor/Alpha-XLT"
1346630a8e5SChristoph Hellwig	select HAVE_EISA
1351da177e4SLinus Torvalds	help
1361da177e4SLinus Torvalds	  For systems using the Digital ALCOR chipset: 5 chips (4, 64-bit data
1371da177e4SLinus Torvalds	  slices (Data Switch, DSW) - 208-pin PQFP and 1 control (Control, I/O
1381da177e4SLinus Torvalds	  Address, CIA) - a 383 pin plastic PGA).  It provides a DRAM
1391da177e4SLinus Torvalds	  controller (256-bit memory bus) and a PCI interface.  It also does
1401da177e4SLinus Torvalds	  all the work required to support an external Bcache and to maintain
1411da177e4SLinus Torvalds	  memory coherence when a PCI device DMAs into (or out of) memory.
1421da177e4SLinus Torvalds
1431da177e4SLinus Torvaldsconfig ALPHA_XL
1441da177e4SLinus Torvalds	bool "Alpha-XL"
1451da177e4SLinus Torvalds	help
1461da177e4SLinus Torvalds	  XL-233 and XL-266-based Alpha systems.
1471da177e4SLinus Torvalds
1481da177e4SLinus Torvaldsconfig ALPHA_BOOK1
1491da177e4SLinus Torvalds	bool "AlphaBook1"
1501da177e4SLinus Torvalds	help
1511da177e4SLinus Torvalds	  Dec AlphaBook1/Burns Alpha-based laptops.
1521da177e4SLinus Torvalds
1531da177e4SLinus Torvaldsconfig ALPHA_AVANTI_CH
1541da177e4SLinus Torvalds	bool "Avanti"
1551da177e4SLinus Torvalds
1561da177e4SLinus Torvaldsconfig ALPHA_CABRIOLET
1571da177e4SLinus Torvalds	bool "Cabriolet"
1581da177e4SLinus Torvalds	help
1591da177e4SLinus Torvalds	  Cabriolet AlphaPC64, AlphaPCI64 systems.  Derived from EB64+ but now
1601da177e4SLinus Torvalds	  baby-AT with Flash boot ROM, no on-board SCSI or Ethernet. 3 ISA
1611da177e4SLinus Torvalds	  slots, 4 PCI slots (one pair are on a shared slot), uses plug-in
1621da177e4SLinus Torvalds	  Bcache SIMMs.  Requires power supply with 3.3V output.
1631da177e4SLinus Torvalds
1641da177e4SLinus Torvaldsconfig ALPHA_DP264
1651da177e4SLinus Torvalds	bool "DP264"
1661da177e4SLinus Torvalds	help
1671da177e4SLinus Torvalds	  Various 21264 systems with the tsunami core logic chipset.
1681da177e4SLinus Torvalds	  API Networks: 264DP, UP2000(+), CS20;
1691da177e4SLinus Torvalds	  Compaq: DS10(E,L), XP900, XP1000, DS20(E), ES40.
1701da177e4SLinus Torvalds
1711da177e4SLinus Torvaldsconfig ALPHA_EB164
1721da177e4SLinus Torvalds	bool "EB164"
1731da177e4SLinus Torvalds	help
1741da177e4SLinus Torvalds	  EB164 21164 evaluation board from DEC.  Uses 21164 and ALCOR.  Has
1751da177e4SLinus Torvalds	  ISA and PCI expansion (3 ISA slots, 2 64-bit PCI slots (one is
1761da177e4SLinus Torvalds	  shared with an ISA slot) and 2 32-bit PCI slots.  Uses plus-in
1771da177e4SLinus Torvalds	  Bcache SIMMs. I/O sub-system provides SuperI/O (2S, 1P, FD), KBD,
1781da177e4SLinus Torvalds	  MOUSE (PS2 style), RTC/NVRAM.  Boot ROM is Flash.  PC-AT-sized
1791da177e4SLinus Torvalds	  motherboard.  Requires power supply with 3.3V output.
1801da177e4SLinus Torvalds
1811da177e4SLinus Torvaldsconfig ALPHA_EB64P_CH
1821da177e4SLinus Torvalds	bool "EB64+"
1831da177e4SLinus Torvalds
1841da177e4SLinus Torvaldsconfig ALPHA_EB66
1851da177e4SLinus Torvalds	bool "EB66"
1861da177e4SLinus Torvalds	help
1871da177e4SLinus Torvalds	  A Digital DS group board.  Uses 21066 or 21066A.  I/O sub-system is
1881da177e4SLinus Torvalds	  identical to EB64+.  Baby PC-AT size.  Runs from standard PC power
1891da177e4SLinus Torvalds	  supply.  The EB66 schematic was published as a marketing poster
1901da177e4SLinus Torvalds	  advertising the 21066 as "the first microprocessor in the world with
1911da177e4SLinus Torvalds	  embedded PCI".
1921da177e4SLinus Torvalds
1931da177e4SLinus Torvaldsconfig ALPHA_EB66P
1941da177e4SLinus Torvalds	bool "EB66+"
1951da177e4SLinus Torvalds	help
1961da177e4SLinus Torvalds	  Later variant of the EB66 board.
1971da177e4SLinus Torvalds
1981da177e4SLinus Torvaldsconfig ALPHA_EIGER
1991da177e4SLinus Torvalds	bool "Eiger"
2001da177e4SLinus Torvalds	help
2011da177e4SLinus Torvalds	  Apparently an obscure OEM single-board computer based on the
2021da177e4SLinus Torvalds	  Typhoon/Tsunami chipset family. Information on it is scanty.
2031da177e4SLinus Torvalds
2041da177e4SLinus Torvaldsconfig ALPHA_JENSEN
2051da177e4SLinus Torvalds	bool "Jensen"
2061883c9f4SChristoph Hellwig	depends on BROKEN
2076630a8e5SChristoph Hellwig	select HAVE_EISA
2081da177e4SLinus Torvalds	help
2091da177e4SLinus Torvalds	  DEC PC 150 AXP (aka Jensen): This is a very old Digital system - one
2101da177e4SLinus Torvalds	  of the first-generation Alpha systems. A number of these systems
2111da177e4SLinus Torvalds	  seem to be available on the second- hand market. The Jensen is a
2121da177e4SLinus Torvalds	  floor-standing tower system which originally used a 150MHz 21064 It
2131da177e4SLinus Torvalds	  used programmable logic to interface a 486 EISA I/O bridge to the
2141da177e4SLinus Torvalds	  CPU.
2151da177e4SLinus Torvalds
2161da177e4SLinus Torvaldsconfig ALPHA_LX164
2171da177e4SLinus Torvalds	bool "LX164"
2181da177e4SLinus Torvalds	help
2191da177e4SLinus Torvalds	  A technical overview of this board is available at
2201da177e4SLinus Torvalds	  <http://www.unix-ag.org/Linux-Alpha/Architectures/LX164.html>.
2211da177e4SLinus Torvalds
2221da177e4SLinus Torvaldsconfig ALPHA_LYNX
2231da177e4SLinus Torvalds	bool "Lynx"
2246630a8e5SChristoph Hellwig	select HAVE_EISA
2251da177e4SLinus Torvalds	help
2261da177e4SLinus Torvalds	  AlphaServer 2100A-based systems.
2271da177e4SLinus Torvalds
2281da177e4SLinus Torvaldsconfig ALPHA_MARVEL
2291da177e4SLinus Torvalds	bool "Marvel"
2301da177e4SLinus Torvalds	help
2311da177e4SLinus Torvalds	  AlphaServer ES47 / ES80 / GS1280 based on EV7.
2321da177e4SLinus Torvalds
2331da177e4SLinus Torvaldsconfig ALPHA_MIATA
2341da177e4SLinus Torvalds	bool "Miata"
2356630a8e5SChristoph Hellwig	select HAVE_EISA
2361da177e4SLinus Torvalds	help
2371da177e4SLinus Torvalds	  The Digital PersonalWorkStation (PWS 433a, 433au, 500a, 500au, 600a,
238ffc32d67SAdrian Bunk	  or 600au).
2391da177e4SLinus Torvalds
2401da177e4SLinus Torvaldsconfig ALPHA_MIKASA
2411da177e4SLinus Torvalds	bool "Mikasa"
2421da177e4SLinus Torvalds	help
2431da177e4SLinus Torvalds	  AlphaServer 1000-based Alpha systems.
2441da177e4SLinus Torvalds
2451da177e4SLinus Torvaldsconfig ALPHA_NAUTILUS
2461da177e4SLinus Torvalds	bool "Nautilus"
2471da177e4SLinus Torvalds	help
2481da177e4SLinus Torvalds	  Alpha systems based on the AMD 751 & ALI 1543C chipsets.
2491da177e4SLinus Torvalds
2501da177e4SLinus Torvaldsconfig ALPHA_NONAME_CH
2511da177e4SLinus Torvalds	bool "Noname"
2521da177e4SLinus Torvalds
2531da177e4SLinus Torvaldsconfig ALPHA_NORITAKE
2541da177e4SLinus Torvalds	bool "Noritake"
2556630a8e5SChristoph Hellwig	select HAVE_EISA
2561da177e4SLinus Torvalds	help
2571da177e4SLinus Torvalds	  AlphaServer 1000A, AlphaServer 600A, and AlphaServer 800-based
2581da177e4SLinus Torvalds	  systems.
2591da177e4SLinus Torvalds
2601da177e4SLinus Torvaldsconfig ALPHA_PC164
2611da177e4SLinus Torvalds	bool "PC164"
2621da177e4SLinus Torvalds
2631da177e4SLinus Torvaldsconfig ALPHA_P2K
2641da177e4SLinus Torvalds	bool "Platform2000"
2651da177e4SLinus Torvalds
2661da177e4SLinus Torvaldsconfig ALPHA_RAWHIDE
2671da177e4SLinus Torvalds	bool "Rawhide"
2686630a8e5SChristoph Hellwig	select HAVE_EISA
2691da177e4SLinus Torvalds	help
2701da177e4SLinus Torvalds	  AlphaServer 1200, AlphaServer 4000 and AlphaServer 4100 machines.
2711da177e4SLinus Torvalds	  See HOWTO at
2721da177e4SLinus Torvalds	  <http://www.alphalinux.org/docs/rawhide/4100_install.shtml>.
2731da177e4SLinus Torvalds
2741da177e4SLinus Torvaldsconfig ALPHA_RUFFIAN
2751da177e4SLinus Torvalds	bool "Ruffian"
2761da177e4SLinus Torvalds	help
2771da177e4SLinus Torvalds	  Samsung APC164UX.  There is a page on known problems and workarounds
2781da177e4SLinus Torvalds	  at <http://www.alphalinux.org/faq/FAQ-11.html>.
2791da177e4SLinus Torvalds
2801da177e4SLinus Torvaldsconfig ALPHA_RX164
2811da177e4SLinus Torvalds	bool "RX164"
2821da177e4SLinus Torvalds
2831da177e4SLinus Torvaldsconfig ALPHA_SX164
2841da177e4SLinus Torvalds	bool "SX164"
2851da177e4SLinus Torvalds
2861da177e4SLinus Torvaldsconfig ALPHA_SABLE
2871da177e4SLinus Torvalds	bool "Sable"
2886630a8e5SChristoph Hellwig	select HAVE_EISA
2891da177e4SLinus Torvalds	help
2901da177e4SLinus Torvalds	  Digital AlphaServer 2000 and 2100-based systems.
2911da177e4SLinus Torvalds
2921da177e4SLinus Torvaldsconfig ALPHA_SHARK
2931da177e4SLinus Torvalds	bool "Shark"
2941da177e4SLinus Torvalds
2951da177e4SLinus Torvaldsconfig ALPHA_TAKARA
2961da177e4SLinus Torvalds	bool "Takara"
2971da177e4SLinus Torvalds	help
2981da177e4SLinus Torvalds	  Alpha 11164-based OEM single-board computer.
2991da177e4SLinus Torvalds
3001da177e4SLinus Torvaldsconfig ALPHA_TITAN
3011da177e4SLinus Torvalds	bool "Titan"
3021da177e4SLinus Torvalds	help
3031da177e4SLinus Torvalds	  AlphaServer ES45/DS25 SMP based on EV68 and Titan chipset.
3041da177e4SLinus Torvalds
3051da177e4SLinus Torvaldsconfig ALPHA_WILDFIRE
3061da177e4SLinus Torvalds	bool "Wildfire"
3071da177e4SLinus Torvalds	help
3081da177e4SLinus Torvalds	  AlphaServer GS 40/80/160/320 SMP based on the EV67 core.
3091da177e4SLinus Torvalds
3101da177e4SLinus Torvaldsendchoice
3111da177e4SLinus Torvalds
3121da177e4SLinus Torvalds# clear all implied options (don't want default values for those):
3131da177e4SLinus Torvalds# Most of these machines have ISA slots; not exactly sure which don't,
3141da177e4SLinus Torvalds# and this doesn't activate hordes of code, so do it always.
3151da177e4SLinus Torvaldsconfig ISA
3161da177e4SLinus Torvalds	bool
3171da177e4SLinus Torvalds	default y
3181da177e4SLinus Torvalds	help
3191da177e4SLinus Torvalds	  Find out whether you have ISA slots on your motherboard.  ISA is the
3201da177e4SLinus Torvalds	  name of a bus system, i.e. the way the CPU talks to the other stuff
3211da177e4SLinus Torvalds	  inside your box.  Other bus systems are PCI, EISA, MicroChannel
3221da177e4SLinus Torvalds	  (MCA) or VESA.  ISA is an older system, now being displaced by PCI;
3231da177e4SLinus Torvalds	  newer boards don't support it.  If you have ISA, say Y, otherwise N.
3241da177e4SLinus Torvalds
3255cae841bSAl Viroconfig ISA_DMA_API
3265cae841bSAl Viro	bool
3275cae841bSAl Viro	default y
3285cae841bSAl Viro
3291da177e4SLinus Torvaldsconfig ALPHA_NONAME
3301da177e4SLinus Torvalds	bool
3311da177e4SLinus Torvalds	depends on ALPHA_BOOK1 || ALPHA_NONAME_CH
3321da177e4SLinus Torvalds	default y
3331da177e4SLinus Torvalds	help
3341da177e4SLinus Torvalds	  The AXPpci33 (aka NoName), is based on the EB66 (includes the Multia
3351da177e4SLinus Torvalds	  UDB).  This design was produced by Digital's Technical OEM (TOEM)
3361da177e4SLinus Torvalds	  group. It uses the 21066 processor running at 166MHz or 233MHz. It
3371da177e4SLinus Torvalds	  is a baby-AT size, and runs from a standard PC power supply. It has
3381da177e4SLinus Torvalds	  5 ISA slots and 3 PCI slots (one pair are a shared slot). There are
3391da177e4SLinus Torvalds	  2 versions, with either PS/2 or large DIN connectors for the
3401da177e4SLinus Torvalds	  keyboard.
3411da177e4SLinus Torvalds
3421da177e4SLinus Torvaldsconfig ALPHA_EV4
3431da177e4SLinus Torvalds	bool
3441da177e4SLinus Torvalds	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
3451da177e4SLinus Torvalds	default y if !ALPHA_LYNX
3461da177e4SLinus Torvalds
3471da177e4SLinus Torvaldsconfig ALPHA_LCA
3481da177e4SLinus Torvalds	bool
3491da177e4SLinus Torvalds	depends on ALPHA_NONAME || ALPHA_EB66 || ALPHA_EB66P || ALPHA_P2K
3501da177e4SLinus Torvalds	default y
3511da177e4SLinus Torvalds
3521da177e4SLinus Torvaldsconfig ALPHA_APECS
3531da177e4SLinus Torvalds	bool
3541da177e4SLinus Torvalds	depends on !ALPHA_PRIMO && (ALPHA_NORITAKE || ALPHA_MIKASA) || ALPHA_CABRIOLET || ALPHA_AVANTI_CH || ALPHA_EB64P_CH || ALPHA_XL
3551da177e4SLinus Torvalds	default y
3561da177e4SLinus Torvalds
3571da177e4SLinus Torvaldsconfig ALPHA_EB64P
3581da177e4SLinus Torvalds	bool
3591da177e4SLinus Torvalds	depends on ALPHA_CABRIOLET || ALPHA_EB64P_CH
3601da177e4SLinus Torvalds	default y
3611da177e4SLinus Torvalds	help
3621da177e4SLinus Torvalds	  Uses 21064 or 21064A and APECs.  Has ISA and PCI expansion (3 ISA,
3631da177e4SLinus Torvalds	  2 PCI, one pair are on a shared slot). Supports 36-bit DRAM SIMs.
3641da177e4SLinus Torvalds	  ISA bus generated by Intel SaturnI/O PCI-ISA bridge. On-board SCSI
3651da177e4SLinus Torvalds	  (NCR 810 on PCI) Ethernet (Digital 21040), KBD, MOUSE (PS2 style),
3661da177e4SLinus Torvalds	  SuperI/O (2S, 1P, FD), RTC/NVRAM. Boot ROM is EPROM.  PC-AT size.
3671da177e4SLinus Torvalds	  Runs from standard PC power supply.
3681da177e4SLinus Torvalds
3691da177e4SLinus Torvaldsconfig ALPHA_EV5
3701da177e4SLinus Torvalds	bool "EV5 CPU(s) (model 5/xxx)?" if ALPHA_LYNX
3711da177e4SLinus Torvalds	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
3721da177e4SLinus Torvalds
3731da177e4SLinus Torvaldsconfig ALPHA_EV4
3741da177e4SLinus Torvalds	bool
3751da177e4SLinus Torvalds	default y if ALPHA_LYNX && !ALPHA_EV5
3761da177e4SLinus Torvalds
3771da177e4SLinus Torvaldsconfig ALPHA_CIA
3781da177e4SLinus Torvalds	bool
3791da177e4SLinus 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
3801da177e4SLinus Torvalds	default y
3811da177e4SLinus Torvalds
3821da177e4SLinus Torvaldsconfig ALPHA_EV56
3831da177e4SLinus Torvalds	bool "EV56 CPU (speed >= 366MHz)?" if ALPHA_ALCOR
3841da177e4SLinus Torvalds	default y if ALPHA_RX164 || ALPHA_MIATA || ALPHA_LX164 || ALPHA_SX164 || ALPHA_RUFFIAN || ALPHA_PC164 || ALPHA_TAKARA
3851da177e4SLinus Torvalds
3861da177e4SLinus Torvaldsconfig ALPHA_EV56
3871da177e4SLinus Torvalds	prompt "EV56 CPU (speed >= 333MHz)?"
388060ec3d5SFernando J. Pereda	depends on ALPHA_NORITAKE || ALPHA_PRIMO
3891da177e4SLinus Torvalds
3901da177e4SLinus Torvaldsconfig ALPHA_EV56
3911da177e4SLinus Torvalds	prompt "EV56 CPU (speed >= 400MHz)?"
3921da177e4SLinus Torvalds	depends on ALPHA_RAWHIDE
3931da177e4SLinus Torvalds
3941da177e4SLinus Torvaldsconfig ALPHA_PRIMO
3951da177e4SLinus Torvalds	bool "EV5 CPU daughtercard (model 5/xxx)?"
3961da177e4SLinus Torvalds	depends on ALPHA_NORITAKE || ALPHA_MIKASA
3971da177e4SLinus Torvalds	help
3981da177e4SLinus Torvalds	  Say Y if you have an AS 1000 5/xxx or an AS 1000A 5/xxx.
3991da177e4SLinus Torvalds
4001da177e4SLinus Torvaldsconfig ALPHA_GAMMA
4011da177e4SLinus Torvalds	bool "EV5 CPU(s) (model 5/xxx)?"
4021da177e4SLinus Torvalds	depends on ALPHA_SABLE
4031da177e4SLinus Torvalds	help
4041da177e4SLinus Torvalds	  Say Y if you have an AS 2000 5/xxx or an AS 2100 5/xxx.
4051da177e4SLinus Torvalds
4061da177e4SLinus Torvaldsconfig ALPHA_GAMMA
4071da177e4SLinus Torvalds	bool
4081da177e4SLinus Torvalds	depends on ALPHA_LYNX
4091da177e4SLinus Torvalds	default y
4101da177e4SLinus Torvalds
4111da177e4SLinus Torvaldsconfig ALPHA_T2
4121da177e4SLinus Torvalds	bool
4131da177e4SLinus Torvalds	depends on ALPHA_SABLE || ALPHA_LYNX
4141da177e4SLinus Torvalds	default y
4151da177e4SLinus Torvalds
4161da177e4SLinus Torvaldsconfig ALPHA_PYXIS
4171da177e4SLinus Torvalds	bool
4181da177e4SLinus Torvalds	depends on ALPHA_MIATA || ALPHA_LX164 || ALPHA_SX164 || ALPHA_RUFFIAN
4191da177e4SLinus Torvalds	default y
4201da177e4SLinus Torvalds
4211da177e4SLinus Torvaldsconfig ALPHA_EV6
4221da177e4SLinus Torvalds	bool
4231da177e4SLinus Torvalds	depends on ALPHA_NAUTILUS || ALPHA_WILDFIRE || ALPHA_TITAN || ALPHA_SHARK || ALPHA_DP264 || ALPHA_EIGER || ALPHA_MARVEL
4241da177e4SLinus Torvalds	default y
4251da177e4SLinus Torvalds
4261da177e4SLinus Torvaldsconfig ALPHA_TSUNAMI
4271da177e4SLinus Torvalds	bool
4281da177e4SLinus Torvalds	depends on ALPHA_SHARK || ALPHA_DP264 || ALPHA_EIGER
4291da177e4SLinus Torvalds	default y
4301da177e4SLinus Torvalds
4311da177e4SLinus Torvaldsconfig ALPHA_EV67
4321da177e4SLinus Torvalds	bool "EV67 (or later) CPU (speed > 600MHz)?" if ALPHA_DP264 || ALPHA_EIGER
4331da177e4SLinus Torvalds	default y if ALPHA_NAUTILUS || ALPHA_WILDFIRE || ALPHA_TITAN || ALPHA_SHARK || ALPHA_MARVEL
4341da177e4SLinus Torvalds	help
4351da177e4SLinus Torvalds	  Is this a machine based on the EV67 core?  If in doubt, select N here
4361da177e4SLinus Torvalds	  and the machine will be treated as an EV6.
4371da177e4SLinus Torvalds
4381da177e4SLinus Torvaldsconfig ALPHA_MCPCIA
4391da177e4SLinus Torvalds	bool
4401da177e4SLinus Torvalds	depends on ALPHA_RAWHIDE
4411da177e4SLinus Torvalds	default y
4421da177e4SLinus Torvalds
4431da177e4SLinus Torvaldsconfig ALPHA_POLARIS
4441da177e4SLinus Torvalds	bool
4451da177e4SLinus Torvalds	depends on ALPHA_RX164
4461da177e4SLinus Torvalds	default y
4471da177e4SLinus Torvalds
4481da177e4SLinus Torvaldsconfig ALPHA_IRONGATE
4491da177e4SLinus Torvalds	bool
4501da177e4SLinus Torvalds	depends on ALPHA_NAUTILUS
4511da177e4SLinus Torvalds	default y
4521da177e4SLinus Torvalds
453f7c29678SAkinobu Mitaconfig GENERIC_HWEIGHT
454f7c29678SAkinobu Mita	bool
4555e625b08SRandy Dunlap	default y if !ALPHA_EV67
456f7c29678SAkinobu Mita
4571da177e4SLinus Torvaldsconfig ALPHA_AVANTI
4581da177e4SLinus Torvalds	bool
4591da177e4SLinus Torvalds	depends on ALPHA_XL || ALPHA_AVANTI_CH
4601da177e4SLinus Torvalds	default y
4611da177e4SLinus Torvalds	help
4621da177e4SLinus Torvalds	  Avanti AS 200, AS 205, AS 250, AS 255, AS 300, and AS 400-based
4631da177e4SLinus Torvalds	  Alphas. Info at
4641da177e4SLinus Torvalds	  <http://www.unix-ag.org/Linux-Alpha/Architectures/Avanti.html>.
4651da177e4SLinus Torvalds
4661da177e4SLinus Torvaldsconfig ALPHA_BROKEN_IRQ_MASK
4671da177e4SLinus Torvalds	bool
4681da177e4SLinus Torvalds	depends on ALPHA_GENERIC || ALPHA_PC164
4691da177e4SLinus Torvalds	default y
4701da177e4SLinus Torvalds
471025a2215SJay Estabrookconfig VGA_HOSE
472025a2215SJay Estabrook	bool
473dd7f1fe1SMatt Turner	depends on VGA_CONSOLE && (ALPHA_GENERIC || ALPHA_TITAN || ALPHA_MARVEL || ALPHA_TSUNAMI)
474025a2215SJay Estabrook	default y
475025a2215SJay Estabrook	help
476025a2215SJay Estabrook	  Support VGA on an arbitrary hose; needed for several platforms
477025a2215SJay Estabrook	  which always have multiple hoses, and whose consoles support it.
478025a2215SJay Estabrook
479025a2215SJay Estabrook
480994dcf70SRichard Hendersonconfig ALPHA_QEMU
481994dcf70SRichard Henderson	bool "Run under QEMU emulation"
482994dcf70SRichard Henderson	depends on !ALPHA_GENERIC
483*a7f7f624SMasahiro Yamada	help
484994dcf70SRichard Henderson	  Assume the presence of special features supported by QEMU PALcode
485994dcf70SRichard Henderson	  that reduce the overhead of system emulation.
486994dcf70SRichard Henderson
487994dcf70SRichard Henderson	  Generic kernels will auto-detect QEMU.  But when building a
488994dcf70SRichard Henderson	  system-specific kernel, the assumption is that we want to
48983fc61a5SMasanari Iida	  eliminate as many runtime tests as possible.
490994dcf70SRichard Henderson
491994dcf70SRichard Henderson	  If unsure, say N.
492994dcf70SRichard Henderson
493994dcf70SRichard Henderson
4941da177e4SLinus Torvaldsconfig ALPHA_SRM
4951da177e4SLinus 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
4964f73bc4dSJoe Millenbach	depends on TTY
4971da177e4SLinus Torvalds	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
498*a7f7f624SMasahiro Yamada	help
4991da177e4SLinus Torvalds	  There are two different types of booting firmware on Alphas: SRM,
5001da177e4SLinus Torvalds	  which is command line driven, and ARC, which uses menus and arrow
5011da177e4SLinus Torvalds	  keys. Details about the Linux/Alpha booting process are contained in
5021da177e4SLinus Torvalds	  the Linux/Alpha FAQ, accessible on the WWW from
5031da177e4SLinus Torvalds	  <http://www.alphalinux.org/>.
5041da177e4SLinus Torvalds
5051da177e4SLinus Torvalds	  The usual way to load Linux on an Alpha machine is to use MILO
5061da177e4SLinus Torvalds	  (a bootloader that lets you pass command line parameters to the
5071da177e4SLinus Torvalds	  kernel just like lilo does for the x86 architecture) which can be
5081da177e4SLinus Torvalds	  loaded either from ARC or can be installed directly as a permanent
5091da177e4SLinus Torvalds	  firmware replacement from floppy (which requires changing a certain
5101da177e4SLinus Torvalds	  jumper on the motherboard). If you want to do either of these, say N
5111da177e4SLinus Torvalds	  here. If MILO doesn't work on your system (true for Jensen
5121da177e4SLinus Torvalds	  motherboards), you can bypass it altogether and boot Linux directly
5131da177e4SLinus Torvalds	  from an SRM console; say Y here in order to do that. Note that you
5141da177e4SLinus Torvalds	  won't be able to boot from an IDE disk using SRM.
5151da177e4SLinus Torvalds
5161da177e4SLinus Torvalds	  If unsure, say N.
5171da177e4SLinus Torvalds
518a08b6b79Sviro@ZenIV.linux.org.ukconfig ARCH_MAY_HAVE_PC_FDC
519a08b6b79Sviro@ZenIV.linux.org.uk	def_bool y
520a08b6b79Sviro@ZenIV.linux.org.uk
5211da177e4SLinus Torvaldsconfig SMP
5221da177e4SLinus Torvalds	bool "Symmetric multi-processing support"
5231da177e4SLinus Torvalds	depends on ALPHA_SABLE || ALPHA_LYNX || ALPHA_RAWHIDE || ALPHA_DP264 || ALPHA_WILDFIRE || ALPHA_TITAN || ALPHA_GENERIC || ALPHA_SHARK || ALPHA_MARVEL
524*a7f7f624SMasahiro Yamada	help
5251da177e4SLinus Torvalds	  This enables support for systems with more than one CPU. If you have
5264a474157SRobert Graffham	  a system with only one CPU, say N. If you have a system with more
5274a474157SRobert Graffham	  than one CPU, say Y.
5281da177e4SLinus Torvalds
5294a474157SRobert Graffham	  If you say N here, the kernel will run on uni- and multiprocessor
5301da177e4SLinus Torvalds	  machines, but will use only one CPU of a multiprocessor machine. If
5311da177e4SLinus Torvalds	  you say Y here, the kernel will run on many, but not all,
5324a474157SRobert Graffham	  uniprocessor machines. On a uniprocessor machine, the kernel
5331da177e4SLinus Torvalds	  will run faster if you say N here.
5341da177e4SLinus Torvalds
53503502faaSAdrian Bunk	  See also the SMP-HOWTO available at
53603502faaSAdrian Bunk	  <http://www.tldp.org/docs.html#howto>.
5371da177e4SLinus Torvalds
5381da177e4SLinus Torvalds	  If you don't know what to do here, say N.
5391da177e4SLinus Torvalds
5401da177e4SLinus Torvaldsconfig NR_CPUS
541d7083174SJay Estabrook	int "Maximum number of CPUs (2-32)"
542d7083174SJay Estabrook	range 2 32
5431da177e4SLinus Torvalds	depends on SMP
544d7083174SJay Estabrook	default "32" if ALPHA_GENERIC || ALPHA_MARVEL
545d7083174SJay Estabrook	default "4" if !ALPHA_GENERIC && !ALPHA_MARVEL
546d7083174SJay Estabrook	help
547d7083174SJay Estabrook	  MARVEL support can handle a maximum of 32 CPUs, all the others
548d7083174SJay Estabrook          with working support have a maximum of 4 CPUs.
5491da177e4SLinus Torvalds
5503f22ab27SDave Hansenconfig ARCH_DISCONTIGMEM_ENABLE
55188d11bb9SKees Cook	bool "Discontiguous Memory Support"
5521da177e4SLinus Torvalds	help
553fc31e838SMatt LaPlante	  Say Y to support efficient handling of discontiguous physical memory,
5541da177e4SLinus Torvalds	  for architectures which are either NUMA (Non-Uniform Memory Access)
5551da177e4SLinus Torvalds	  or have huge holes in the physical address space for other reasons.
556ad56b738SMike Rapoport	  See <file:Documentation/vm/numa.rst> for more.
5571da177e4SLinus Torvalds
5581da177e4SLinus Torvaldsconfig NUMA
5591da177e4SLinus Torvalds	bool "NUMA Support (EXPERIMENTAL)"
5606df7c994SAl Viro	depends on DISCONTIGMEM && BROKEN
5611da177e4SLinus Torvalds	help
5621da177e4SLinus Torvalds	  Say Y to compile the kernel to support NUMA (Non-Uniform Memory
5631da177e4SLinus Torvalds	  Access).  This option is for configuring high-end multiprocessor
5641da177e4SLinus Torvalds	  server machines.  If in doubt, say N.
5651da177e4SLinus Torvalds
5667f3bbb82SRichard Hendersonconfig ALPHA_WTINT
5677f3bbb82SRichard Henderson	bool "Use WTINT" if ALPHA_SRM || ALPHA_GENERIC
5687f3bbb82SRichard Henderson	default y if ALPHA_QEMU
5697f3bbb82SRichard Henderson	default n if ALPHA_EV5 || ALPHA_EV56 || (ALPHA_EV4 && !ALPHA_LCA)
5707f3bbb82SRichard Henderson	default n if !ALPHA_SRM && !ALPHA_GENERIC
5717f3bbb82SRichard Henderson	default y if SMP
572*a7f7f624SMasahiro Yamada	help
5737f3bbb82SRichard Henderson	  The Wait for Interrupt (WTINT) PALcall attempts to place the CPU
5747f3bbb82SRichard Henderson	  to sleep until the next interrupt.  This may reduce the power
5757f3bbb82SRichard Henderson	  consumed, and the heat produced by the computer.  However, it has
5767f3bbb82SRichard Henderson	  the side effect of making the cycle counter unreliable as a timing
5777f3bbb82SRichard Henderson	  device across the sleep.
5787f3bbb82SRichard Henderson
5797f3bbb82SRichard Henderson	  For emulation under QEMU, definitely say Y here, as we have other
5807f3bbb82SRichard Henderson	  mechanisms for measuring time than the cycle counter.
5817f3bbb82SRichard Henderson
5827f3bbb82SRichard Henderson	  For EV4 (but not LCA), EV5 and EV56 systems, or for systems running
5837f3bbb82SRichard Henderson	  MILO, sleep mode is not supported so you might as well say N here.
5847f3bbb82SRichard Henderson
5857f3bbb82SRichard Henderson	  For SMP systems we cannot use the cycle counter for timing anyway,
5867f3bbb82SRichard Henderson	  so you might as well say Y here.
5877f3bbb82SRichard Henderson
5887f3bbb82SRichard Henderson	  If unsure, say N.
5897f3bbb82SRichard Henderson
590c80d79d7SYasunori Gotoconfig NODES_SHIFT
591c80d79d7SYasunori Goto	int
592c80d79d7SYasunori Goto	default "7"
593c80d79d7SYasunori Goto	depends on NEED_MULTIPLE_NODES
594c80d79d7SYasunori Goto
5951da177e4SLinus Torvalds# LARGE_VMALLOC is racy, if you *really* need it then fix it first
5961da177e4SLinus Torvaldsconfig ALPHA_LARGE_VMALLOC
5971da177e4SLinus Torvalds	bool
598*a7f7f624SMasahiro Yamada	help
5991da177e4SLinus Torvalds	  Process creation and other aspects of virtual memory management can
6001da177e4SLinus Torvalds	  be streamlined if we restrict the kernel to one PGD for all vmalloc
6011da177e4SLinus Torvalds	  allocations.  This equates to about 8GB.
6021da177e4SLinus Torvalds
6031da177e4SLinus Torvalds	  Under normal circumstances, this is so far and above what is needed
6041da177e4SLinus Torvalds	  as to be laughable.  However, there are certain applications (such
6051da177e4SLinus Torvalds	  as benchmark-grade in-kernel web serving) that can make use of as
6061da177e4SLinus Torvalds	  much vmalloc space as is available.
6071da177e4SLinus Torvalds
6081da177e4SLinus Torvalds	  Say N unless you know you need gobs and gobs of vmalloc space.
6091da177e4SLinus Torvalds
6101da177e4SLinus Torvaldsconfig VERBOSE_MCHECK
6111da177e4SLinus Torvalds	bool "Verbose Machine Checks"
6121da177e4SLinus Torvalds
6131da177e4SLinus Torvaldsconfig VERBOSE_MCHECK_ON
6141da177e4SLinus Torvalds	int "Verbose Printing Mode (0=off, 1=on, 2=all)"
6151da177e4SLinus Torvalds	depends on VERBOSE_MCHECK
6161da177e4SLinus Torvalds	default 1
617*a7f7f624SMasahiro Yamada	help
6181da177e4SLinus Torvalds	  This option allows the default printing mode to be set, and then
6191da177e4SLinus Torvalds	  possibly overridden by a boot command argument.
6201da177e4SLinus Torvalds
6211da177e4SLinus Torvalds	  For example, if one wanted the option of printing verbose
6221da177e4SLinus Torvalds	  machine checks, but wanted the default to be as if verbose
6231da177e4SLinus Torvalds	  machine check printing was turned off, then one would choose
6241da177e4SLinus Torvalds	  the printing mode to be 0. Then, upon reboot, one could add
6251da177e4SLinus Torvalds	  the boot command line "verbose_mcheck=1" to get the normal
6261da177e4SLinus Torvalds	  verbose machine check printing, or "verbose_mcheck=2" to get
6271da177e4SLinus Torvalds	  the maximum information available.
6281da177e4SLinus Torvalds
6291da177e4SLinus Torvalds	  Take the default (1) unless you want more control or more info.
6301da177e4SLinus Torvalds
631fddd87d6SRichard Hendersonchoice
632fddd87d6SRichard Henderson	prompt "Timer interrupt frequency (HZ)?"
633fddd87d6SRichard Henderson	default HZ_128 if ALPHA_QEMU
634fddd87d6SRichard Henderson	default HZ_1200 if ALPHA_RAWHIDE
635fddd87d6SRichard Henderson	default HZ_1024
636*a7f7f624SMasahiro Yamada	help
637fddd87d6SRichard Henderson	  The frequency at which timer interrupts occur.  A high frequency
638fddd87d6SRichard Henderson	  minimizes latency, whereas a low frequency minimizes overhead of
639fddd87d6SRichard Henderson	  process accounting.  The later effect is especially significant
640fddd87d6SRichard Henderson	  when being run under QEMU.
641fddd87d6SRichard Henderson
642fddd87d6SRichard Henderson	  Note that some Alpha hardware cannot change the interrupt frequency
643fddd87d6SRichard Henderson	  of the timer.  If unsure, say 1024 (or 1200 for Rawhide).
644fddd87d6SRichard Henderson
645fddd87d6SRichard Henderson	config HZ_32
646fddd87d6SRichard Henderson		bool "32 Hz"
647fddd87d6SRichard Henderson	config HZ_64
648fddd87d6SRichard Henderson		bool "64 Hz"
649fddd87d6SRichard Henderson	config HZ_128
650fddd87d6SRichard Henderson		bool "128 Hz"
651fddd87d6SRichard Henderson	config HZ_256
652fddd87d6SRichard Henderson		bool "256 Hz"
653fddd87d6SRichard Henderson	config HZ_1024
654fddd87d6SRichard Henderson		bool "1024 Hz"
655fddd87d6SRichard Henderson	config HZ_1200
656fddd87d6SRichard Henderson		bool "1200 Hz"
657fddd87d6SRichard Hendersonendchoice
658fddd87d6SRichard Henderson
659bdc80787SH. Peter Anvinconfig HZ
660bdc80787SH. Peter Anvin	int
661fddd87d6SRichard Henderson	default 32 if HZ_32
662fddd87d6SRichard Henderson	default 64 if HZ_64
663fddd87d6SRichard Henderson	default 128 if HZ_128
664fddd87d6SRichard Henderson	default 256 if HZ_256
665fddd87d6SRichard Henderson	default 1200 if HZ_1200
666bdc80787SH. Peter Anvin	default 1024
667bdc80787SH. Peter Anvin
6681da177e4SLinus Torvaldsconfig SRM_ENV
6691da177e4SLinus Torvalds	tristate "SRM environment through procfs"
6701da177e4SLinus Torvalds	depends on PROC_FS
671*a7f7f624SMasahiro Yamada	help
6721da177e4SLinus Torvalds	  If you enable this option, a subdirectory inside /proc called
6731da177e4SLinus Torvalds	  /proc/srm_environment will give you access to the all important
6741da177e4SLinus Torvalds	  SRM environment variables (those which have a name) and also
6751da177e4SLinus Torvalds	  to all others (by their internal number).
6761da177e4SLinus Torvalds
6771da177e4SLinus Torvalds	  SRM is something like a BIOS for Alpha machines. There are some
6781da177e4SLinus Torvalds	  other such BIOSes, like AlphaBIOS, which this driver cannot
6791da177e4SLinus Torvalds	  support (hey, that's not SRM!).
6801da177e4SLinus Torvalds
6811da177e4SLinus Torvalds	  Despite the fact that this driver doesn't work on all Alphas (but
6821da177e4SLinus Torvalds	  only on those which have SRM as their firmware), it's save to
6831da177e4SLinus Torvalds	  build it even if your particular machine doesn't know about SRM
6841da177e4SLinus Torvalds	  (or if you intend to compile a generic kernel). It will simply
6851da177e4SLinus Torvalds	  not create those subdirectory in /proc (and give you some warning,
6861da177e4SLinus Torvalds	  of course).
6871da177e4SLinus Torvalds
6881da177e4SLinus Torvalds	  This driver is also available as a module and will be called
6891da177e4SLinus Torvalds	  srm_env then.
6901da177e4SLinus Torvalds
6911da177e4SLinus Torvaldsendmenu
6921da177e4SLinus Torvalds
693025a2215SJay Estabrook# DUMMY_CONSOLE may be defined in drivers/video/console/Kconfig
694025a2215SJay Estabrook# but we also need it if VGA_HOSE is set
695025a2215SJay Estabrookconfig DUMMY_CONSOLE
696025a2215SJay Estabrook	bool
697025a2215SJay Estabrook	depends on VGA_HOSE
698025a2215SJay Estabrook	default y
699