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

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

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.
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

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

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.
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.
1371endif
1372endmenu
1379endif
1380endmenu