问题
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"?
回答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