* CONFIG Symbol
@ 2008-10-16 6:56 Prabhu Chawandi
2008-10-16 15:55 ` Randy.Dunlap
0 siblings, 1 reply; 2+ messages in thread
From: Prabhu Chawandi @ 2008-10-16 6:56 UTC (permalink / raw)
To: linux-kernel
Hi All,
I have added a symobol in thr config file, freshely ... eg.
CONFIG_USB_SERIAL_CONSOLE
i.e. there was no symbol at all ... but in the source code a check is
made for that symbol...
So I have added that symbol in the config file,,,
unfortunately I am not getting that flag value reflected,,,,
What I thought ,, Is there any other place where to identify this symbol...
as we export any symbol...
-- Thanks
Prabhu
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: CONFIG Symbol
2008-10-16 6:56 CONFIG Symbol Prabhu Chawandi
@ 2008-10-16 15:55 ` Randy.Dunlap
0 siblings, 0 replies; 2+ messages in thread
From: Randy.Dunlap @ 2008-10-16 15:55 UTC (permalink / raw)
To: Prabhu Chawandi; +Cc: linux-kernel
On Thu, 16 Oct 2008, Prabhu Chawandi wrote:
> Hi All,
>
> I have added a symobol in thr config file, freshely ... eg.
> CONFIG_USB_SERIAL_CONSOLE
What kind of config file? Is it in a Kconfig* file?
If so, then the CONFIG_ prefix is implicit and you should just
use "USB_SERIAL_CONSOLE" as the symbol name.
> i.e. there was no symbol at all ... but in the source code a check is
> made for that symbol...
>
> So I have added that symbol in the config file,,,
> unfortunately I am not getting that flag value reflected,,,,
Maybe now it's CONFIG_CONFIG_USB_SERIAL_CONSOLE.
> What I thought ,, Is there any other place where to identify this symbol...
>
> as we export any symbol...
Config symbols are produced as include/linux/autoconf.h at build time,
so you can look at that file to see what was produced/generated.
--
~Randy
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-16 15:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-16 6:56 CONFIG Symbol Prabhu Chawandi
2008-10-16 15:55 ` Randy.Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®