Hi, What is CONFIG_OF? I see that it is being widely used at many places but could not understand in what scenarios i need to use it. There is no help documentation available in kconfig for this. Best Regards, Manty
于 2014年11月18日 15:58, manty kuma 写道:
Hi,
What is CONFIG_OF? I see that it is being widely used at many places but could not understand in what scenarios i need to use it. There is no help documentation available in kconfig for this.
Device Tree support? see: http://lwn.net/Articles/423607/
Best Regards, Manty
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
On Tue, 18 Nov 2014, manty kuma wrote:
Hi,
What is CONFIG_OF? I see that it is being widely used at many places but could not understand in what scenarios i need to use it. There is no help documentation available in kconfig for this.
Open Firmware, aka Device trees. rday -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ========================================================================
This option will let you know whether you would like to leverage support of Device tree or not ? Regards Sanjeev Sharma On Tue, Nov 18, 2014 at 1:38 PM, Robert P. J. Day <rpjday@crashcourse.ca> wrote:
On Tue, 18 Nov 2014, manty kuma wrote:
Hi,
What is CONFIG_OF? I see that it is being widely used at many places but could not understand in what scenarios i need to use it. There is no help documentation available in kconfig for this.
Open Firmware, aka Device trees.
rday
--
======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca
Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ========================================================================
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
participants (4)
-
manty kuma -
Robert P. J. Day -
sanjeev sharma -
Tom Chen