From patchwork Wed Nov 14 20:40:37 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geoff Levand X-Patchwork-Id: 10683037 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 F0F4313BF for ; Wed, 14 Nov 2018 20:40:44 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E19BF2BF0A for ; Wed, 14 Nov 2018 20:40:44 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D5B582BF0F; Wed, 14 Nov 2018 20:40:44 +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=-3.6 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_LOW 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 83FEA2BF0A for ; Wed, 14 Nov 2018 20:40:44 +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:In-Reply-To:MIME-Version:Date: Message-ID:References:To:Subject:From:Reply-To:Content-ID:Content-Description :Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=HesQi83cplxQ2Aho46P66LDyRWHShtokzuJRPCmbiFE=; b=Awrl/2J025XAmK Y1M2eLcZLmC3HcugzlfVOMlbT5TnptYlZNvtD2Jn+jsVRGI/BmPNXhLedeNVnYA88IIP8lIZShmbS we490R86JcGZaPQo8V843b6NO1vk8AJtHqNyZ3TynDLi4b5vG4o2C2g9sps7mlbiDL1gn2uO5/xMy atZ7XiHJ9LYLugC8IWtXPcEN7u2SgN7Q8Ehp6ZIZ/YWJYyS5S4SCWjCj0rwxIsta4sl4rbJQ+E623 YjtMNQNyC/B2es+JU7auKHMlpzU4dgg4laPO09X6k9PmgFzfGZTIyeYYsBUA3/PIeRWM2MlL14BdD VK+lt4RgfvDXVhmewrwQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gN1xp-0001eD-HG; Wed, 14 Nov 2018 20:40:41 +0000 Received: from 50-233-148-155-static.hfc.comcastbusiness.net ([50.233.148.155] helo=[10.18.6.178]) by bombadil.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1gN1xl-0001Yr-Iq; Wed, 14 Nov 2018 20:40:37 +0000 From: Geoff Levand Subject: [PATCH 2/2] arm64: Enable HW_RANDOM_VIRTIO in defconfig To: Catalin Marinas , Will Deacon References: Message-ID: <90284e75-b20d-1f66-c050-eb4aa3cff6ec@infradead.org> Date: Wed, 14 Nov 2018 12:40:37 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arm-kernel 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 When testing in QEMU its often nice to have a good random number device. Enable HW_RANDOM_VIRTIO to allow host random number devices to be accessible in the QEMU guest. Signed-off-by: Geoff Levand --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 94b704716c2e..a9321a7e575a 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -318,6 +318,7 @@ CONFIG_SERIAL_XILINX_PS_UART_CONSOLE=y CONFIG_SERIAL_MVEBU_UART=y CONFIG_SERIAL_DEV_BUS=y CONFIG_VIRTIO_CONSOLE=y +CONFIG_HW_RANDOM_VIRTIO=m CONFIG_TCG_TPM=y CONFIG_TCG_TIS_I2C_INFINEON=y CONFIG_I2C_CHARDEV=y