From 91f45a3cf3b30be0b957b791b5f889973a2ec490 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 25 Oct 2022 10:52:44 -0600 Subject: [PATCH] intrng: Remove from NOTES file INTRNG is required on these platforms. Remove it from the NOTES file since it is now in the DEFAULTS file. Suggested by: mhorne Sponsored by: Netflix --- sys/arm/conf/NOTES | 1 - sys/arm64/conf/NOTES | 1 - sys/riscv/conf/NOTES | 1 - 3 files changed, 3 deletions(-) diff --git a/sys/arm/conf/NOTES b/sys/arm/conf/NOTES index c118f60837c..f1872497732 100644 --- a/sys/arm/conf/NOTES +++ b/sys/arm/conf/NOTES @@ -11,7 +11,6 @@ makeoptions CONF_CFLAGS+="-march=armv7a" options FDT # Flattened device tree support options FREEBSD_BOOT_LOADER # Process metadata passed from loader(8) -options INTRNG # Include INTRNG framework options LINUX_BOOT_ABI # Process metadata passed from U-Boot options PLATFORM # Include platform_if support options SMP # Nearly all v7 SoCs are multicore diff --git a/sys/arm64/conf/NOTES b/sys/arm64/conf/NOTES index 6f824579603..fa41073ee10 100644 --- a/sys/arm64/conf/NOTES +++ b/sys/arm64/conf/NOTES @@ -29,7 +29,6 @@ options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed. options KDTRACE_FRAME # Ensure frames are compiled in options VFP # Floating-point support options RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default -options INTRNG # SoC support options SOC_ALLWINNER_A64 diff --git a/sys/riscv/conf/NOTES b/sys/riscv/conf/NOTES index f483ac221eb..f36e6283433 100644 --- a/sys/riscv/conf/NOTES +++ b/sys/riscv/conf/NOTES @@ -18,7 +18,6 @@ options KDTRACE_HOOKS # Kernel DTrace hooks options DDB_CTF # Kernel ELF linker loads CTF data options FPE # Floating-point extension support options RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default -options INTRNG # Include INTRNG framework # RISC-V SBI console device rcons