From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C1702C433E0 for ; Thu, 4 Feb 2021 08:39:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8D94364F43 for ; Thu, 4 Feb 2021 08:39:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234755AbhBDIju (ORCPT ); Thu, 4 Feb 2021 03:39:50 -0500 Received: from mail.kernel.org ([198.145.29.99]:39624 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234513AbhBDIjt (ORCPT ); Thu, 4 Feb 2021 03:39:49 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 6631664F3F for ; Thu, 4 Feb 2021 08:39:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1612427948; bh=7T4ooX3gO2ANuzbsm/7bQYteNtaVMBp7n3/bStX1vfg=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=kzhP/xClZYYb/hL46TTFDoatKfUtCNakI3R4UKOpYtXIcTj9840J4DpoEsBe+30Px zVOqyZGWUkgdNOljGoSQIEBcC1TinR+9k0vl/wRtJXuzn8x6vAe0EwCqQmn5JdC2cv 1eCyyHdYPu2RtebVsyUr4jt5Qn1bysIhHjMN7q1Tcxnhd6Z5Ja1TqPg2z3+uv+vlX7 +eA4v8y3PFJMSituWP0V0dbW+zpyj4M4FNiS/qoj+vqa6vbOt6iq7u5rCxJIYdromj iEzl50J+8MUSt1cRCoBhMXjWzF2kwZaa3Z5TI+VBy76L0AAtpkYStIcSUohnLA4u7c XhryDjyGiDwkA== Received: by mail-oo1-f53.google.com with SMTP id 123so557639ooi.13 for ; Thu, 04 Feb 2021 00:39:08 -0800 (PST) X-Gm-Message-State: AOAM531FlB0LwJIaimMU9OwT2RdC7aQWUVGC64YDRLk+OqJS/mFQ8/fP y53B0V5LmFoekpT0e5JeUJywoVH5k1Cd/kqdH3E= X-Google-Smtp-Source: ABdhPJxIJXsIuLwOF/19Ymmyrio4uCCCufivYBJTt04GvqJtDM9bh5EnffAXCUYHqq8n7baUTvvUIpIs9xNhWlqsq0I= X-Received: by 2002:a4a:bb01:: with SMTP id f1mr5046623oop.66.1612427947782; Thu, 04 Feb 2021 00:39:07 -0800 (PST) MIME-Version: 1.0 References: <20210203223826.21674-1-scott.branden@broadcom.com> In-Reply-To: From: Arnd Bergmann Date: Thu, 4 Feb 2021 09:38:51 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v4] misc: bcm-vk: only support ttyVK if CONFIG_TTY is set To: Randy Dunlap Cc: Scott Branden , Arnd Bergmann , Greg Kroah-Hartman , Kees Cook , "linux-kernel@vger.kernel.org" , bcm-kernel-feedback-list , Olof Johansson , Desmond Yan Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 4, 2021 at 12:18 AM Randy Dunlap wrote: > > On 2/3/21 2:38 PM, Scott Branden wrote: > > Correct compile issue if CONFIG_TTY is not set by > > only adding ttyVK devices if CONFIG_BCM_VK_TTY is set. > > > > Reported-by: Randy Dunlap > > Signed-off-by: Scott Branden > > Acked-by: Randy Dunlap # build-tested Passes my randconfig builds as well and looks reasonable Acked-by: Arnd Bergmann