how can default Kconfig values be defined elsewhere?
another kbuild-related question -- from kconfig-language.rst: - default value: "default" <expr> ["if" <expr>] A config option can have any number of default values. If multiple default values are visible, only the first defined one is active. Default values are not limited to the menu entry where they are defined. This means the default can be defined somewhere else or be overridden by an earlier definition. wait ... default values can be defined elsewhere from the menu entry for which that default is to be set? i was unaware of this; can someone provide an example? or am i misreading this? rday -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ========================================================================
On Tue, 30 Jul 2019, KingLotterry@163.com wrote:
maybe in environment or in 'make' command line I think.
quite possibly, but the impression i got from the Documentation file was that this could be done elsewhere in a different Kconfig file, and i have no idea how that would be done. rday -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ========================================================================
participants (2)
-
KingLotterry@163.com -
Robert P. J. Day