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 E3271C54EED for ; Mon, 30 Jan 2023 14:53:43 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 57EAE85808; Mon, 30 Jan 2023 15:53:08 +0100 (CET) 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="aGwzjriS"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id CA413857A7; Mon, 30 Jan 2023 15:53:00 +0100 (CET) Received: from mail-qt1-x82d.google.com (mail-qt1-x82d.google.com [IPv6:2607:f8b0:4864:20::82d]) (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 897F785557 for ; Mon, 30 Jan 2023 15:52:56 +0100 (CET) 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-qt1-x82d.google.com with SMTP id z5so606962qtn.8 for ; Mon, 30 Jan 2023 06:52:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; 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=z4w8T8dbcWL/xA/34lCoIDQB/JSfuq50PeuVS5dBCs4=; b=aGwzjriSPiuW5xrdttc2g0aRavCkOv/adMn3Wf6g5TcCD/m+ZqR6FzZ38HYN8jpsMS bweV2tdKgv13FwIqaOItNHsUkfCaV4MgR12xWfYIkU8s49sKfU7FlFF4WsA8TcSXCELD bbHpx8rhDZHlsb5ThFCnBMT5x1Cav0MenHRrA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=z4w8T8dbcWL/xA/34lCoIDQB/JSfuq50PeuVS5dBCs4=; b=FJLtQjeGLM5aIowSMfIYzKPqudCWlb8nDoXL5OnN5oeJmQb9TF3pHgPfkMWcxC2NQJ jk1YYVl8s8+8Rqbf3TgdVeZbKM6pSGtqGT7/j0pZ1YGJ6U/reG5R0X2Oe0roW4KxKiE0 xcEOmF7155jxophl2ktMr8MtLvBXz21qiWh6DA4n7TsUQ32/1it5cJ3bfeTHZIp2Y+ca K4L49wVtLWJ8hNuhVronX/rPSccwseXvh5yhTA9Fl+js93Z+hJP2Rj27YROVYyYTJSmC HK+X6sdrri52Zok7U65I8x4yiEi1tioJ1IO1SmEmNDSRizg4jzdQ7Vb4vzI3lcHZQvwY D9ZQ== X-Gm-Message-State: AO0yUKXGUwWQGAom0rDfVnVPAenW7tjM3nXjYrPvz5p3JKABzzQKVu2C VtQrFaIY9fXdRJ5YQf5KOJQogA== X-Google-Smtp-Source: AK7set+xnlWpc+6jR5ZDH9lDcfGeckJ4y/bU3JjdPw5nPCFkjLyd1s2navU+6t95ZbZVRZ5Kk5DafQ== X-Received: by 2002:a05:622a:1b8a:b0:3b8:24f0:64f5 with SMTP id bp10-20020a05622a1b8a00b003b824f064f5mr20527304qtb.9.1675090375360; Mon, 30 Jan 2023 06:52:55 -0800 (PST) Received: from bill-the-cat (2603-6081-7b00-6400-31da-0362-f50e-b4ac.res6.spectrum.com. [2603:6081:7b00:6400:31da:362:f50e:b4ac]) by smtp.gmail.com with ESMTPSA id s39-20020a05622a1aa700b003a7e38055c9sm8148274qtc.63.2023.01.30.06.52.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Jan 2023 06:52:55 -0800 (PST) Date: Mon, 30 Jan 2023 09:52:52 -0500 From: Tom Rini To: Heinrich Schuchardt Cc: Simon Glass , Brandon Maier , Ilias Apalodimas , Kautuk Consul , Leo Yu-Chi Liang , Philippe Reynes , Rasmus Villemoes , Sughosh Ganu , U-Boot Mailing List Subject: Re: [PATCH 019/171] lib: Add a Kconfig for SPL_GENERATE_ACPI_TABLE Message-ID: References: <20230130144324.206208-1-sjg@chromium.org> <20230130144324.206208-20-sjg@chromium.org> <00b8e154-8de5-7956-5661-acfc749736e0@gmx.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="CibgTs8dymFND2bR" Content-Disposition: inline In-Reply-To: <00b8e154-8de5-7956-5661-acfc749736e0@gmx.de> 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.6 at phobos.denx.de X-Virus-Status: Clean --CibgTs8dymFND2bR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 30, 2023 at 03:50:23PM +0100, Heinrich Schuchardt wrote: > On 1/30/23 15:40, Simon Glass wrote: > > This is implicitly used in the source and seems useful, so add it. >=20 > Please, provide a clear description how this will be used. To follow up on what I just sent, Simon seems to be taking a pass at adding to Kconfig many / most of the options that aren't available today but are implied by the usage of CONFIG_IS_ENABLED(FOO). So, this is another case where IS_ENABLED(CONFIG_FOO) should be used. --=20 Tom --CibgTs8dymFND2bR Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmPX2cQACgkQFHw5/5Y0 tyzRbAwAi6XaMK23vr2KGSw2p71rbClORwsnPyUfnTbAIT7RwS8oFZm0Dw4zArxa hAuCH3AJJhrktUCFgnT0t1+TUbaK7xgrBxK58tOa+YxbGzjTLuh9c8Q/WlMa6crV 5yDY1kNm/T9FMog8h2C6n8+3IGE3wcPr1JU3EESRCt3/AFljCiL24lGgvY8RxbR6 gHUJY0dBF1qQA7NrZbUbKPvoy3KK4LHBHsS/aFMM3ykbovEWNqM9IgbsOAAXcYxf o09wJ0L9Yhh4XzBvlCRccA1iuZTUpqG3v+Tewp1t3TwLWZxR3+PUB6//OuW8rg7k gP3HeCF4luJF+PmAnp156MKQ+bwqVwZcx1PKWPoNxIw7wBfAKq8RxfJheqgjUmnn dsv5cxlLgc2LDcYozIaf2bTnXun/MAznGlMaY92z6yDTaQgeK+8K2djC3w2YZXNV ouM7vdMVOW0bcV/9BenSgT5NStwI3xwTXUPqMgBD0x5oOMKlYHcWDXTSppI9atYW UHkWmr3G =A9gY -----END PGP SIGNATURE----- --CibgTs8dymFND2bR--