From patchwork Mon Jun 17 16:04:09 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcin Juszkiewicz X-Patchwork-Id: 10999701 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 829C514B6 for ; Mon, 17 Jun 2019 16:04:53 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 74C4928986 for ; Mon, 17 Jun 2019 16:04:53 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6952E289D0; Mon, 17 Jun 2019 16:04:53 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 1A8D528986 for ; Mon, 17 Jun 2019 16:04:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=STkNtI5Upk8MW6j7YHrXr3i3SueyXsFZ+mxsVxdOTis=; b=dI4bARtv/XFBac tu6OBJFA6dpDP46Oue7rx98LGwr7zXpjTZ+hsQCOTghHu7IsZPFsiHX3alTKoKVJj5YdgQvmwLUH1 Hb8XtjNWu0/MglcoB2lr5h3LWuhNqWIZ/PuGD4X49HHh9w1d+ylFpFfMPAXrYAvx3O5HJbZZ31Zfv tzOFUYkOn6LsXA8ClJGslLhxr4gWYicz6yZqPR0JvGiR/EeWdCHT3vrsxrNf7YgBlfC9xGr/HBqE4 aIjywPrjubRr5VQNLUQh96y3RXuaefSrv9zN7IRjym2vf9wZAGCiNEcADAzluJy7Ao4YZuwV9F/QI Vg4LblzJAPoubdZSE9oA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hcu7n-0005RR-MF; Mon, 17 Jun 2019 16:04:51 +0000 Received: from malenstwo.juszkiewicz.com.pl ([37.187.99.30]) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hcu7S-0005DI-Fx for linux-arm-kernel@lists.infradead.org; Mon, 17 Jun 2019 16:04:34 +0000 Received: from localhost (localhost [127.0.0.1]) by malenstwo.juszkiewicz.com.pl (Postfix) with ESMTP id 9B688C0C73; Mon, 17 Jun 2019 18:04:26 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at juszkiewicz.com.pl Received: from malenstwo.juszkiewicz.com.pl ([127.0.0.1]) by localhost (mail.juszkiewicz.com.pl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id x1s3brb9MEOK; Mon, 17 Jun 2019 18:04:24 +0200 (CEST) Received: from puchatek.local.com.pl (89-67-26-161.dynamic.chello.pl [89.67.26.161]) by malenstwo.juszkiewicz.com.pl (Postfix) with ESMTPSA id 6C66EC0067; Mon, 17 Jun 2019 18:04:24 +0200 (CEST) From: Marcin Juszkiewicz To: arm@kernel.org Subject: [PATCH 1/3] arm64 defconfig: enable LVM support Date: Mon, 17 Jun 2019 18:04:09 +0200 Message-Id: <20190617160411.24329-1-marcin.juszkiewicz@linaro.org> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190617_090430_686489_81129CAF X-CRM114-Status: UNSURE ( 6.03 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Marcin Juszkiewicz , linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Follow x86-64 defconfig on enabling basic LVM support. Signed-off-by: Marcin Juszkiewicz Signed-off-by: Marcin Juszkiewicz --- arch/arm64/configs/defconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 4d583514258c..864800307e2f 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -230,6 +230,11 @@ CONFIG_SATA_SIL24=y CONFIG_SATA_RCAR=y CONFIG_PATA_PLATFORM=y CONFIG_PATA_OF_PLATFORM=y +CONFIG_MD=y +CONFIG_BLK_DEV_MD=y +CONFIG_BLK_DEV_DM=y +CONFIG_DM_MIRROR=y +CONFIG_DM_ZERO=y CONFIG_NETDEVICES=y CONFIG_MACVLAN=m CONFIG_MACVTAP=m