[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <70135ca4b145d3812c4e715e3f7e608e855ac4d0.1755436239.git.akhilesh@ee.iitb.ac.in>
Date: Sun, 17 Aug 2025 18:54:49 +0530
From: Akhilesh Patil <akhilesh@...iitb.ac.in>
To: skhan@...uxfoundation.org, gregkh@...uxfoundation.org,
akpm@...ux-foundation.org, sj@...nel.org, dakr@...nel.org,
mic@...ikod.net, masahiroy@...nel.org, corbet@....net,
clemens@...isch.de
Cc: linux-kernel@...r.kernel.org, akhileshpatilvnit@...il.com
Subject: [PATCH 2/2] samples: Kconfig: Add help for CONFIG_SAMPLE_TIMER
Add help text in samples Kconfig for CONFIG_SAMPLE_TIMER to help user
selecting this configuration.
Signed-off-by: Akhilesh Patil <akhilesh@...iitb.ac.in>
---
samples/Kconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/samples/Kconfig b/samples/Kconfig
index 6e072a5f1ed8..84ce196c2eb8 100644
--- a/samples/Kconfig
+++ b/samples/Kconfig
@@ -183,6 +183,9 @@ config SAMPLE_SECCOMP
config SAMPLE_TIMER
bool "Timer sample"
depends on CC_CAN_LINK && HEADERS_INSTALL
+ help
+ Build sample programs to demostrate timers.
+ Currenlty supports High Precision Event Timer (HPET) sample.
config SAMPLE_TSM_MR
tristate "TSM measurement sample"
--
2.34.1
Powered by blists - more mailing lists