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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 77C0EC0015E for ; Wed, 9 Aug 2023 17:17:11 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id EC2B0866BD; Wed, 9 Aug 2023 19:17:09 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="ltS5UuUQ"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id EB60F866C2; Wed, 9 Aug 2023 19:17:08 +0200 (CEST) Received: from mail-yw1-x1130.google.com (mail-yw1-x1130.google.com [IPv6:2607:f8b0:4864:20::1130]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id E07288666B for ; Wed, 9 Aug 2023 19:17:06 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-yw1-x1130.google.com with SMTP id 00721157ae682-5768a7e3adbso16758977b3.0 for ; Wed, 09 Aug 2023 10:17:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1691601425; x=1692206225; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=fEio8IeNQLDSMXMdqgz/gZD9B+Ltz5QvTDGiBSA+z3U=; b=ltS5UuUQ46XKyvhK2d8lkQniQoIFwl9/7Zlfdvj0vc/k+E6TJmcN/ZXASwoUs7opzL sIVTkkL0kRNwGKlZP/vPp1fl8uoHo2WWM/NbPTW+11yMM4M6SZN5lCO8mkLRO5OcJ5nF fOK9Hz5Ink9xNm9tLCYaPBlK4gxZgYhFcpOmM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691601425; x=1692206225; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=fEio8IeNQLDSMXMdqgz/gZD9B+Ltz5QvTDGiBSA+z3U=; b=lrx9TdxGNzL41YFAEgd+zSqCULGzDA+cZGHVH9mboBMu2vp8QmpLbd5bK9c7WLONWE X7yci0opg2ZsRkc8UPzRG5WbP5eATtYT8hcYKnMSNi4BERdfZIe+7ho3XOGI7B/QOYnH s/cM0F/JAoZO0hCKb5xtKeS6ryfIdhHV+Mn7ViLzhgKws3K8cjnUPdIrPBVSNPLILFpg hC/B1gSBRy0di68jfY1EEv19GjQnfgUf1ltlodcIF+iXYixaGvd2JY298hk8/ndkrlsp vMFN1TT+nJCkKDsH4llU8aeRMOSVWa65jKhGmG5Cb0KeITiStkQ6G+Vd7/88Eyv9JaZh r14g== X-Gm-Message-State: AOJu0YyXqqHQMKUB4cLwX+9+4+620jR/QmwXAPedCXE+MHf20ZDLBH1c KUh/XOM6fGtKU6Vc5KDou7NRwg== X-Google-Smtp-Source: AGHT+IHGn5nWOPpTuj1to38oDe+jicEccjfYIoOoMzi+bqCmDb4pyYxBMHYJwobce2iO7/baa2rWgA== X-Received: by 2002:a81:a00f:0:b0:585:e8a7:c208 with SMTP id x15-20020a81a00f000000b00585e8a7c208mr47179ywg.10.1691601425636; Wed, 09 Aug 2023 10:17:05 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-c8dd-d0aa-4930-890d.res6.spectrum.com. [2603:6081:7b00:6400:c8dd:d0aa:4930:890d]) by smtp.gmail.com with ESMTPSA id x9-20020a817c09000000b0058442f46fbfsm4108831ywc.44.2023.08.09.10.17.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Aug 2023 10:17:05 -0700 (PDT) Date: Wed, 9 Aug 2023 13:17:03 -0400 From: Tom Rini To: Jason Kacines Cc: Andrew Davis , Vignesh Raghavendra , Bryan Brattlof , Praneeth Bajjuri , u-boot@lists.denx.de Subject: Re: [RFC PATCH 1/3] scripts: kconfig: Add config fragment support in board/../ Message-ID: <20230809171703.GK3630934@bill-the-cat> References: <20230711212048.1340990-1-j-kacines@ti.com> <20230711212048.1340990-2-j-kacines@ti.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="HyJm9KrqR11/i83h" Content-Disposition: inline In-Reply-To: <20230711212048.1340990-2-j-kacines@ti.com> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean --HyJm9KrqR11/i83h Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 11, 2023 at 04:20:46PM -0500, Jason Kacines wrote: > Add support to config fragments (.config) located in the /board > directory. This will allow only base defconfigs to live in /configs and > all fragments to live in their respective device directory in /board/.. >=20 > Signed-off-by: Jason Kacines Applied to u-boot/next, thanks! --=20 Tom --HyJm9KrqR11/i83h Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmTTygwACgkQFHw5/5Y0 tyzh6wv5AcOs4mAzh7CqMewXicJkaY+amHKGmYy/4QRhEIEpxrobDZsGFPmfenZ/ VEPIXakl+vdEQWhOZzS6V4HWbOGySsCwcq9afhgRDKbB7DV5PPUnA94limb7cHFo /GBa15VdjGeemz0gOut0IUq13Fj06Jt5QLaKFni/VB1AGvz7xE19kN1ndEiUi3x9 nY3UURirPC0r8ELCBJcZQol65BUdebVxS9F+AtSUS1baC6sDh38N/Yt3ADkpHqm/ /iiPngKEHhhm3bSc9mTM11J4LInQ8nlIPCGsZcw49LsNtGU61SUSIfRUsBM4C8G0 k2Nhd93huUOBQQoTNgaHi5XJ/3nIarh0j5xAJeC6tclofpl1r6WQ3eWr6uaX/9yU sa5eY8gI6mSlUg6YqKAbRx8RLggcpp3RVPLJ9dfS+83fwhorwjt+7Y9ww3gMt+LA E5Vith2RaOL5FDyZadokMssP/d8aiF+Ql+DolwRY+13Y22QxoX2T0mYiB31BCFlG JSWRHdE6 =Uspy -----END PGP SIGNATURE----- --HyJm9KrqR11/i83h--