linux 内核模块顺序,linux - 更改Linux内核模块的启动顺序 - SO中文参考 - www.soinside.com...

obj-y += irqchip/

obj-y += bus/

obj-$(CONFIG_GENERIC_PHY) += phy/

# GPIO must come after pinctrl as gpios may need to mux pins etc

obj-$(CONFIG_PINCTRL) += pinctrl/

obj-$(CONFIG_GPIOLIB) += gpio/

obj-y += pwm/

obj-y += pci/

obj-$(CONFIG_PARISC) += parisc/

obj-$(CONFIG_RAPIDIO) += rapidio/

obj-y += video/

obj-y += idle/

# IPMI must come before ACPI in order to provide IPMI opregion support

obj-y += char/ipmi/

obj-$(CONFIG_ACPI) += acpi/

obj-$(CONFIG_SFI) += sfi/

# PnP must come after ACPI since it will eventually need to check if acpi

# was used and do nothing if so

obj-$(CONFIG_PNP) += pnp/

obj-y += amba/

obj-y += clk/

# Many drivers will want to use DMA so this has to be made available

# really early.

obj-$(CONFIG_DMADEVICES) += dma/

# SOC specific infrastructure drivers.

obj-y += soc/

obj-$(CONFIG_VIRTIO) += virtio/

obj-$(CONFIG_XEN) += xen/

# regulators early, since some subsystems rely on them to initialize

obj-$(CONFIG_REGULATOR) += regulator/

# reset controllers early, since gpu drivers might rely on them to initialize

obj-$(CONFIG_RESET_CONTROLLER) += reset/

# tty/ comes before char/ so that the VT console is the boot-time

# default.

obj-y += tty/

obj-y += char/

# iommu/ comes before gpu as gpu are using iommu controllers

obj-$(CONFIG_IOMMU_SUPPORT) += iommu/

# gpu/ comes after char for AGP vs DRM startup and after iommu

obj-y += gpu/

# ...

# ...

# ...

# Continues with a lot more drivers here...因此,我需要帮助来解决这个问题。如何确定vc4的加载时间早于现在的加载时间?如果我有任何遗漏,请告诉我。非常感谢。

NOTE:

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值