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.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT 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 D99CCC38A2A for ; Thu, 7 May 2020 11:30:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B673F20870 for ; Thu, 7 May 2020 11:30:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726367AbgEGLaP (ORCPT ); Thu, 7 May 2020 07:30:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49230 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726476AbgEGLaO (ORCPT ); Thu, 7 May 2020 07:30:14 -0400 Received: from xavier.telenet-ops.be (xavier.telenet-ops.be [IPv6:2a02:1800:120:4::f00:14]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DDAD7C05BD12 for ; Thu, 7 May 2020 04:30:13 -0700 (PDT) Received: from ramsan ([IPv6:2a02:1810:ac12:ed60:6572:4a1f:d283:9ae8]) by xavier.telenet-ops.be with bizsmtp id bnW3220043ZRV0X01nW3Ki; Thu, 07 May 2020 13:30:11 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1jWej4-0006zG-Vp; Thu, 07 May 2020 13:30:02 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1jWej4-00068L-UG; Thu, 07 May 2020 13:30:02 +0200 From: Geert Uytterhoeven To: Shawn Guo , Li Yang , Jens Axboe , Michael Turquette , Stephen Boyd , "Rafael J . Wysocki" , Viresh Kumar , Zhang Rui , Daniel Lezcano Cc: Amit Kucheria , Arnd Bergmann , linux-ide@vger.kernel.org, linux-clk@vger.kernel.org, linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 0/4] qoriq: Add platform dependencies Date: Thu, 7 May 2020 13:29:51 +0200 Message-Id: <20200507112955.23520-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Hi all, Several QorIQ blocks are only present on Freescale or NXP SoCs. This series adds platform dependencies to the corresponding config ymbols, to avoid asking the user about them when configuring a kernel without support for these SoCs. Most patches in this series are independent, but the third patch may cause some Kconfig warnings when applied before the second patch, and enabling the QorIQ CPU frequency scaling driver in a non-Layerscape kernel. Thanks for your comments! Geert Uytterhoeven (4): ahci: qoriq: Add platform dependencies cpufreq: qoriq: Add platform dependencies clk: qoriq: Add platform dependencies thermal: qoriq: Add platform dependencies drivers/ata/Kconfig | 1 + drivers/clk/Kconfig | 3 ++- drivers/cpufreq/Kconfig | 3 ++- drivers/thermal/Kconfig | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) -- 2.17.1 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