Kconfig (dd7f1fe1fbe14cb100de14e6aa26ce4d3be0fab9) Kconfig (5dced29d71c2ad9b6e69a4af360bd2fd1b3c4950)
1config ALPHA
2 bool
3 default y
4 select HAVE_AOUT
5 select HAVE_IDE
6 select HAVE_OPROFILE
7 select HAVE_SYSCALL_WRAPPERS
8 select HAVE_IRQ_WORK
9 select HAVE_PCSPKR_PLATFORM
10 select HAVE_PERF_EVENTS
11 select HAVE_DMA_ATTRS
12 select HAVE_GENERIC_HARDIRQS
13 select GENERIC_IRQ_PROBE
14 select AUTO_IRQ_AFFINITY if SMP
15 select GENERIC_IRQ_SHOW
16 select ARCH_WANT_OPTIONAL_GPIOLIB
17 select ARCH_HAVE_NMI_SAFE_CMPXCHG
1config ALPHA
2 bool
3 default y
4 select HAVE_AOUT
5 select HAVE_IDE
6 select HAVE_OPROFILE
7 select HAVE_SYSCALL_WRAPPERS
8 select HAVE_IRQ_WORK
9 select HAVE_PCSPKR_PLATFORM
10 select HAVE_PERF_EVENTS
11 select HAVE_DMA_ATTRS
12 select HAVE_GENERIC_HARDIRQS
13 select GENERIC_IRQ_PROBE
14 select AUTO_IRQ_AFFINITY if SMP
15 select GENERIC_IRQ_SHOW
16 select ARCH_WANT_OPTIONAL_GPIOLIB
17 select ARCH_HAVE_NMI_SAFE_CMPXCHG
18 select GENERIC_SMP_IDLE_THREAD
19 select HAVE_GENERIC_INIT_TASK
18 help
19 The Alpha is a 64-bit general-purpose processor designed and
20 marketed by the Digital Equipment Corporation of blessed memory,
21 now Hewlett-Packard. The Alpha Linux project has a home page at
22 <http://www.alphalinux.org/>.
23
24config 64BIT
25 def_bool y

--- 446 unchanged lines hidden (view full) ---

472
473config ALPHA_BROKEN_IRQ_MASK
474 bool
475 depends on ALPHA_GENERIC || ALPHA_PC164
476 default y
477
478config VGA_HOSE
479 bool
20 help
21 The Alpha is a 64-bit general-purpose processor designed and
22 marketed by the Digital Equipment Corporation of blessed memory,
23 now Hewlett-Packard. The Alpha Linux project has a home page at
24 <http://www.alphalinux.org/>.
25
26config 64BIT
27 def_bool y

--- 446 unchanged lines hidden (view full) ---

474
475config ALPHA_BROKEN_IRQ_MASK
476 bool
477 depends on ALPHA_GENERIC || ALPHA_PC164
478 default y
479
480config VGA_HOSE
481 bool
480 depends on VGA_CONSOLE && (ALPHA_GENERIC || ALPHA_TITAN || ALPHA_MARVEL || ALPHA_TSUNAMI)
482 depends on ALPHA_GENERIC || ALPHA_TITAN || ALPHA_MARVEL || ALPHA_TSUNAMI
481 default y
482 help
483 Support VGA on an arbitrary hose; needed for several platforms
484 which always have multiple hoses, and whose consoles support it.
485
486
487config ALPHA_SRM
488 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

--- 182 unchanged lines hidden ---
483 default y
484 help
485 Support VGA on an arbitrary hose; needed for several platforms
486 which always have multiple hoses, and whose consoles support it.
487
488
489config ALPHA_SRM
490 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

--- 182 unchanged lines hidden ---