What's the CONFIG_OF in linux?

£可爱£侵袭症+ 提交于 2019-12-08 17:24:38

问题


I see that it is being widely used at many places but could not understand in what scenarios i need to use it.

  1. What is CONFIG_OF?
  2. What is the full name of "OF"?

回答1:


Open Firmware. This was invented long time ago when Apple was producing laptops based on PowerPC CPUs. Openfirmware provides a good description of the devices connected to the platform. In Linux kernel the part that works with device data is called Device Tree (DT). More details in the Usage model.



来源:https://stackoverflow.com/questions/27978709/whats-the-config-of-in-linux

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!