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