Intel Trace Hub is a new concept/mechanism, used to transport messages from the SoC to external monitor through a USB connector. Add the Intel Trace Hub support on Tiger Lake UP3/UP4 Platform.
Signed-off-by: Jun Miao <[email protected]> --- bsp/intel-x86/intel-x86.scc | 1 + features/intel-th/intel-th.cfg | 8 ++++++++ features/intel-th/intel-th.scc | 4 ++++ 3 files changed, 13 insertions(+) create mode 100644 features/intel-th/intel-th.cfg create mode 100644 features/intel-th/intel-th.scc diff --git a/bsp/intel-x86/intel-x86.scc b/bsp/intel-x86/intel-x86.scc index c4dad375..6e94ef9f 100644 --- a/bsp/intel-x86/intel-x86.scc +++ b/bsp/intel-x86/intel-x86.scc @@ -42,6 +42,7 @@ include features/mmc/mmc-realtek.scc include features/intel-pinctrl/intel-pinctrl.scc include features/mgag200/mgag200.scc include features/thunderbolt/thunderbolt.scc +include features/intel-th/intel-th.scc kconf hardware intel-x86.cfg kconf hardware intel-x86-mga.cfg diff --git a/features/intel-th/intel-th.cfg b/features/intel-th/intel-th.cfg new file mode 100644 index 00000000..a74438fa --- /dev/null +++ b/features/intel-th/intel-th.cfg @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: MIT +CONFIG_INTEL_TH=m +CONFIG_INTEL_TH_PCI=m +CONFIG_INTEL_TH_ACPI=m +CONFIG_INTEL_TH_GTH=m +CONFIG_INTEL_TH_STH=m +CONFIG_INTEL_TH_MSU=m +CONFIG_INTEL_TH_PTI=m diff --git a/features/intel-th/intel-th.scc b/features/intel-th/intel-th.scc new file mode 100644 index 00000000..8b971982 --- /dev/null +++ b/features/intel-th/intel-th.scc @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: MIT +define KFEATURE_DESCRIPTION "Intel Trace Hub support" + +kconf hardware intel-th.cfg -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8618): https://lists.yoctoproject.org/g/linux-yocto/message/8618 Mute This Topic: https://lists.yoctoproject.org/mt/73211776/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
