* Tests of undefined CONFIG variables.
@ 2008-02-13 10:54 Robert P. J. Day
2008-02-13 11:30 ` Paul Mundt
2008-02-13 13:34 ` Haavard Skinnemoen
0 siblings, 2 replies; 4+ messages in thread
From: Robert P. J. Day @ 2008-02-13 10:54 UTC (permalink / raw)
To: Linux Kernel Mailing List
i've also updated the list of what i call "badref" CONFIG variables
-- that is, tests of CONFIG_ variables that appear to be undefined
anywhere in a Kconfig file (which typically represents a meaningless
test, naturally).
http://www.crashcourse.ca/wiki/index.php/Badref_CONFIG_variables
rday
--
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry:
Have classroom, will lecture.
http://crashcourse.ca Waterloo, Ontario, CANADA
========================================================================
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: Tests of undefined CONFIG variables.
2008-02-13 10:54 Tests of undefined CONFIG variables Robert P. J. Day
@ 2008-02-13 11:30 ` Paul Mundt
2008-02-13 11:35 ` Robert P. J. Day
2008-02-13 13:34 ` Haavard Skinnemoen
1 sibling, 1 reply; 4+ messages in thread
From: Paul Mundt @ 2008-02-13 11:30 UTC (permalink / raw)
To: Robert P. J. Day; +Cc: Linux Kernel Mailing List
On Wed, Feb 13, 2008 at 05:54:12AM -0500, Robert P. J. Day wrote:
> i've also updated the list of what i call "badref" CONFIG variables
> -- that is, tests of CONFIG_ variables that appear to be undefined
> anywhere in a Kconfig file (which typically represents a meaningless
> test, naturally).
>
> http://www.crashcourse.ca/wiki/index.php/Badref_CONFIG_variables
>
For SH:
CONFIG_SERIAL
CONFIG_CPU_HAS_PINT_IRQ
CONFIG_LITTLE_ENDIAN
CONFIG_SH64_PROC_TLB
are now fixed, thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Tests of undefined CONFIG variables.
2008-02-13 11:30 ` Paul Mundt
@ 2008-02-13 11:35 ` Robert P. J. Day
0 siblings, 0 replies; 4+ messages in thread
From: Robert P. J. Day @ 2008-02-13 11:35 UTC (permalink / raw)
To: Paul Mundt; +Cc: Linux Kernel Mailing List
On Wed, 13 Feb 2008, Paul Mundt wrote:
> On Wed, Feb 13, 2008 at 05:54:12AM -0500, Robert P. J. Day wrote:
> > i've also updated the list of what i call "badref" CONFIG variables
> > -- that is, tests of CONFIG_ variables that appear to be undefined
> > anywhere in a Kconfig file (which typically represents a meaningless
> > test, naturally).
> >
> > http://www.crashcourse.ca/wiki/index.php/Badref_CONFIG_variables
> >
> For SH:
>
> CONFIG_SERIAL
> CONFIG_CPU_HAS_PINT_IRQ
> CONFIG_LITTLE_ENDIAN
> CONFIG_SH64_PROC_TLB
>
> are now fixed, thanks.
ok, removed.
rday
--
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry:
Have classroom, will lecture.
http://crashcourse.ca Waterloo, Ontario, CANADA
========================================================================
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Tests of undefined CONFIG variables.
2008-02-13 10:54 Tests of undefined CONFIG variables Robert P. J. Day
2008-02-13 11:30 ` Paul Mundt
@ 2008-02-13 13:34 ` Haavard Skinnemoen
1 sibling, 0 replies; 4+ messages in thread
From: Haavard Skinnemoen @ 2008-02-13 13:34 UTC (permalink / raw)
To: Robert P. J. Day; +Cc: Linux Kernel Mailing List
On Wed, 13 Feb 2008 05:54:12 -0500 (EST)
"Robert P. J. Day" <rpjday@crashcourse.ca> wrote:
> i've also updated the list of what i call "badref" CONFIG variables
> -- that is, tests of CONFIG_ variables that appear to be undefined
> anywhere in a Kconfig file (which typically represents a meaningless
> test, naturally).
I've fixed BOARD_ATSTK1002_SW2_CUSTOM, thanks. It was a real bug.
As for AP7000_8_BIT_SMC, it is sort-of used. It is part of a choice
menu where the other two choices are used like this:
#if defined(CONFIG_AP700X_32_BIT_SMC)
...
#elif defined(CONFIG_AP700X_16_BIT_SMC)
...
#else
...
#endif
and the #else block covers the only remaining choice, AP700X_8_BIT_SMC.
I can fix it by turning the #else above into an #elif I guess.
Haavard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-02-13 13:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-13 10:54 Tests of undefined CONFIG variables Robert P. J. Day
2008-02-13 11:30 ` Paul Mundt
2008-02-13 11:35 ` Robert P. J. Day
2008-02-13 13:34 ` Haavard Skinnemoen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox