The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=857ad3e4fff0eb4ba1eea6b6aeec3d30920507e5
commit 857ad3e4fff0eb4ba1eea6b6aeec3d30920507e5 Author: Emmanuel Vadot <[email protected]> AuthorDate: 2021-07-19 15:31:57 +0000 Commit: Emmanuel Vadot <[email protected]> CommitDate: 2021-07-19 15:31:57 +0000 arm64: std.allwinner: Add aw_syscon This was missed during the conversion of kernel configs PR: 257278 Reported by: Manuel Stühn <[email protected]> --- sys/arm64/conf/std.allwinner | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/arm64/conf/std.allwinner b/sys/arm64/conf/std.allwinner index 71d71300c9b1..2bcbdc32e111 100644 --- a/sys/arm64/conf/std.allwinner +++ b/sys/arm64/conf/std.allwinner @@ -34,6 +34,9 @@ device aw_rtc # Allwinner Real-time Clock # Watchdog controllers device aw_wdog # Allwinner Watchdog +# Syscon controller +device aw_syscon # Allwinner System Controller + # Power management controllers device axp81x # X-Powers AXP81x PMIC _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
