Hi,
MAINBOARD_OPTIONS is used in Kconfig. Its use can be debated however, as its functionality can be replicated by using Kconfig only.
Remove its uses, documentation, etc.
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
Uh, and add this file, so the necessary options are actually _there_ (there might be more, as said, I'll start caring when kconfig is available for all boards)
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
On Tue, Sep 29, 2009 at 10:13 AM, Patrick Georgi patrick@georgi-clan.dewrote:
Uh, and add this file, so the necessary options are actually _there_ (there might be more, as said, I'll start caring when kconfig is available for all boards)
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
Acked-by: Myles Watson mylesgw@gmail.com
Unfortunately I was doing the same thing, so I have some fixups when this gets committed.
Thanks, Myles
Patrick Georgi wrote:
Uh, and add this file, so the necessary options are actually _there_ (there might be more, as said, I'll start caring when kconfig is available for all boards)
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
Acked-by: Stefan Reinauer stepan@coresystems.de
are you pretty sure this won't break anything? I have only taken a quick look but I see your followup only changes a few of the options that are removed.
thanks
ron
Am Dienstag, den 29.09.2009, 09:16 -0700 schrieb ron minnich:
are you pretty sure this won't break anything? I have only taken a quick look but I see your followup only changes a few of the options that are removed.
The others were already covered in the Kconfig files, as far as I can see. Right now, "it compiles" is good enough for me with Kconfig.
It's _much_ easier to fix up the flags (by comparing newconfig and kconfig build results, see ldoptions) than adding the infrastructure for all the boards, so I want to have the hard part done, so the easier work can be distributed.
Patrick
Patrick Georgi wrote:
Hi,
MAINBOARD_OPTIONS is used in Kconfig. Its use can be debated however, as its functionality can be replicated by using Kconfig only.
Remove its uses, documentation, etc.
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
Acked-by: Stefan Reinauer stepan@coresystems.de