2009-03-27 13:25:50 +00:00
|
|
|
config MICROBLAZE
|
|
|
|
def_bool y
|
2010-07-12 04:36:09 +00:00
|
|
|
select HAVE_MEMBLOCK
|
2009-11-16 08:40:14 +00:00
|
|
|
select HAVE_FUNCTION_TRACER
|
2009-11-16 08:55:08 +00:00
|
|
|
select HAVE_FUNCTION_TRACE_MCOUNT_TEST
|
2009-11-16 09:32:10 +00:00
|
|
|
select HAVE_FUNCTION_GRAPH_TRACER
|
2009-12-10 13:15:44 +00:00
|
|
|
select HAVE_DYNAMIC_FTRACE
|
|
|
|
select HAVE_FTRACE_MCOUNT_RECORD
|
2009-07-27 17:45:32 +00:00
|
|
|
select USB_ARCH_HAS_EHCI
|
2009-05-11 13:49:12 +00:00
|
|
|
select ARCH_WANT_OPTIONAL_GPIOLIB
|
2009-11-24 10:27:54 +00:00
|
|
|
select HAVE_OPROFILE
|
2010-08-03 09:45:08 +00:00
|
|
|
select HAVE_ARCH_KGDB
|
2010-01-14 10:21:02 +00:00
|
|
|
select HAVE_DMA_ATTRS
|
|
|
|
select HAVE_DMA_API_DEBUG
|
2009-11-24 10:27:54 +00:00
|
|
|
select TRACING_SUPPORT
|
2010-06-29 02:42:00 +00:00
|
|
|
select OF
|
2010-11-18 23:54:56 +00:00
|
|
|
select OF_EARLY_FLATTREE
|
2011-01-19 19:35:05 +00:00
|
|
|
select HAVE_GENERIC_HARDIRQS
|
|
|
|
select GENERIC_IRQ_PROBE
|
2011-02-06 19:36:33 +00:00
|
|
|
select GENERIC_HARDIRQS_NO_DEPRECATED
|
2009-03-27 13:25:50 +00:00
|
|
|
|
|
|
|
config SWAP
|
|
|
|
def_bool n
|
|
|
|
|
|
|
|
config RWSEM_GENERIC_SPINLOCK
|
|
|
|
def_bool y
|
|
|
|
|
|
|
|
config RWSEM_XCHGADD_ALGORITHM
|
|
|
|
bool
|
|
|
|
|
|
|
|
config ARCH_HAS_ILOG2_U32
|
|
|
|
def_bool n
|
|
|
|
|
|
|
|
config ARCH_HAS_ILOG2_U64
|
|
|
|
def_bool n
|
|
|
|
|
|
|
|
config GENERIC_FIND_NEXT_BIT
|
|
|
|
def_bool y
|
|
|
|
|
|
|
|
config GENERIC_HWEIGHT
|
|
|
|
def_bool y
|
|
|
|
|
|
|
|
config GENERIC_CALIBRATE_DELAY
|
|
|
|
def_bool y
|
|
|
|
|
|
|
|
config GENERIC_TIME_VSYSCALL
|
|
|
|
def_bool n
|
|
|
|
|
|
|
|
config GENERIC_CLOCKEVENTS
|
|
|
|
def_bool y
|
|
|
|
|
2009-05-11 13:49:12 +00:00
|
|
|
config GENERIC_GPIO
|
|
|
|
def_bool y
|
|
|
|
|
2009-06-18 17:55:32 +00:00
|
|
|
config GENERIC_CSUM
|
|
|
|
def_bool y
|
|
|
|
|
2009-11-10 14:57:01 +00:00
|
|
|
config STACKTRACE_SUPPORT
|
|
|
|
def_bool y
|
|
|
|
|
2009-12-10 11:07:02 +00:00
|
|
|
config LOCKDEP_SUPPORT
|
|
|
|
def_bool y
|
|
|
|
|
2009-11-16 08:09:47 +00:00
|
|
|
config HAVE_LATENCYTOP_SUPPORT
|
|
|
|
def_bool y
|
|
|
|
|
2009-03-27 13:25:50 +00:00
|
|
|
source "init/Kconfig"
|
|
|
|
|
|
|
|
source "kernel/Kconfig.freezer"
|
|
|
|
|
|
|
|
source "arch/microblaze/platform/Kconfig.platform"
|
|
|
|
|
|
|
|
menu "Processor type and features"
|
|
|
|
|
2010-01-12 10:05:49 +00:00
|
|
|
source "kernel/time/Kconfig"
|
2009-03-27 13:25:50 +00:00
|
|
|
|
|
|
|
source "kernel/Kconfig.preempt"
|
|
|
|
|
|
|
|
source "kernel/Kconfig.hz"
|
|
|
|
|
|
|
|
config MMU
|
2009-05-26 14:30:31 +00:00
|
|
|
bool "MMU support"
|
|
|
|
default n
|
2009-03-27 13:25:50 +00:00
|
|
|
|
|
|
|
config NO_MMU
|
|
|
|
bool
|
|
|
|
depends on !MMU
|
|
|
|
default y
|
|
|
|
|
|
|
|
comment "Boot options"
|
|
|
|
|
|
|
|
config CMDLINE_BOOL
|
|
|
|
bool "Default bootloader kernel arguments"
|
|
|
|
|
|
|
|
config CMDLINE
|
|
|
|
string "Default kernel command string"
|
|
|
|
depends on CMDLINE_BOOL
|
|
|
|
default "console=ttyUL0,115200"
|
|
|
|
help
|
|
|
|
On some architectures there is currently no way for the boot loader
|
|
|
|
to pass arguments to the kernel. For these architectures, you should
|
|
|
|
supply some command-line options at build time by entering them
|
|
|
|
here.
|
|
|
|
|
|
|
|
config CMDLINE_FORCE
|
|
|
|
bool "Force default kernel command string"
|
|
|
|
depends on CMDLINE_BOOL
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Set this to have arguments from the default kernel command string
|
|
|
|
override those passed by the boot loader.
|
|
|
|
|
2010-08-06 06:50:35 +00:00
|
|
|
config SECCOMP
|
|
|
|
bool "Enable seccomp to safely compute untrusted bytecode"
|
|
|
|
depends on PROC_FS
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
This kernel feature is useful for number crunching applications
|
|
|
|
that may need to compute untrusted bytecode during their
|
|
|
|
execution. By using pipes or other transports made available to
|
|
|
|
the process as file descriptors supporting the read/write
|
|
|
|
syscalls, it's possible to isolate those applications in
|
|
|
|
their own address space using seccomp. Once seccomp is
|
|
|
|
enabled via /proc/<pid>/seccomp, it cannot be disabled
|
|
|
|
and the task is only allowed to execute a few safe syscalls
|
|
|
|
defined by each seccomp mode.
|
|
|
|
|
|
|
|
If unsure, say Y. Only embedded should say N here.
|
|
|
|
|
2009-03-27 13:25:50 +00:00
|
|
|
endmenu
|
|
|
|
|
2009-05-26 14:30:31 +00:00
|
|
|
menu "Advanced setup"
|
|
|
|
|
|
|
|
config ADVANCED_OPTIONS
|
|
|
|
bool "Prompt for advanced kernel configuration options"
|
|
|
|
help
|
|
|
|
This option will enable prompting for a variety of advanced kernel
|
|
|
|
configuration options. These options can cause the kernel to not
|
|
|
|
work if they are set incorrectly, but can be used to optimize certain
|
|
|
|
aspects of kernel memory management.
|
|
|
|
|
|
|
|
Unless you know what you are doing, say N here.
|
|
|
|
|
|
|
|
comment "Default settings for advanced configuration options are used"
|
|
|
|
depends on !ADVANCED_OPTIONS
|
|
|
|
|
2010-02-22 11:16:08 +00:00
|
|
|
config XILINX_UNCACHED_SHADOW
|
|
|
|
bool "Are you using uncached shadow for RAM ?"
|
|
|
|
depends on ADVANCED_OPTIONS && !MMU
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
This is needed to be able to allocate uncachable memory regions.
|
|
|
|
The feature requires the design to define the RAM memory controller
|
|
|
|
window to be twice as large as the actual physical memory.
|
|
|
|
|
2009-05-26 14:30:31 +00:00
|
|
|
config HIGHMEM_START_BOOL
|
|
|
|
bool "Set high memory pool address"
|
|
|
|
depends on ADVANCED_OPTIONS && HIGHMEM
|
|
|
|
help
|
|
|
|
This option allows you to set the base address of the kernel virtual
|
|
|
|
area used to map high memory pages. This can be useful in
|
|
|
|
optimizing the layout of kernel virtual memory.
|
|
|
|
|
|
|
|
Say N here unless you know what you are doing.
|
|
|
|
|
|
|
|
config HIGHMEM_START
|
|
|
|
hex "Virtual start address of high memory pool" if HIGHMEM_START_BOOL
|
|
|
|
depends on MMU
|
|
|
|
default "0xfe000000"
|
|
|
|
|
|
|
|
config LOWMEM_SIZE_BOOL
|
|
|
|
bool "Set maximum low memory"
|
2010-02-22 10:33:07 +00:00
|
|
|
depends on ADVANCED_OPTIONS && MMU
|
2009-05-26 14:30:31 +00:00
|
|
|
help
|
|
|
|
This option allows you to set the maximum amount of memory which
|
|
|
|
will be used as "low memory", that is, memory which the kernel can
|
|
|
|
access directly, without having to set up a kernel virtual mapping.
|
|
|
|
This can be useful in optimizing the layout of kernel virtual
|
|
|
|
memory.
|
|
|
|
|
|
|
|
Say N here unless you know what you are doing.
|
|
|
|
|
|
|
|
config LOWMEM_SIZE
|
|
|
|
hex "Maximum low memory size (in bytes)" if LOWMEM_SIZE_BOOL
|
|
|
|
default "0x30000000"
|
|
|
|
|
|
|
|
config KERNEL_START_BOOL
|
|
|
|
bool "Set custom kernel base address"
|
|
|
|
depends on ADVANCED_OPTIONS
|
|
|
|
help
|
|
|
|
This option allows you to set the kernel virtual address at which
|
|
|
|
the kernel will map low memory (the kernel image will be linked at
|
|
|
|
this address). This can be useful in optimizing the virtual memory
|
|
|
|
layout of the system.
|
|
|
|
|
|
|
|
Say N here unless you know what you are doing.
|
|
|
|
|
|
|
|
config KERNEL_START
|
|
|
|
hex "Virtual address of kernel base" if KERNEL_START_BOOL
|
|
|
|
default "0xc0000000" if MMU
|
|
|
|
default KERNEL_BASE_ADDR if !MMU
|
|
|
|
|
|
|
|
config TASK_SIZE_BOOL
|
|
|
|
bool "Set custom user task size"
|
2010-02-22 10:33:07 +00:00
|
|
|
depends on ADVANCED_OPTIONS && MMU
|
2009-05-26 14:30:31 +00:00
|
|
|
help
|
|
|
|
This option allows you to set the amount of virtual address space
|
|
|
|
allocated to user tasks. This can be useful in optimizing the
|
|
|
|
virtual memory layout of the system.
|
|
|
|
|
|
|
|
Say N here unless you know what you are doing.
|
|
|
|
|
|
|
|
config TASK_SIZE
|
|
|
|
hex "Size of user task space" if TASK_SIZE_BOOL
|
|
|
|
default "0x80000000"
|
|
|
|
|
2010-05-13 15:48:27 +00:00
|
|
|
choice
|
|
|
|
prompt "Page size"
|
|
|
|
default MICROBLAZE_4K_PAGES
|
|
|
|
depends on ADVANCED_OPTIONS && !MMU
|
|
|
|
help
|
|
|
|
Select the kernel logical page size. Increasing the page size
|
|
|
|
will reduce software overhead at each page boundary, allow
|
|
|
|
hardware prefetch mechanisms to be more effective, and allow
|
|
|
|
larger dma transfers increasing IO efficiency and reducing
|
|
|
|
overhead. However the utilization of memory will increase.
|
|
|
|
For example, each cached file will using a multiple of the
|
|
|
|
page size to hold its contents and the difference between the
|
|
|
|
end of file and the end of page is wasted.
|
|
|
|
|
|
|
|
If unsure, choose 4K_PAGES.
|
|
|
|
|
|
|
|
config MICROBLAZE_4K_PAGES
|
|
|
|
bool "4k page size"
|
|
|
|
|
|
|
|
config MICROBLAZE_8K_PAGES
|
|
|
|
bool "8k page size"
|
|
|
|
|
|
|
|
config MICROBLAZE_16K_PAGES
|
|
|
|
bool "16k page size"
|
|
|
|
|
|
|
|
config MICROBLAZE_32K_PAGES
|
|
|
|
bool "32k page size"
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
2009-05-26 14:30:31 +00:00
|
|
|
endmenu
|
|
|
|
|
2009-03-27 13:25:50 +00:00
|
|
|
source "mm/Kconfig"
|
|
|
|
|
|
|
|
menu "Exectuable file formats"
|
|
|
|
|
|
|
|
source "fs/Kconfig.binfmt"
|
|
|
|
|
|
|
|
endmenu
|
|
|
|
|
2010-01-18 14:27:10 +00:00
|
|
|
menu "Bus Options"
|
|
|
|
|
|
|
|
config PCI
|
|
|
|
bool "PCI support"
|
|
|
|
|
|
|
|
config PCI_DOMAINS
|
|
|
|
def_bool PCI
|
|
|
|
|
|
|
|
config PCI_SYSCALL
|
|
|
|
def_bool PCI
|
|
|
|
|
2010-01-18 14:27:11 +00:00
|
|
|
config PCI_XILINX
|
|
|
|
bool "Xilinx PCI host bridge support"
|
|
|
|
depends on PCI
|
|
|
|
|
2010-01-18 14:27:10 +00:00
|
|
|
source "drivers/pci/Kconfig"
|
|
|
|
|
|
|
|
endmenu
|
|
|
|
|
2009-03-27 13:25:50 +00:00
|
|
|
source "net/Kconfig"
|
|
|
|
|
|
|
|
source "drivers/Kconfig"
|
|
|
|
|
|
|
|
source "fs/Kconfig"
|
|
|
|
|
|
|
|
source "arch/microblaze/Kconfig.debug"
|
|
|
|
|
|
|
|
source "security/Kconfig"
|
|
|
|
|
|
|
|
source "crypto/Kconfig"
|
|
|
|
|
|
|
|
source "lib/Kconfig"
|