1
0
Files
kernel-49/arch/mips/tc3262/Kconfig
Sergey Korolev 6d1dc95165 tc3262/Kconfig: disable TC3262_IMEM when FUNCTION_GRAPH_TRACER enabled, SYS-637
The function graph tracer needs to know where IRQ entry functions
placed. Otherwise print_graph_irq() will not work correctly.
2022-09-14 23:05:50 +03:00

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