diff --git a/debian/changelog b/debian/changelog index 4a6dbaaa9..a545988d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,10 @@ linux (4.19.13-2) UNRELEASED; urgency=medium [ Michal Simek ] * [arm64] Enable Xilinx ZynqMP SoC and drivers + [ YunQiang Su ] + * [mipsel, mips64el] Enable DRM_AST and FB_SM750 for loongson-3 + install ast and sm750fb to loongson-3's fb-modules + -- John Paul Adrian Glaubitz Sun, 30 Dec 2018 10:30:57 +0100 linux (4.19.13-1) unstable; urgency=medium diff --git a/debian/config/kernelarch-mips/config.loongson-3 b/debian/config/kernelarch-mips/config.loongson-3 index 313618f88..479be70c1 100644 --- a/debian/config/kernelarch-mips/config.loongson-3 +++ b/debian/config/kernelarch-mips/config.loongson-3 @@ -37,6 +37,11 @@ CONFIG_CPU_IDLE=y CONFIG_DRM=m CONFIG_DRM_RADEON=m +## +## file: drivers/gpu/drm/ast/Kconfig +## +CONFIG_DRM_AST=m + ## ## file: drivers/i2c/Kconfig ## @@ -78,6 +83,11 @@ CONFIG_REGULATOR=y ## CONFIG_RTC_DRV_CMOS=y +## +## file: drivers/staging/sm750fb/Kconfig +## +CONFIG_FB_SM750=m + ## ## file: drivers/tty/serial/8250/Kconfig ## diff --git a/debian/installer/modules/mipsel-loongson-3/fb-modules b/debian/installer/modules/mipsel-loongson-3/fb-modules index 553c79c74..b2b61da1d 100644 --- a/debian/installer/modules/mipsel-loongson-3/fb-modules +++ b/debian/installer/modules/mipsel-loongson-3/fb-modules @@ -1 +1,3 @@ radeon +ast +sm750fb