Kconfig (470fba7ebe60ad9185056b080b331abad24b4df9) | Kconfig (0011036beeffeada15acd1936d67988de21ca65e) |
---|---|
1config MIPS 2 bool 3 default y 4 select HAVE_IDE 5 select HAVE_OPROFILE 6 select HAVE_ARCH_KGDB 7 # Horrible source of confusion. Die, die, die ... 8 select EMBEDDED --- 1872 unchanged lines hidden (view full) --- 1881 default y 1882 1883config STACKTRACE_SUPPORT 1884 bool 1885 default y 1886 1887source "init/Kconfig" 1888 | 1config MIPS 2 bool 3 default y 4 select HAVE_IDE 5 select HAVE_OPROFILE 6 select HAVE_ARCH_KGDB 7 # Horrible source of confusion. Die, die, die ... 8 select EMBEDDED --- 1872 unchanged lines hidden (view full) --- 1881 default y 1882 1883config STACKTRACE_SUPPORT 1884 bool 1885 default y 1886 1887source "init/Kconfig" 1888 |
1889config PROBE_INITRD_HEADER 1890 bool "Probe initrd header created by addinitrd" 1891 depends on BLK_DEV_INITRD 1892 help 1893 Probe initrd header at the last page of kernel image. 1894 Say Y here if you are using arch/mips/boot/addinitrd.c to 1895 add initrd or initramfs image to the kernel image. 1896 Otherwise, say N. 1897 |
|
1889menu "Bus options (PCI, PCMCIA, EISA, ISA, TC)" 1890 1891config HW_HAS_EISA 1892 bool 1893config HW_HAS_PCI 1894 bool 1895 1896config PCI --- 146 unchanged lines hidden --- | 1898menu "Bus options (PCI, PCMCIA, EISA, ISA, TC)" 1899 1900config HW_HAS_EISA 1901 bool 1902config HW_HAS_PCI 1903 bool 1904 1905config PCI --- 146 unchanged lines hidden --- |