diff options
author | John Baldwin <jhb@FreeBSD.org> | 2022-05-17 21:15:44 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2022-05-17 21:15:44 +0000 |
commit | 08a9d7ffe89b513ca8444a62c30e2efc4f03ece6 (patch) | |
tree | d9ae2566d729a0db50797633b6b0abdd502bb9a0 | |
parent | 263efa6c4a7bcd5d0faeee9413a8e10d12c07981 (diff) | |
download | src-08a9d7ffe89b513ca8444a62c30e2efc4f03ece6.tar.gz src-08a9d7ffe89b513ca8444a62c30e2efc4f03ece6.zip |
Add the extres pseudo devices to some kernels.
This is a direct commit to stable/13 as these kernel configs are not
present in main.
-rw-r--r-- | sys/arm/conf/VERSATILEPB | 7 | ||||
-rw-r--r-- | sys/mips/conf/std.XLP | 2 |
2 files changed, 9 insertions, 0 deletions
diff --git a/sys/arm/conf/VERSATILEPB b/sys/arm/conf/VERSATILEPB index 3312f6d4f9e8..2cfc22786175 100644 --- a/sys/arm/conf/VERSATILEPB +++ b/sys/arm/conf/VERSATILEPB @@ -45,6 +45,13 @@ device uart device pl011 device pl190 +# pseudo devices +device clk +device phy +device hwreset +device nvmem +device syscon + device pty device snp diff --git a/sys/mips/conf/std.XLP b/sys/mips/conf/std.XLP index 8d8cfb693a70..8c4d13083a54 100644 --- a/sys/mips/conf/std.XLP +++ b/sys/mips/conf/std.XLP @@ -59,6 +59,8 @@ options ALT_BREAK_TO_DEBUGGER device xz options GEOM_UZIP +device clk + # Device tree options FDT options FDT_DTB_STATIC |