1 # For a description of the syntax of this configuration file,
2 # see Documentation/kbuild/kconfig-language.txt.
4 mainmenu "Linux/SCORE Kernel Configuration"
6 menu "Machine selection"
13 bool "SCORE7 processor"
14 select SYS_SUPPORTS_32BIT_KERNEL
16 select GENERIC_HAS_IOMAP
19 bool "SPCT6600 series based machines"
20 select SYS_SUPPORTS_32BIT_KERNEL
22 select GENERIC_HAS_IOMAP
25 bool "Score simulator"
26 select SYS_SUPPORTS_32BIT_KERNEL
28 select GENERIC_HAS_IOMAP
43 config RWSEM_GENERIC_SPINLOCK
46 config GENERIC_FIND_NEXT_BIT
49 config GENERIC_HWEIGHT
52 config GENERIC_CALIBRATE_DELAY
55 config GENERIC_CLOCKEVENTS
58 config SCHED_NO_NO_OMIT_FRAME_POINTER
61 config GENERIC_HARDIRQS_NO__DO_IRQ
64 config GENERIC_SYSCALL_TABLE
67 config SCORE_L1_CACHE_SHIFT
76 config GENERIC_HARDIRQS
79 config ARCH_FLATMEM_ENABLE
82 config ARCH_POPULATES_NODE_MAP
91 source "kernel/time/Kconfig"
92 source "kernel/Kconfig.hz"
93 source "kernel/Kconfig.preempt"
97 config RWSEM_GENERIC_SPINLOCK
100 config LOCKDEP_SUPPORT
103 config STACKTRACE_SUPPORT
106 source "init/Kconfig"
108 config PROBE_INITRD_HEADER
109 bool "Probe initrd header created by addinitrd"
110 depends on BLK_DEV_INITRD
112 Probe initrd header at the last page of kernel image.
113 Say Y here if you are using arch/score/boot/addinitrd.c to
114 add initrd or initramfs image to the kernel image.
120 menu "Executable file formats"
122 source "fs/Kconfig.binfmt"
128 source "drivers/Kconfig"
132 source "arch/score/Kconfig.debug"
134 source "security/Kconfig"
136 source "crypto/Kconfig"