I see that it is being widely used at many places but could not understand in what scenarios i need to use it.
- What is CONFIG_OF?
- What is the full name of "OF"?
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 theUsage model.
http://stackoverflow.com/questions/27978709/whats-the-config-of-in-linux
3268

被折叠的 条评论
为什么被折叠?



