git: 38843fe0f27c - main - amd64: add MINIMALUP config

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Sat, 06 May 2023 11:24:56 UTC
The branch main has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=38843fe0f27cb93dc50a3b0d7ba9a958c0581de7

commit 38843fe0f27cb93dc50a3b0d7ba9a958c0581de7
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-05-06 11:22:58 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-05-06 11:24:07 +0000

    amd64: add MINIMALUP config
    
    This is the MINIMAL config with SMP/NUMA options turned off.
    Useful to ensure that UP configuration still builds, until it is removed
    finally.
    
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
---
 sys/amd64/conf/MINIMALUP | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sys/amd64/conf/MINIMALUP b/sys/amd64/conf/MINIMALUP
new file mode 100644
index 000000000000..0dbddbe5b341
--- /dev/null
+++ b/sys/amd64/conf/MINIMALUP
@@ -0,0 +1,4 @@
+include 	MINIMAL
+ident 		MINIMALUP
+nooptions 	SMP
+nooptions 	NUMA