From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 30310138334 for ; Sun, 4 Aug 2019 06:29:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD3C0E086F; Sun, 4 Aug 2019 06:29:11 +0000 (UTC) Received: from mail-ot1-x32a.google.com (mail-ot1-x32a.google.com [IPv6:2607:f8b0:4864:20::32a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F87AE084E for ; Sun, 4 Aug 2019 06:29:11 +0000 (UTC) Received: by mail-ot1-x32a.google.com with SMTP id s20so16768516otp.4 for ; Sat, 03 Aug 2019 23:29:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=7mQ9iik+oiuYm8h/zbdSeujUucOywrln1LV2zvA8Wak=; b=mTFvotvLW0493QZKvW7L65OPxylSEMm6TqCnlHR4F6z9yiGrhGNZJk3VuWJirvqGrA 1cUcImzVMtaIOzN00fjHsBlkLFbLuW8a61wTcPwCstrrxL8CubVrj4Tz1xBNEUrUsnKP /eX3a4DT2VEeitIjk4UHv4DouJvrVsA/oxCfxRn0OU+fBJa2I+iXJtUY0gKaDGeGWzdh iFqIsFE5Ijs/qvqR+c/NrtsqYJ3e2uMXzlb13AB1ScmBkPRqLJ8GsdIrkXbL1svVnDTe H9/RY6MpdEtEBm33RsbApUiMOmCvu88T+9xbKY5BPIPBrG4rAV3b8+sjawfu+MeOzfWy ChjQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=7mQ9iik+oiuYm8h/zbdSeujUucOywrln1LV2zvA8Wak=; b=a08HpIms1KbYpJNO3kB1TVL5ASwCV1PlU9BwXmRKW+oS01aKDh4fR9xThQ8kXgTNyW H3psT+toLA7wZnsdxsTAVwOw3OZ7uQFUyNeLgLNaIK+NzxzaDacwMeSJ4EDwjy4l386h QITjapFIM0ND6uujtCJOSoTSF23oY0nr/uNlINBclKAAhiZM6dDRmmuXjsvoTdEzlNCo uIVA/AQsKrGnzEEc8qX06sAXp54ecHTiv7xJiLacIyBEOb/QlmY9OWbueEEfAtJcexgw 0icZOtEu+VQRFjDnsSOWOD8OmoaE3K9uKL9xM/Ou5VNfwncqW35gZLEN8LNrNGDLTBbC OIPQ== X-Gm-Message-State: APjAAAXEQ8Wo5NhAWv8DbTrOxnrKpSu4xpuFWUVJF5jM/JiNolHSjZOX FqB4bYES37fvjAgjbtg2B8oo7ATwvUJrRZImjWAPEvvi X-Google-Smtp-Source: APXvYqzc8yIQ2yXR4Dc7cy8P3RubehFxIJSB69lKvje24RHLYEgpCH687boih9CFQNkOCPqIdkx/6XzZBotRDn4UXzw= X-Received: by 2002:a9d:7241:: with SMTP id a1mr89510110otk.219.1564900150052; Sat, 03 Aug 2019 23:29:10 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 References: <49b6150e-427e-c734-c9f0-dc8f67d31e37@users.sourceforge.net> In-Reply-To: <49b6150e-427e-c734-c9f0-dc8f67d31e37@users.sourceforge.net> From: Adam Carter Date: Sun, 4 Aug 2019 16:28:59 +1000 Message-ID: Subject: Re: [gentoo-user] kernel config strangeness To: gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary="0000000000008d89d0058f44b5d6" X-Archives-Salt: b9c902d7-4e76-474c-9968-bee97f44247e X-Archives-Hash: 0a38b86699344951033885e2fb06fb43 --0000000000008d89d0058f44b5d6 Content-Type: text/plain; charset="UTF-8" > > > # CONFIG_EDAC_AMD64_ERROR_INJECTION is not set > > Are you sure those settings are "=y" or "=m") in the other file, and not > just simply not present? Changing that one setting may only have altered > whether those other settings are explicitly included in the .config file, > and not their value. > On the .config that has had CONFIG_CPU_SUP_AMD removed, these settings are no longer present. My current understanding is that if a particular CONFIG_ option is not present in the .config file, it will not be built due to a missing prerequisite. Do you have a different understanding? --0000000000008d89d0058f44b5d6 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
> # CONFIG_EDAC_AMD64_ERROR_INJECTION is not set

Are you sure those settings are "=3Dy" or "=3Dm"= ) in the other file, and not just simply not present?=C2=A0 Changing that one setting may only have altered whether those other settings are explicitly included in the .config file, and not their value.

On the .config that has had CONFIG_CPU_SUP_AMD removed, these sett= ings are no longer present.

My current unders= tanding is that if a particular CONFIG_ option is not present in the .confi= g file, it will not be built due to a missing prerequisite. Do you have a d= ifferent understanding?
--0000000000008d89d0058f44b5d6--