Difference between revisions of "Quartz64 Development"

Jump to navigation Jump to search
(vop2 in linux-next)
m (→‎Linux Kernel Config Options: minor updates and corrections)
Line 320: Line 320:
** Ethernet
** Ethernet
* <code>CONFIG_MOTORCOMM_PHY</code>
* <code>CONFIG_MOTORCOMM_PHY</code>
** Ethernet, set this one to Y, m won't work out of the box as module autoloading does not work for this specific PHY (the vendor ID is zeroed out), alternatively tell users in board-specific setup instructions to force loading the <code>motorcomm</code> module if you set it to m.
** Ethernet, set this one to Y, m won't work out of the box if the generic PHY driver is y and binds first. Alternatively tell users in board-specific setup instructions to force including the <code>motorcomm</code> module in initramfs if you set it to m.
* <code>CONFIG_MMC_DW</code>
* <code>CONFIG_MMC_DW</code>
** MMC/SD
** MMC/SD
Line 330: Line 330:
** PCIe
** PCIe
* <code>CONFIG_PHY_ROCKCHIP_NANENG_COMBO_PHY</code>
* <code>CONFIG_PHY_ROCKCHIP_NANENG_COMBO_PHY</code>
** PHY for PCIe/SATA/USB3, not yet upstream
** PHY for PCIe/SATA/USB3
* <code>CONFIG_DRM_PANFROST</code>
* <code>CONFIG_DRM_PANFROST</code>
** GPU
** GPU
Line 338: Line 338:
** HDMI PHY
** HDMI PHY
* <code>CONFIG_ROCKCHIP_VOP2</code>
* <code>CONFIG_ROCKCHIP_VOP2</code>
** Video output, not yet upstream
** Video output
* <code>CONFIG_ARCH_ROCKCHIP</code>
* <code>CONFIG_ARCH_ROCKCHIP</code>
** General SoC support
** General SoC support