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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 468E8C433F5 for ; Fri, 24 Sep 2021 08:22:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 271B661090 for ; Fri, 24 Sep 2021 08:22:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244713AbhIXIXl (ORCPT ); Fri, 24 Sep 2021 04:23:41 -0400 Received: from mail-vs1-f54.google.com ([209.85.217.54]:33371 "EHLO mail-vs1-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244581AbhIXIXh (ORCPT ); Fri, 24 Sep 2021 04:23:37 -0400 Received: by mail-vs1-f54.google.com with SMTP id 188so8195662vsv.0; Fri, 24 Sep 2021 01:22:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=i2/k9vkfsXP1Rjvll2XmK4TRdZrKCTIiIGnciENfOsY=; b=HDKDVK3QNFAXV1h/mM5dzOn0t48pvVCLqWdTDzCNiVyfwM0HboD6glSwvInueK3KEg vCh1IvbMpXJ2pprxDS6MhMwn3OjbfTEQ/YtILcQJwyCVftQThKlBHQHj7DL3SEUg+4ij 6HMJvTT1ailA+VEz8l/oMb5s34o6JCacwlf3I919lCMadAGYxaaFCLOsswewj9Albstm uTtWnzEu3VOEAkCNLMW10wJSy3VSY7i9rebdkyTL36rCmupBPxSLreCHuYbmZzOHeW2k RmeCX4ZUyPdRbDcsozhFYI8PZWyAlZrHCf6oyprXZjLliJP9whFCof66V9qvK4bhRYyk Ds6A== X-Gm-Message-State: AOAM5339xBUoeIP8UerY0D5FzFIiqFf82TWarQYxRucGlTDHLjru66ci aroLQb2HIZhBs4TR/69XZkCfYTsNZZr84sNuwsNZ2OdB9nE= X-Google-Smtp-Source: ABdhPJxz16u7JxuVVUcCiKKkliF3/HilP0UErr+bEdP9p710cgOuqzTeGl1XB7+LoP6m8VvFvIste3K6jAZ+Wfon5T4= X-Received: by 2002:a05:6102:2086:: with SMTP id h6mr8032662vsr.50.1632471724192; Fri, 24 Sep 2021 01:22:04 -0700 (PDT) MIME-Version: 1.0 References: <20210924145436.5ff73179@canb.auug.org.au> <20210924074857.qbwdammzfujk4ozi@gilmour> In-Reply-To: <20210924074857.qbwdammzfujk4ozi@gilmour> From: Geert Uytterhoeven Date: Fri, 24 Sep 2021 10:21:52 +0200 Message-ID: Subject: Re: linux-next: Tree for Sep 24 (m68k allmodconfig & drm/vc4/) To: Maxime Ripard Cc: Randy Dunlap , Stephen Rothwell , Linux Next Mailing List , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Maxime, On Fri, Sep 24, 2021 at 9:49 AM Maxime Ripard wrote: > On Thu, Sep 23, 2021 at 10:54:49PM -0700, Randy Dunlap wrote: > > On 9/23/21 9:54 PM, Stephen Rothwell wrote: > > > Hi all, > > > > > > Changes since 20210923: > > > > > > > from commit 36e9bcb8edfc in linux-next: > > > > > > m68k allmodconfig: > > > > WARNING: unmet direct dependencies detected for PM > > Depends on [n]: !MMU [=y] > > Selected by [m]: > > - DRM_VC4 [=m] && HAS_IOMEM [=y] && (ARCH_BCM || ARCH_BCM2835 || COMPILE_TEST [=y]) && DRM [=m] && SND [=m] && SND_SOC [=m] && COMMON_CLK [=y] > > I don't really know how to fix this one, should we move that select to > the ARCH_* symbol, or something else? You cannot select PM from drivers, only from platform symbols, as the former lack the knowledge if the platform supports PM or not. IIf it builds without PM, drop the select. If it does not build without PM, add a dependency on PM. Do ARCH_BCM || ARCH_BCM2835 always imply PM? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds