linux-config.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* what's the fast way to enable a config item?
@ 2015-12-25  1:30 Derek Cheugn
  2016-01-05 10:27 ` Marian Marinov
  0 siblings, 1 reply; 3+ messages in thread
From: Derek Cheugn @ 2015-12-25  1:30 UTC (permalink / raw)
  To: linux-config

hi all,

I have a simple question (have searched but didn't get any good answer
yet):

what's the best way to enable a config item without interactive
interface? if I know the module name, I can find the CONFIG_ name by
this: then in menuconfig to search SENSORS_APPLESMC to enable it;

    $ find -name Makefile |xargs grep -w applesmc
    ./drivers/hwmon/Makefile:obj-$(CONFIG_SENSORS_APPLESMC)	+= applesmc.o

but is there a good way to enable it without interactive interface?

the interactive config interfaces (menuconfig/gconfig/xconfig) are good
for one or two configs, but when I want to enable a list of modules,
this solution is not scalable;

I've tried localmodconfig with LSMOD= env variable, but the
localmodconfig doesn't seem to be working in this way, I feel it's
working by an elimination way, to start from a known to be working
config (maybe from a distro or somewhere)

    $ LSMOD=~/tmp/modules-merged make localmodconfig

while, I want to start with `make defconfig` and enable a list of config
needed; that to accept a list of CONFIG_* names, or a list of modules
name, does anyone if such a config method exists?


thanks,

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-01-05 21:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-25  1:30 what's the fast way to enable a config item? Derek Cheugn
2016-01-05 10:27 ` Marian Marinov
2016-01-05 21:06   ` Derek Cheugn

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).