diff options
| author | Olivier Certner <olce@FreeBSD.org> | 2026-01-09 16:25:52 +0000 |
|---|---|---|
| committer | Olivier Certner <olce@FreeBSD.org> | 2026-01-09 16:34:56 +0000 |
| commit | fde9fe18219f6e987279a9d042345e7c6fc170d1 (patch) | |
| tree | 4ca27b662a3d8b68ce3c72d003690ebc0f460c23 | |
| parent | 730b3e20069b7115d16f02525103c6c05fa04759 (diff) | |
| -rw-r--r-- | sys/conf/options.i386 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index c577568c837f..62bf3baf8649 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -112,3 +112,6 @@ MPTABLE_LINUX_BUG_COMPAT # x86 specific uart options UART_NS8250_EARLY_PORT opt_uart.h + +# Enable asmc(4)-specific debug logic. +ASMC_DEBUG opt_asmc.h |
