From patchwork Thu Nov 21 03:20:53 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 11255259 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 9475D112B for ; Thu, 21 Nov 2019 03:21:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6B5592075A for ; Thu, 21 Nov 2019 03:21:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1574306491; bh=fYEsgRn0hBDZguWtn+q6jm1BrFuME7IOvzqGZBWwIhA=; h=From:To:Cc:Subject:Date:List-ID:From; b=svBZLJCYEVUW03tjA/rtUdS0UotyWLTvVUL3BddtJ73Juq6CrHJkpYApdaWbkqche ItoGitcSiIB/90lAo2YkT2NNADnGHzk53AHsQFpGVwNqzdg/i97hQhQqVyNH2V7paU eDPh8Ua2g8yAO0e8VzW2RHgZcTFqcwHFSuW79l+c= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726774AbfKUDU7 (ORCPT ); Wed, 20 Nov 2019 22:20:59 -0500 Received: from mail.kernel.org ([198.145.29.99]:34866 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727509AbfKUDU5 (ORCPT ); Wed, 20 Nov 2019 22:20:57 -0500 Received: from PC-kkoz.proceq.com (unknown [213.160.61.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id EF38E208C3; Thu, 21 Nov 2019 03:20:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1574306457; bh=fYEsgRn0hBDZguWtn+q6jm1BrFuME7IOvzqGZBWwIhA=; h=From:To:Cc:Subject:Date:From; b=CJ/cnnVW8G1yboL8/OnS61tBzu9Gvg8MPGoHwzvywSisZnw9mzNZMMq51L7CE7Z20 s8Bgz2ttOjUbQNGtLyDwWcmawznXmud/8Y+V02NuZyEHPBMw/Q6bsEf2eJmVrVbei2 KuuBx6yHpYnEhi1XTxzjN2yeFOrrIpQavlj9+ias= From: Krzysztof Kozlowski To: linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski , Yoshinori Sato , Rich Felker , linux-sh@vger.kernel.org Subject: [PATCH v2] sh: Fix Kconfig indentation Date: Thu, 21 Nov 2019 04:20:53 +0100 Message-Id: <1574306454-4008-1-git-send-email-krzk@kernel.org> X-Mailer: git-send-email 2.7.4 Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig Signed-off-by: Krzysztof Kozlowski --- Changes since v1: 1. Fix also 7-space and tab+1 space indentation issues. --- arch/sh/Kconfig | 6 +++--- arch/sh/boards/Kconfig | 2 +- arch/sh/mm/Kconfig | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index f356ee674d89..39048ab92f73 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -229,9 +229,9 @@ config ARCH_SHMOBILE select PM config CPU_HAS_PMU - depends on CPU_SH4 || CPU_SH4A - default y - bool + depends on CPU_SH4 || CPU_SH4A + default y + bool if SUPERH32 diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig index cee24c308337..60a113114a76 100644 --- a/arch/sh/boards/Kconfig +++ b/arch/sh/boards/Kconfig @@ -231,7 +231,7 @@ config SH_MIGOR select REGULATOR_FIXED_VOLTAGE if REGULATOR help Select Migo-R if configuring for the SH7722 Migo-R platform - by Renesas System Solutions Asia Pte. Ltd. + by Renesas System Solutions Asia Pte. Ltd. config SH_AP325RXA bool "AP-325RXA" diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig index 5c8a2ebfc720..130b2d235f0c 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig @@ -2,7 +2,7 @@ menu "Memory management options" config MMU - bool "Support for memory management hardware" + bool "Support for memory management hardware" depends on !CPU_SH2 default y help @@ -151,8 +151,8 @@ config ARCH_MEMORY_PROBE depends on MEMORY_HOTPLUG config IOREMAP_FIXED - def_bool y - depends on X2TLB || SUPERH64 + def_bool y + depends on X2TLB || SUPERH64 config UNCACHED_MAPPING bool