Kconfig.debug (bc4bf7fe98daf4e64cc5ffc6cdc0e820f4d99c14) Kconfig.debug (dc161b9f01142c6b2c985290b7aa3e58e2408036)
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

--- 1345 unchanged lines hidden (view full) ---

1354 bool "Coresight generic TMC driver"
1355 depends on CORESIGHT_LINKS_AND_SINKS
1356 help
1357 This enables support for the Trace Memory Controller driver. Depending
1358 on its configuration the device can act as a link (embedded trace router
1359 - ETR) or sink (embedded trace FIFO). The driver complies with the
1360 generic implementation of the component without special enhancement or
1361 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

--- 1345 unchanged lines hidden (view full) ---

1354 bool "Coresight generic TMC driver"
1355 depends on CORESIGHT_LINKS_AND_SINKS
1356 help
1357 This enables support for the Trace Memory Controller driver. Depending
1358 on its configuration the device can act as a link (embedded trace router
1359 - ETR) or sink (embedded trace FIFO). The driver complies with the
1360 generic implementation of the component without special enhancement or
1361 added features.
1362
1363config CORESIGHT_SINK_TPIU
1364 bool "Coresight generic TPIU driver"
1365 depends on CORESIGHT_LINKS_AND_SINKS
1366 help
1367 This enables support for the Trace Port Interface Unit driver, responsible
1368 for bridging the gap between the on-chip coresight components and a trace
1369 port collection engine, typically connected to an external host for use
1370 case capturing more traces than the on-board coresight memory can handle.
1362endif
1363endmenu
1371endif
1372endmenu