Kconfig.debug (fdfc0d8a06b56c3ca8fc3d7d271b3c8e99e6d55c) | Kconfig.debug (a939fc5a71ad531633610242400c262e78731532) |
---|---|
1menu "Kernel hacking" 2 3source "lib/Kconfig.debug" 4 5config ARM_PTDUMP 6 bool "Export kernel pagetable layout to userspace via debugfs" 7 depends on DEBUG_KERNEL 8 select DEBUG_FS --- 1362 unchanged lines hidden (view full) --- 1371 1372config CORESIGHT_SINK_ETBV10 1373 bool "Coresight ETBv1.0 driver" 1374 depends on CORESIGHT_LINKS_AND_SINKS 1375 help 1376 This enables support for the Embedded Trace Buffer version 1.0 driver 1377 that complies with the generic implementation of the component without 1378 special enhancement or added features. | 1menu "Kernel hacking" 2 3source "lib/Kconfig.debug" 4 5config ARM_PTDUMP 6 bool "Export kernel pagetable layout to userspace via debugfs" 7 depends on DEBUG_KERNEL 8 select DEBUG_FS --- 1362 unchanged lines hidden (view full) --- 1371 1372config CORESIGHT_SINK_ETBV10 1373 bool "Coresight ETBv1.0 driver" 1374 depends on CORESIGHT_LINKS_AND_SINKS 1375 help 1376 This enables support for the Embedded Trace Buffer version 1.0 driver 1377 that complies with the generic implementation of the component without 1378 special enhancement or added features. |
1379 1380config CORESIGHT_SOURCE_ETM3X 1381 bool "CoreSight Embedded Trace Macrocell 3.x driver" 1382 select CORESIGHT_LINKS_AND_SINKS 1383 help 1384 This driver provides support for processor ETM3.x and PTM1.x modules, 1385 which allows tracing the instructions that a processor is executing 1386 This is primarily useful for instruction level tracing. Depending 1387 the ETM version data tracing may also be available. |
|
1379endif 1380endmenu | 1388endif 1389endmenu |