diff options
author | Jonathan Stroud <jonathan.stroud@amd.com> | 2024-02-12 11:41:20 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-02-12 19:29:33 -0600 |
commit | 362eeb56e99754b9082f62187d39dc7ea7ad1a19 (patch) | |
tree | d45ccc111bf23cb3edde3124de7461dd9ee4a777 | |
parent | fe1fee9a45076aab2e39e38b5705d1ad0aa06de5 (diff) | |
download | meta-xilinx-362eeb56e99754b9082f62187d39dc7ea7ad1a19.tar.gz |
Add a kernel config file to enable CONFIG_VERSAL_SYSMON_I2C
Signed-off-by: Jonathan Stroud <jonathan.stroud@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
2 files changed, 3 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx/linux-xlnx-kmeta/features/versal-sysmon/versal-sysmon.cfg b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx/linux-xlnx-kmeta/features/versal-sysmon/versal-sysmon.cfg new file mode 100644 index 00000000..a5b23e3f --- /dev/null +++ b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx/linux-xlnx-kmeta/features/versal-sysmon/versal-sysmon.cfg | |||
@@ -0,0 +1 @@ | |||
CONFIG_VERSAL_SYSMON_I2C=y | |||
diff --git a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx/linux-xlnx-kmeta/features/versal-sysmon/versal-sysmon.scc b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx/linux-xlnx-kmeta/features/versal-sysmon/versal-sysmon.scc new file mode 100644 index 00000000..c1830956 --- /dev/null +++ b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx/linux-xlnx-kmeta/features/versal-sysmon/versal-sysmon.scc | |||
@@ -0,0 +1,2 @@ | |||
1 | # SPDX-License-Identifier: MIT | ||
2 | kconf hardware versal-sysmon.cfg | ||