From nobody Wed Dec 17 19:20:57 2025 Received: from smtpout-04.galae.net (smtpout-04.galae.net [185.171.202.116]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3AF287262E for ; Sun, 5 Oct 2025 20:30:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.171.202.116 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1759696262; cv=none; b=MNc3tJ6QE4RsVcpleraDd1292lCSDFDs1xcf3DBtpex+7L6p/rcU8kKt8QoGEOKJ8u0DlwQ0DytIlwquBAVSQaJ1L1PbMNkQ2gOuIfPAYYJQ6r4vUdjy+DmlaU2fFpYK24LbU7ZxymcKs9qH66i6FPrA8JcIZ7ouu3LfuMMbrRI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1759696262; c=relaxed/simple; bh=Jo4g2zIEpTVPmH5JNDrOaW/0t6tM5bFHAQJmeGDJdgw=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=OPS1QEd8agHOQqx/V3RVayQ5F1GndIOovKuxvDScyZN5jfI7kfczEPLp+9TbyyAY305fQuMWdHYJTvJpEzHkifonLFAMzKSFuMhaz1RRBoWfyrc9X8YOMKCKx9ST3trHovxASM6C5IhosDHhasF2z436R36T//W+4ERdqfbqYxM= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=KkFb4KGz; arc=none smtp.client-ip=185.171.202.116 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="KkFb4KGz" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-04.galae.net (Postfix) with ESMTPS id 4473BC0358F for ; Sun, 5 Oct 2025 20:30:39 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 5FE3B6065F; Sun, 5 Oct 2025 20:30:57 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 8C4E1102F1D0B; Sun, 5 Oct 2025 22:30:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1759696256; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding; bh=8XGt/+rBZj+oi9MeEAwXEo8lEVn7n+YsyTc32PWakXM=; b=KkFb4KGzhB8zXC7UsHlx/MmstSxOVNBEYHolDOd0kToCfkuu6LBoN35qUOCxEmrXs+e6cq jKXkwxhqZ57IxadacN2baJLElq6YhlDxhTUF8P0fa10QDSM8h9tqVg1j8XcNq5a4JNaHEf L2C03xk7WlUiSZDW/j0rGf+1vCE2gNa+7iQK6vT6Z4fofARV8RBlqhqQuQOAroFiTVlqIb BEycBo8svxYPUCIXOypYowxrxkzzKIxZH4SCnQr7MVWNaMA9INSDuBe6mWVuWi00bsKknk Vt6c28jni9lBUcsRfDS8Zkj+IqsM3fRKTlQCIR45AE2TulDvrTNRtUwqZP4QCA== From: alexandre.belloni@bootlin.com To: Alexandre Belloni Cc: linux-rtc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] rtc: Kconfig: move symbols to proper section Date: Sun, 5 Oct 2025 22:30:48 +0200 Message-ID: <20251005203048.3759240-1-alexandre.belloni@bootlin.com> X-Mailer: git-send-email 2.51.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Last-TLS-Session-Version: TLSv1.3 Content-Type: text/plain; charset="utf-8" From: Alexandre Belloni There is only one HID RTC, the following symbols are for on-SoC RTCs Signed-off-by: Alexandre Belloni --- drivers/rtc/Kconfig | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 31d355b103d4..17531bfe3dea 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -2044,20 +2044,6 @@ config RTC_DRV_RENESAS_RTCA3 This driver can also be built as a module, if so, the module will be called "rtc-rtca3". =20 -comment "HID Sensor RTC drivers" - -config RTC_DRV_HID_SENSOR_TIME - tristate "HID Sensor Time" - depends on USB_HID - depends on HID_SENSOR_HUB && IIO - select HID_SENSOR_IIO_COMMON - help - Say yes here to build support for the HID Sensors of type Time. - This drivers makes such sensors available as RTCs. - - If this driver is compiled as a module, it will be named - rtc-hid-sensor-time. - config RTC_DRV_GOLDFISH tristate "Goldfish Real Time Clock" depends on HAS_IOMEM @@ -2132,4 +2118,18 @@ config RTC_DRV_S32G This RTC module can be used as a wakeup source. Please note that it is not battery-powered. =20 +comment "HID Sensor RTC drivers" + +config RTC_DRV_HID_SENSOR_TIME + tristate "HID Sensor Time" + depends on USB_HID + depends on HID_SENSOR_HUB && IIO + select HID_SENSOR_IIO_COMMON + help + Say yes here to build support for the HID Sensors of type Time. + This drivers makes such sensors available as RTCs. + + If this driver is compiled as a module, it will be named + rtc-hid-sensor-time. + endif # RTC_CLASS --=20 2.51.0