From: network_gauner <network_gauner@seznam.cz>
To: linux-config@vger.kernel.org
Subject: Re: How exactly does `make menuconfig' work?
Date: Thu, 02 Mar 2006 17:55:30 +0100 [thread overview]
Message-ID: <du780p$ohq$1@sea.gmane.org> (raw)
In-Reply-To: <87slsc7iyo.fsf@smolny.plus.com>
> ...
> $ make allnoconfig
> ...
> ... it generates a minimal config with all options set to `no' which I can
> then peruse with `make menuconfig', switching things `on' rather than
> `off'.
>
> This sounds fine, but...
>
> ... when I did this, there was simply no vesafb graphics option, which
> I need. In fact, the only way I can gain access to this option is to
> base my new config on my existing one in /boot (which already includes
> it) by expliciting loading it as an `alternative'.
>
> Why is this?
I don't know, but I think it should be caused by some option turned off.
For example if you turn off ISA support, all options which are dependent
on ISA disappear.
> I had been lead to believe that running:
>
> $ make menuconfig
>
> ... in a freshly unpacked kernel source automatically bases the new
> config on your existing config. I thought this was the case until I
> came to the missing vesafb option. I then tried running `make
> mrpoper' and copying my config from /boot to the unpacked source
> directory (as was suggested in another document) before running `make
> menuconfig' again but still no vesafb option!
Try copying your old .config and do "make oldconfig" and then "make
menuconfig". Make oldconfig updates your .config to suite kernel version
you are going to compile.
Hope this helps.
Zdenek
next prev parent reply other threads:[~2006-03-02 16:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-29 2:09 How exactly does `make menuconfig' work? Sebastian Tennant
2006-03-02 16:55 ` network_gauner [this message]
2006-03-07 16:44 ` Andy Davidson
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='du780p$ohq$1@sea.gmane.org' \
--to=network_gauner@seznam.cz \
--cc=linux-config@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).