linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kurt Wall <kwall@kurtwerks.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] 2.6.0-test1 Nonexistent Symbols During Config
Date: Wed, 16 Jul 2003 21:06:22 -0400	[thread overview]
Message-ID: <20030717010622.GJ1779@kurtwerks.com> (raw)

"make menuconfig" emits the following before it starts:

boolean symbol BINFMT_ZFLAT tested for 'm'? test forced to 'n'
#
# using defaults found in arch/i386/defconfig
#
arch/i386/defconfig:68: trying to assign nonexistent symbol X86_SSE2
arch/i386/defconfig:544: trying to assign nonexistent symbol NET_PCMCIA_RADIO
arch/i386/defconfig:663: trying to assign nonexistent symbol INTEL_RNG

If these symbols have in fact been removed, the patch below removes
them. Not sure how to address the forced test, though.

Kurt
-- 
"Life to you is a bold and dashing responsibility"
		-- a Mary Chung's fortune cookie
$ diff -Naur arch/i386/defconfig.orig arch/i386/defconfig
--- arch/i386/defconfig.orig	2003-07-13 23:35:57.000000000 -0400
+++ arch/i386/defconfig	2003-07-16 00:41:31.000000000 -0400
@@ -65,7 +65,6 @@
 CONFIG_X86_GOOD_APIC=y
 CONFIG_X86_INTEL_USERCOPY=y
 CONFIG_X86_USE_PPRO_CHECKSUM=y
-CONFIG_X86_SSE2=y
 # CONFIG_HUGETLB_PAGE is not set
 CONFIG_SMP=y
 # CONFIG_PREEMPT is not set
@@ -541,7 +540,6 @@
 # CONFIG_PCMCIA_SMC91C92 is not set
 # CONFIG_PCMCIA_XIRC2PS is not set
 # CONFIG_PCMCIA_AXNET is not set
-CONFIG_NET_PCMCIA_RADIO=y
 CONFIG_PCMCIA_RAYCS=y
 
 #
@@ -660,7 +658,6 @@
 # Watchdog Cards
 #
 # CONFIG_WATCHDOG is not set
-CONFIG_INTEL_RNG=y
 # CONFIG_AMD_RNG is not set
 # CONFIG_NVRAM is not set
 # CONFIG_RTC is not set

             reply	other threads:[~2003-07-17  0:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-17  1:06 Kurt Wall [this message]
2003-07-17 21:13 [PATCH] 2.6.0-test1 Nonexistent Symbols During Config Jeff Smith

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030717010622.GJ1779@kurtwerks.com \
    --to=kwall@kurtwerks.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).