4 bool "Enable CN63XXP1 errata worarounds"
7 The CN63XXP1 chip requires build time workarounds to
8 function reliably, select this option to enable them. These
9 workarounds will cause a slight decrease in performance on
10 non-CN63XXP1 hardware, so it is recommended to select "n"
11 unless it is known the workarounds are needed.
13 endif # CPU_CAVIUM_OCTEON
17 config CAVIUM_OCTEON_2ND_KERNEL
18 bool "Build the kernel to be used as a 2nd kernel on the same chip"
21 This option configures this kernel to be linked at a different
22 address and use the 2nd uart for output. This allows a kernel built
23 with this option to be run at the same time as one built without this
26 config CAVIUM_OCTEON_CVMSEG_SIZE
27 int "Number of L1 cache lines reserved for CVMSEG memory"
31 CVMSEG LM is a segment that accesses portions of the dcache as a
32 local memory; the larger CVMSEG is, the smaller the cache is.
33 This selects the size of CVMSEG LM, which is in cache blocks. The
34 legally range is from zero to 54 cache blocks (i.e. CVMSEG LM is
35 between zero and 6192 bytes).
37 config CAVIUM_OCTEON_LOCK_L2
38 bool "Lock often used kernel code in the L2"
41 Enable locking parts of the kernel into the L2 cache.
43 config CAVIUM_OCTEON_LOCK_L2_TLB
44 bool "Lock the TLB handler in L2"
45 depends on CAVIUM_OCTEON_LOCK_L2
48 Lock the low level TLB fast path into L2.
50 config CAVIUM_OCTEON_LOCK_L2_EXCEPTION
51 bool "Lock the exception handler in L2"
52 depends on CAVIUM_OCTEON_LOCK_L2
55 Lock the low level exception handler into L2.
57 config CAVIUM_OCTEON_LOCK_L2_LOW_LEVEL_INTERRUPT
58 bool "Lock the interrupt handler in L2"
59 depends on CAVIUM_OCTEON_LOCK_L2
62 Lock the low level interrupt handler into L2.
64 config CAVIUM_OCTEON_LOCK_L2_INTERRUPT
65 bool "Lock the 2nd level interrupt handler in L2"
66 depends on CAVIUM_OCTEON_LOCK_L2
69 Lock the 2nd level interrupt handler in L2.
71 config CAVIUM_OCTEON_LOCK_L2_MEMCPY
72 bool "Lock memcpy() in L2"
73 depends on CAVIUM_OCTEON_LOCK_L2
76 Lock the kernel's implementation of memcpy() into L2.
81 config NEED_SG_DMA_LENGTH
87 select NEED_SG_DMA_LENGTH
91 tristate "Module to measure interrupt latency using Octeon CIU Timer"
93 This driver is a module to measure interrupt latency using the
94 the CIU Timers on Octeon.
96 To compile this driver as a module, choose M here. The module
97 will be called octeon-ilm
99 endif # CAVIUM_OCTEON_SOC