Kconfig (b0b933c08bd5fd053bbba8ba6387f543be03d49f) | Kconfig (bdc807871d58285737d50dc6163d0feb72cb0dc2) |
---|---|
1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5config ALPHA 6 bool 7 default y 8 select HAVE_OPROFILE --- 601 unchanged lines hidden (view full) --- 610 machine check printing was turned off, then one would choose 611 the printing mode to be 0. Then, upon reboot, one could add 612 the boot command line "verbose_mcheck=1" to get the normal 613 verbose machine check printing, or "verbose_mcheck=2" to get 614 the maximum information available. 615 616 Take the default (1) unless you want more control or more info. 617 | 1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5config ALPHA 6 bool 7 default y 8 select HAVE_OPROFILE --- 601 unchanged lines hidden (view full) --- 610 machine check printing was turned off, then one would choose 611 the printing mode to be 0. Then, upon reboot, one could add 612 the boot command line "verbose_mcheck=1" to get the normal 613 verbose machine check printing, or "verbose_mcheck=2" to get 614 the maximum information available. 615 616 Take the default (1) unless you want more control or more info. 617 |
618config HZ 619 int 620 default 1200 if ALPHA_RAWHIDE 621 default 1024 622 |
|
618source "drivers/pci/Kconfig" 619source "drivers/eisa/Kconfig" 620 621source "drivers/pcmcia/Kconfig" 622 623config SRM_ENV 624 tristate "SRM environment through procfs" 625 depends on PROC_FS --- 45 unchanged lines hidden --- | 623source "drivers/pci/Kconfig" 624source "drivers/eisa/Kconfig" 625 626source "drivers/pcmcia/Kconfig" 627 628config SRM_ENV 629 tristate "SRM environment through procfs" 630 depends on PROC_FS --- 45 unchanged lines hidden --- |