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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 63367ECAAD8 for ; Tue, 20 Sep 2022 09:10:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231584AbiITJKA (ORCPT ); Tue, 20 Sep 2022 05:10:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51212 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231166AbiITJJg (ORCPT ); Tue, 20 Sep 2022 05:09:36 -0400 Received: from aposti.net (aposti.net [89.234.176.197]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 633A110CB; Tue, 20 Sep 2022 02:09:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crapouillou.net; s=mail; t=1663664966; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ySh3D2SOq4g6qEsGpMnykSFLXse4yj9w/l/XIqBZ2Og=; b=JfhOTAbB/hvODgyw0jRpZ6QwatVVM2IIzee9NL0dM1a5I+uHK75VJQewq21BrxJJm3Y5fT dIv8JkRdI0XNZP6utglSZBDk3ry9n62+f4PmLKdTGmtPiJzhGliGAarOaivFw+D4lA0+mh gDG0J632tT9ovW9XNaRkOvYlyPFw4gQ= Date: Tue, 20 Sep 2022 10:09:17 +0100 From: Paul Cercueil Subject: Re: Usefulness of CONFIG_MACH_JZ47* To: "H. Nikolaus Schaller" Cc: linux Kernel Mailing List , linux-mips Message-Id: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org Hi Nikolaus, Le mar., sept. 20 2022 at 08:31:30 +0200, H. Nikolaus Schaller=20 a =E9crit : > Hi Paul, > it seems as if there aren't many places left over where the=20 > MACH_JZ47* configs are still in use: >=20 > drivers/char/hw_ramdom/Kconfig > drivers/clk/ingenic/Kconfig > drivers/gpu/drm/ingenic/Kconfig > drivers/pinctrl/pinctrl-ingenic.c >=20 > Is it possible to get rid of them and just have=20 > CONFIG_MACH_INGENIC_GENERIC? >=20 > This might simplify my defconfig for multiple machines. CONFIG_MIPS_GENERIC_KERNEL=3Dy CONFIG_BOARD_INGENIC=3Dy Then you can support all Ingenic-based boards alongside other MIPS=20 boards. > BR and thanks, > Nikolaus Cheers, -Paul