Received: by 10.213.65.68 with SMTP id h4csp218287imn; Tue, 13 Mar 2018 01:50:48 -0700 (PDT) X-Google-Smtp-Source: AG47ELvK4tsjMOPHcEV76VkWUn3Bxem2jIc3oO1aGytx4LM4/Pg2Jx4k0AfFe9P29R3EQtg4gG49 X-Received: by 10.99.185.71 with SMTP id v7mr3758217pgo.12.1520931048751; Tue, 13 Mar 2018 01:50:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1520931048; cv=none; d=google.com; s=arc-20160816; b=p7wWV9r/UAQr0XfcPg/LSx8GAu+AC8cJfoDjrgunOelP6Cfo8QSkqWEhPyyjhjwKla DaxN48xhSDGKsB0MfenHu4XuAEJStGXS0Sadq/KYRjQR0Y4r0rTRW6tsEc2maNcOZSEq XPUuWDsxLiXz0bDKn+i1UxkCxHRYNPE7XxVdKptU0LAdlx+EVhd8XLbXtuP3UkXIuqE7 JiPhK6nTleRmzT6j5Zc6o+/cs0jFN49fTHxVVfycEvKbiYfZ5mmZ1hP45AHfdwBXGO3n c8eubapoRfLgmjpa5kaUW1uwzCDPyr40ezTMLhYJtOIRD9ANDGqlgEl8ljtRfWWJ2X3g Tsiw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:arc-authentication-results; bh=BL7qWlPCaNyopkW7Ky3SiOXno++86SMFIF/EIqAesrA=; b=nsPGu0c9KLiYTJxzmCBpKI3VZl6u0hAUMC8sQLSPXoUGa9qg74oEpnpqPp3HzqDVFM EcJok42Fp18RhQjsjvMsF5bmaEUdAv6+BtoF5O3FGjZHzc2fWticnV4srXPuYNFrYFtc lZb5jPzPlQQYK8jZBSVhIo7vyiaEuOkvm8iLNQxv2VLFDI2SCuJBc3mKnndh2npJaYlK 8W/XaFV1JFO5QoytRly4WNrHcK+4EGi2PHMwvnJ4zCsvwEKWZfSK2xbcMcHwRmQijbhY s4mCFjhgwX/AStSPt8a+MrkZMcz1CjQJ4u8vQPYKDCUE/MxLnrMKSDPq5z2kma3h1oVC disA== ARC-Authentication-Results: i=1; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f3-v6si4739573plt.472.2018.03.13.01.50.34; Tue, 13 Mar 2018 01:50:48 -0700 (PDT) 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752565AbeCMItQ (ORCPT + 99 others); Tue, 13 Mar 2018 04:49:16 -0400 Received: from exmail.andestech.com ([59.124.169.137]:59226 "EHLO ATCSQR.andestech.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752078AbeCMIsj (ORCPT ); Tue, 13 Mar 2018 04:48:39 -0400 Received: from ATCSQR.andestech.com (localhost [127.0.0.2] (may be forged)) by ATCSQR.andestech.com with ESMTP id w2D8Y6dw025205 for ; Tue, 13 Mar 2018 16:34:06 +0800 (GMT-8) (envelope-from zong@andestech.com) Received: from mail.andestech.com (atcpcs16.andestech.com [10.0.1.222]) by ATCSQR.andestech.com with ESMTP id w2D8Xk2U025163; Tue, 13 Mar 2018 16:33:46 +0800 (GMT-8) (envelope-from zong@andestech.com) Received: from atcsqa06.andestech.com (10.0.1.85) by ATCPCS16.andestech.com (10.0.1.222) with Microsoft SMTP Server id 14.3.123.3; Tue, 13 Mar 2018 16:37:12 +0800 From: Zong Li To: , , , , , CC: Subject: [PATCH 10/11] RISC-V: Enable module support in defconfig Date: Tue, 13 Mar 2018 16:35:15 +0800 Message-ID: X-Mailer: git-send-email 2.7.4 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.0.1.85] X-DNSRBL: X-MAIL: ATCSQR.andestech.com w2D8Xk2U025163 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Zong Li --- arch/riscv/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig index 92ff23586c11..07326466871b 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -74,3 +74,5 @@ CONFIG_NFS_V4_2=y CONFIG_ROOT_NFS=y # CONFIG_RCU_TRACE is not set CONFIG_CRYPTO_USER_API_HASH=y +CONFIG_MODULES=y +CONFIG_MODULE_UNLOAD=y -- 2.16.1