From patchwork Mon Nov 9 19:21:18 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yang Shi X-Patchwork-Id: 56268 Delivered-To: patch@linaro.org Received: by 10.112.155.196 with SMTP id vy4csp366748lbb; Mon, 9 Nov 2015 11:40:21 -0800 (PST) X-Received: by 10.68.91.98 with SMTP id cd2mr43546289pbb.9.1447098021391; Mon, 09 Nov 2015 11:40:21 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y7si24177029pbt.221.2015.11.09.11.40.21; Mon, 09 Nov 2015 11:40:21 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dkim=neutral (body hash did not verify) header.i=@linaro_org.20150623.gappssmtp.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752186AbbKITkL (ORCPT + 28 others); Mon, 9 Nov 2015 14:40:11 -0500 Received: from mail-pa0-f41.google.com ([209.85.220.41]:35066 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752070AbbKITkF (ORCPT ); Mon, 9 Nov 2015 14:40:05 -0500 Received: by pasz6 with SMTP id z6so214649842pas.2 for ; Mon, 09 Nov 2015 11:40:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro_org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=sKxpyCLJ7rMgaSps7UpPAynPRR7/BGaBvpPRipz87TY=; b=LNqDUElrRf9fGfJX3LUlcT00agCwhc3qAJX7d98uIbTEJQTvoDI7LgR0TPU5hKMR9P JN8CuVI1rq0/Xi+OzhHVq4P8f0l7PDYnX2WPuGLkXIxvNyIETcwEEoR7BBqeMATQo9qg U2po23OXjw7tLg4xLQbadPZPIT/0d7BKONxQEJyV9VckEkyXeXCnhAJy4ahjnNPNAl79 ZEIAVy/bVfPa7WP48ku9kSr7aMNxAiomAEIV++FQAebGK4fBcYev5yNxLyUu6abZr5OU 8HVWRXrybctt2GLtofKOEqSXAIcHiGXCQST0qUKqOqK/H0/8MRAN+Hi6quxMj5SEpo5X Orjg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=sKxpyCLJ7rMgaSps7UpPAynPRR7/BGaBvpPRipz87TY=; b=M4tEyapVwdrN/2Yt2fbWapPDvTPGzOeajj/XThTcC2nKBVcErM/tyM0VAwE1qzbGgn /x0Zj4BXe/GT08XA0DznfmLHH33GCLiaMFQqCBwrKDppNmy4BR0+LIGOPiN1uMsBiEgZ 7Uajf8hajU80LFpGtpK5AmcqS460omfRwKOvg4LC5r/vXUePbbVSbKpgpw4Iy0tqkpoU yMbdmq6h6Q9lek6HrSOUlGrs2XhwlJqwIIY+1nRtRnqcxk1e+p/GXqqyG3rRahkAieaN p10aCwX+G57rzuhEwK/Ge5Z6lbPG1bEHhAu3dX8K2eD4OHphQFU9Ck2lMuzEC3oaFRTI aD4Q== X-Gm-Message-State: ALoCoQld/yrT+xXKcEbsLIcT1F7SDFea7TV8KYrVKP1zCHpAlFj+O/Z7rEO2IYTgcEG+qPzbIAXy X-Received: by 10.66.122.39 with SMTP id lp7mr43117449pab.74.1447098004936; Mon, 09 Nov 2015 11:40:04 -0800 (PST) Received: from yshi-Precision-T5600.corp.ad.wrs.com (unknown-216-82.windriver.com. [147.11.216.82]) by smtp.gmail.com with ESMTPSA id iy1sm17840584pbb.85.2015.11.09.11.40.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Nov 2015 11:40:04 -0800 (PST) From: Yang Shi To: linux-kernel@vger.kernel.org Cc: uclinux-h8-devel@lists.sourceforge.jp, ysato@users.sourceforge.jp, hskinnemoen@gmail.com, egtvedt@samfundet.no, linux-hexagon@vger.kernel.org, rkuo@codeaurora.org, mingo@redhat.com, yang.shi@linaro.org Subject: [PATCH 4/4] h8300: set DEBUG_KERNEL in defconfigs Date: Mon, 9 Nov 2015 11:21:18 -0800 Message-Id: <1447096878-13519-5-git-send-email-yang.shi@linaro.org> X-Mailer: git-send-email 2.0.2 In-Reply-To: <1447096878-13519-1-git-send-email-yang.shi@linaro.org> References: <1447096878-13519-1-git-send-email-yang.shi@linaro.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org h8300 has FRAME_POINTER selected by default, but it depends on DEBUG_KERNEL, so set DEBUG_KERNEL in defconfigs. Signed-off-by: Yang Shi --- arch/h8300/configs/edosk2674_defconfig | 1 + arch/h8300/configs/h8300h-sim_defconfig | 1 + arch/h8300/configs/h8s-sim_defconfig | 1 + 3 files changed, 3 insertions(+) -- 2.0.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ diff --git a/arch/h8300/configs/edosk2674_defconfig b/arch/h8300/configs/edosk2674_defconfig index 29fda12..f497cb1 100644 --- a/arch/h8300/configs/edosk2674_defconfig +++ b/arch/h8300/configs/edosk2674_defconfig @@ -47,3 +47,4 @@ CONFIG_SERIAL_SH_SCI_CONSOLE=y CONFIG_DEBUG_INFO=y # CONFIG_ENABLE_WARN_DEPRECATED is not set # CONFIG_ENABLE_MUST_CHECK is not set +CONFIG_DEBUG_KERNEL=y diff --git a/arch/h8300/configs/h8300h-sim_defconfig b/arch/h8300/configs/h8300h-sim_defconfig index 067bfe9..0b80883 100644 --- a/arch/h8300/configs/h8300h-sim_defconfig +++ b/arch/h8300/configs/h8300h-sim_defconfig @@ -47,3 +47,4 @@ CONFIG_SERIAL_SH_SCI_CONSOLE=y CONFIG_DEBUG_INFO=y # CONFIG_ENABLE_WARN_DEPRECATED is not set # CONFIG_ENABLE_MUST_CHECK is not set +CONFIG_DEBUG_KERNEL=y diff --git a/arch/h8300/configs/h8s-sim_defconfig b/arch/h8300/configs/h8s-sim_defconfig index 29fda12..f497cb1 100644 --- a/arch/h8300/configs/h8s-sim_defconfig +++ b/arch/h8300/configs/h8s-sim_defconfig @@ -47,3 +47,4 @@ CONFIG_SERIAL_SH_SCI_CONSOLE=y CONFIG_DEBUG_INFO=y # CONFIG_ENABLE_WARN_DEPRECATED is not set # CONFIG_ENABLE_MUST_CHECK is not set +CONFIG_DEBUG_KERNEL=y