diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2018-08-27 10:03:27 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2018-08-27 10:03:27 +0000 |
commit | 44f5ea60c42a9681a5d09edb4e4f747fb7154fd9 (patch) | |
tree | 5116d62d41934e9462ecfd02856ce29a24434ac2 /sys/arch/arm64/conf | |
parent | c82fbada3ce8792a9a42f213194654cd94c698c4 (diff) |
Enable radeondrm(4). Note that on arm64 we do not yet have a way to
determine whether radeondrm(4) is the console or not. So leave out the
bits that try to make sure the console ends up with drm0/wsdisplay0 that
we have on other platforms.
Diffstat (limited to 'sys/arch/arm64/conf')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index b06c5b1012a..b84499d29d2 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.85 2018/08/26 19:50:08 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.86 2018/08/27 10:03:26 kettenis Exp $ # # GENERIC machine description file # @@ -100,6 +100,10 @@ option WSDISPLAY_DEFAULTSCREENS=6 # initial number of text consoles simplefb* at fdt? wsdisplay* at simplefb? +radeondrm* at pci? +drm* at radeondrm? +wsdisplay* at radeondrm? + # iMX imxccm* at fdt? early 1 imxiomuxc* at fdt? early 1 |