From 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 13 May 2024 10:30:14 +0000 Subject: [PATCH] modify sin led gpio --- kernel/drivers/rapidio/switches/Kconfig | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/kernel/drivers/rapidio/switches/Kconfig b/kernel/drivers/rapidio/switches/Kconfig index 92767fd..3e18f9c 100644 --- a/kernel/drivers/rapidio/switches/Kconfig +++ b/kernel/drivers/rapidio/switches/Kconfig @@ -1,30 +1,31 @@ +# SPDX-License-Identifier: GPL-2.0-only # # RapidIO switches configuration # config RAPIDIO_TSI57X tristate "IDT Tsi57x SRIO switches support" - ---help--- + help Includes support for IDT Tsi57x family of serial RapidIO switches. config RAPIDIO_CPS_XX tristate "IDT CPS-xx SRIO switches support" - ---help--- + help Includes support for IDT CPS-16/12/10/8 serial RapidIO switches. config RAPIDIO_TSI568 tristate "Tsi568 SRIO switch support" default n - ---help--- + help Includes support for IDT Tsi568 serial RapidIO switch. config RAPIDIO_CPS_GEN2 tristate "IDT CPS Gen.2 SRIO switch support" default n - ---help--- + help Includes support for ITD CPS Gen.2 serial RapidIO switches. config RAPIDIO_RXS_GEN3 tristate "IDT RXS Gen.3 SRIO switch support" default n - ---help--- + help Includes support for ITD RXS Gen.3 serial RapidIO switches. -- Gitblit v1.6.2