···1313# PnP must come after ACPI since it will eventually need to check if acpi1414# was used and do nothing if so1515obj-$(CONFIG_PNP) += pnp/1616+obj-$(CONFIG_ARM_AMBA) += amba/16171718# char/ comes before serial/ etc so that the VT console is the boot-time1819# default.