diff options
| author | Tingwei Zhang <[email protected]> | 2020-09-28 10:35:09 -0600 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2020-09-28 19:47:42 +0200 |
| commit | 3c3fd1a14552cd9305737ab3d278d2df542a797e (patch) | |
| tree | 619d155d91308bda5458750558a1c9dea40b4d83 /tools/perf/scripts/python | |
| parent | f02b089e7bddd2f66e63f926960a4e384b1f436d (diff) | |
coresight: cti: Allow cti to be built as a module
Allow to build coresight-cti as a module, for ease of development.
- Kconfig becomes a tristate, to allow =m
- append -core to source file name to allow module to
be called coresight-cti by the Makefile
- add an cti_remove function, for module unload
- add a MODULE_DEVICE_TABLE for autoloading on boot
- move cti_remove_conn_xrefs to cti_remove since all sysfs links
have gone when system calls device_release.
Reviewed-by Mike Leach <[email protected]>
Tested-by: Mike Leach <[email protected]>
Signed-off-by: Tingwei Zhang <[email protected]>
Signed-off-by: Mathieu Poirier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions