git: 8b57548e9a38 - main - powerpcspe: make GEOM_LABEL kernel built-in
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Aug 2022 18:17:15 UTC
The branch main has been updated by alfredo:
URL: https://cgit.FreeBSD.org/src/commit/?id=8b57548e9a38ffbb122947043bafabb92b037fb3
commit 8b57548e9a38ffbb122947043bafabb92b037fb3
Author: Alfredo Dal'Ava Junior <alfredo@FreeBSD.org>
AuthorDate: 2022-08-02 21:11:11 +0000
Commit: Alfredo Dal'Ava Junior <alfredo@FreeBSD.org>
CommitDate: 2022-08-02 21:17:09 +0000
powerpcspe: make GEOM_LABEL kernel built-in
Make powerpspe kernel config in sync with other targets making
GEOM_LABEL built-in to allow use of labels when mounting partitions.
MFC after: 2 days
Sponsored by: Instituto de Pesquisas Eldorado (eldorado.org.br)
---
sys/powerpc/conf/MPC85XX | 1 +
sys/powerpc/conf/MPC85XXSPE | 1 +
2 files changed, 2 insertions(+)
diff --git a/sys/powerpc/conf/MPC85XX b/sys/powerpc/conf/MPC85XX
index 0e806aed76a9..ed0dd5f8e587 100644
--- a/sys/powerpc/conf/MPC85XX
+++ b/sys/powerpc/conf/MPC85XX
@@ -33,6 +33,7 @@ options FDT
options FFS
options GDB
options GEOM_PART_GPT
+options GEOM_LABEL # Provides labelization
options INET
options INET6
options TCP_HHOOK # hhook(9) framework for TCP
diff --git a/sys/powerpc/conf/MPC85XXSPE b/sys/powerpc/conf/MPC85XXSPE
index 0f59b9ee8879..45c8d09f5cfb 100644
--- a/sys/powerpc/conf/MPC85XXSPE
+++ b/sys/powerpc/conf/MPC85XXSPE
@@ -34,6 +34,7 @@ options FDT
options FFS
options GDB
options GEOM_PART_GPT
+options GEOM_LABEL # Provides labelization
options INET
options INET6
options TCP_HHOOK # hhook(9) framework for TCP