Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Finding config value in menuconfig
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
kierans
n00b
n00b


Joined: 07 Apr 2005
Posts: 51

PostPosted: Fri Apr 02, 2010 1:10 am    Post subject: [SOLVED] Finding config value in menuconfig Reply with quote

I had a package fail to compile on me because a kernel flag wasn't set. Is there a way to trace a config option in the kernel config to a particular place in the menuconfig (make menuconfig)? Before setting flags I like the read what a flag does :), and I like to navigate around using the menuconfig and the '?' option.

How can I trace CONFIG_FOO to a menu option?


Last edited by kierans on Wed Apr 07, 2010 5:05 am; edited 2 times in total
Back to top
View user's profile Send private message
tony-curtis
Tux's lil' helper
Tux's lil' helper


Joined: 20 May 2006
Posts: 111

PostPosted: Fri Apr 02, 2010 1:21 am    Post subject: Reply with quote

"/" + the option should show you all matches, and where they exist in the configuration hierarchy, e.g.

Code:
/pl2303

Symbol: USB_SERIAL_PL2303 [=m]
  │ Prompt: USB Prolific 2303 Single Port Serial Driver
  │   Defined at drivers/usb/serial/Kconfig:457
  │   Depends on: USB_SUPPORT [=y] && USB_SERIAL [=m]
  │   Location:
  │     -> Device Drivers
  │       -> USB support (USB_SUPPORT [=y])
  │         -> USB Serial Converter support (USB_SERIAL [=m])
Back to top
View user's profile Send private message
kierans
n00b
n00b


Joined: 07 Apr 2005
Posts: 51

PostPosted: Mon Apr 05, 2010 11:54 am    Post subject: Reply with quote

Thanks
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum