The function graph tracer needs to know where IRQ entry functions placed. Otherwise print_graph_irq() will not work correctly.
51 lines
869 B
Plaintext
51 lines
869 B
Plaintext
if MIPS_TC3262
|
|
|
|
config PCIE_PORT1
|
|
bool "Second PCIe port support"
|
|
default n
|
|
|
|
#--------------------------
|
|
|
|
if (ECONET_EN7512 || ECONET_EN7516)
|
|
|
|
config TC3162_ADSL
|
|
bool "Enable ADSL support"
|
|
default n
|
|
|
|
config RALINK_VDSL
|
|
bool "Enable VDSL support"
|
|
default n
|
|
|
|
endif
|
|
|
|
#--------------------------
|
|
|
|
if !MIPS_TC3262_1004K
|
|
|
|
config TC3262_IMEM
|
|
bool "Enable SPRAM IMEM"
|
|
depends on !FUNCTION_GRAPH_TRACER
|
|
default y
|
|
|
|
endif
|
|
|
|
config TC3262_CPU_TIMER
|
|
bool "Use CPU External Timer (per-VPE)"
|
|
default y
|
|
|
|
choice
|
|
prompt "HWFQ flat buffer allocation mode"
|
|
default TC3262_HWFQ_ALLOC
|
|
|
|
config TC3262_HWFQ_ALLOC
|
|
bool "Use dma_alloc_coherent (fragmentation issue)"
|
|
config TC3262_HWFQ_MAP_4M
|
|
bool "Map 4MB beyond RAM size"
|
|
config TC3262_HWFQ_MAP_8M
|
|
bool "Map 8MB beyond RAM size"
|
|
config TC3262_HWFQ_MAP_16M
|
|
bool "Map 16MB beyond RAM size"
|
|
endchoice
|
|
|
|
endif # MIPS_TC3262
|