git: 114ab149e23e - main - files: make uart_bus_puc.c not depend on puc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 Feb 2024 17:19:02 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=114ab149e23e11760a2a41a773a786b97980616a commit 114ab149e23e11760a2a41a773a786b97980616a Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2024-02-12 17:18:20 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2024-02-12 17:18:20 +0000 files: make uart_bus_puc.c not depend on puc If one wants to have puc working as a module we need the bus in the kernel otherwise we won't be able to find any child to attach. Reviewed by: imp Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D43846 --- sys/conf/files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/files b/sys/conf/files index c91b1f89f921..b5f28b848800 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -3174,7 +3174,7 @@ dev/uart/uart_bus_acpi.c optional uart acpi dev/uart/uart_bus_fdt.c optional uart fdt dev/uart/uart_bus_isa.c optional uart isa dev/uart/uart_bus_pci.c optional uart pci -dev/uart/uart_bus_puc.c optional uart puc +dev/uart/uart_bus_puc.c optional uart pci dev/uart/uart_bus_scc.c optional uart scc dev/uart/uart_core.c optional uart dev/uart/uart_cpu_acpi.c optional uart acpi