Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

score: drop unused Kconfig symbols

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Michal Marek <mmarek@suse.cz>

authored by

Paul Bolle and committed by
Michal Marek
fd694a1e 79fd4682

-19
-19
arch/score/Kconfig
··· 52 52 config GENERIC_CLOCKEVENTS 53 53 def_bool y 54 54 55 - config SCHED_NO_NO_OMIT_FRAME_POINTER 56 - def_bool y 57 - 58 - config GENERIC_SYSCALL_TABLE 59 - def_bool y 60 - 61 - config SCORE_L1_CACHE_SHIFT 62 - int 63 - default "4" 64 - 65 55 menu "Kernel type" 66 56 67 57 config 32BIT ··· 85 95 def_bool y 86 96 87 97 source "init/Kconfig" 88 - 89 - config PROBE_INITRD_HEADER 90 - bool "Probe initrd header created by addinitrd" 91 - depends on BLK_DEV_INITRD 92 - help 93 - Probe initrd header at the last page of kernel image. 94 - Say Y here if you are using arch/score/boot/addinitrd.c to 95 - add initrd or initramfs image to the kernel image. 96 - Otherwise, say N. 97 98 98 99 config MMU 99 100 def_bool y