linux开发缩写
1.CONFIG_OF
在一些驅動中經常看到#ifdef CONFIG_OF,這里的OF是Open Firmware。
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.
詳細參考kernel\Documentation\devicetree\usage-model.txt
總結
- 上一篇: 高通android开发摘要
- 下一篇: Linux and the Device