Received: by 2002:a05:6a10:17d3:0:0:0:0 with SMTP id hz19csp2833212pxb; Mon, 19 Apr 2021 15:27:54 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz+LpfDGABXhua4WGXwaia9hWwBjcZFXLFo9YlQE3x0hfBJnTkn2lMZCf89GtsoUsQlt2Bb X-Received: by 2002:a17:90a:a0c:: with SMTP id o12mr1348593pjo.184.1618871274040; Mon, 19 Apr 2021 15:27:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1618871274; cv=none; d=google.com; s=arc-20160816; b=QUgDMqFjTk7G4FjzVD4Q9HGXoLpy68euernGzRKSnSUUsa9j2nok8d1svVi5HWbPDi tF9Ao5YZUEfyp3jW5uet+lZ4wQFqD95K59eguYnf75KkHavhuvQNdEE3FsduYjGHYP0k MO3q/avd2xa27M91ByXdux0h/Xhy+24fjYc4w3p8oy7J8ThbZl4uA317IrMDOwy/gMKC x4t98EbaKOm0mgFMC4dVSddRoXjTizivdXaJhAMSmUfbbY183x0ZTgztY5wIvZjnHxHn BohXlpiKvIky4Tj81pOXgru9cHFd3ZmxWJk59sohoSnDhOnNEVRqi135CkXZDnhli3h7 mxJA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=QrZG3YWB4A+kNcd1Xv8om6hHvNFrX+TEND5nv4F6hw4=; b=STDaamtOc3IFyD80MQkPUlWpfXI9KS6Rp+Mb1H0NYL/mi4Nep3ZSO7LFflndIP/3ZK cCre0eVeGfqtkCJrupnHYgTiiTi87i+O1E6tSzEoPudgwk6t8wzeeTdNDXB0AztEdXM2 vWYOxLkFnQ9t79hu1/J3RSTK70FYWDWdr4tvx6Zat+R/ogsx2ejANIFn/CbBZ7wHmjB5 zpWP5/0TuvY/8vHsA+eNPOh4EkxgPolHEIfog6jliDd70wJUCH8nBvexFO6HdVOBMpxj TgfLepTr2PG8SjX8pe451+TfCSoBX/5kOwlqWFx3tNrouQFO6Tn2rO1Jh9aV+pjyo1ly z7ZA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=ispras.ru Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i8si11654848pgj.60.2021.04.19.15.27.42; Mon, 19 Apr 2021 15:27:54 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=ispras.ru Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241124AbhDSV6C (ORCPT + 99 others); Mon, 19 Apr 2021 17:58:02 -0400 Received: from mail.ispras.ru ([83.149.199.84]:44360 "EHLO mail.ispras.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229714AbhDSV55 (ORCPT ); Mon, 19 Apr 2021 17:57:57 -0400 Received: from localhost.localdomain (unknown [46.188.10.168]) by mail.ispras.ru (Postfix) with ESMTPSA id ACC064076B4B; Mon, 19 Apr 2021 21:57:23 +0000 (UTC) From: Alexander Monakov To: linux-kernel@vger.kernel.org Cc: Alexander Monakov , Rafael Wysocki , Viresh Kumar , linux-pm@vger.kernel.org Subject: [PATCH] cpufreq: Kconfig: fix documentation links Date: Tue, 20 Apr 2021 00:57:07 +0300 Message-Id: <20210419215707.10290-1-amonakov@ispras.ru> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org User documentation for cpufreq governors and drivers has been moved to admin-guide; adjust references from Kconfig entries accordingly. Remove references from undocumented cpufreq drivers, as well as the 'userspace' cpufreq governor, for which no additional details are provided in the admin-guide text. Fixes: 2a0e49279850 ("cpufreq: User/admin documentation update and consolidation") Signed-off-by: Alexander Monakov Cc: Rafael Wysocki Cc: Viresh Kumar Cc: linux-pm@vger.kernel.org --- drivers/cpufreq/Kconfig | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig index 85de313ddec2..c3038cdc6865 100644 --- a/drivers/cpufreq/Kconfig +++ b/drivers/cpufreq/Kconfig @@ -13,7 +13,8 @@ config CPU_FREQ clock speed, you need to either enable a dynamic cpufreq governor (see below) after boot, or use a userspace tool. - For details, take a look at . + For details, take a look at + . If in doubt, say N. @@ -140,8 +141,6 @@ config CPU_FREQ_GOV_USERSPACE To compile this driver as a module, choose M here: the module will be called cpufreq_userspace. - For details, take a look at . - If in doubt, say Y. config CPU_FREQ_GOV_ONDEMAND @@ -158,7 +157,8 @@ config CPU_FREQ_GOV_ONDEMAND To compile this driver as a module, choose M here: the module will be called cpufreq_ondemand. - For details, take a look at linux/Documentation/cpu-freq. + For details, take a look at + . If in doubt, say N. @@ -182,7 +182,8 @@ config CPU_FREQ_GOV_CONSERVATIVE To compile this driver as a module, choose M here: the module will be called cpufreq_conservative. - For details, take a look at linux/Documentation/cpu-freq. + For details, take a look at + . If in doubt, say N. @@ -246,8 +247,6 @@ config IA64_ACPI_CPUFREQ This driver adds a CPUFreq driver which utilizes the ACPI Processor Performance States. - For details, take a look at . - If in doubt, say N. endif @@ -271,8 +270,6 @@ config LOONGSON2_CPUFREQ Loongson2F and it's successors support this feature. - For details, take a look at . - If in doubt, say N. config LOONGSON1_CPUFREQ @@ -282,8 +279,6 @@ config LOONGSON1_CPUFREQ This option adds a CPUFreq driver for loongson1 processors which support software configurable cpu frequency. - For details, take a look at . - If in doubt, say N. endif @@ -293,8 +288,6 @@ config SPARC_US3_CPUFREQ help This adds the CPUFreq driver for UltraSPARC-III processors. - For details, take a look at . - If in doubt, say N. config SPARC_US2E_CPUFREQ @@ -302,8 +295,6 @@ config SPARC_US2E_CPUFREQ help This adds the CPUFreq driver for UltraSPARC-IIe processors. - For details, take a look at . - If in doubt, say N. endif @@ -318,8 +309,6 @@ config SH_CPU_FREQ will also generate a notice in the boot log before disabling itself if the CPU in question is not capable of rate rounding. - For details, take a look at . - If unsure, say N. endif -- 2.30.0