Sometimes people are just forgetting to copy their kernel modules
to the device. Building the Mali kernel driver statically ensures
that people can't make this mistake anymore and removes one of the
potential obstacles on the way to getting 3D accelatation up and
running.

It is also convenient to be able to include the lima-memtester
test program into an initrd image without bothering about adding
kernel modules to the initrd image too.

Signed-off-by: Siarhei Siamashka <siarhei.siamas...@gmail.com>
---
 arch/arm/configs/sun4i_defconfig | 8 +++-----
 arch/arm/configs/sun5i_defconfig | 6 +++---
 arch/arm/configs/sun7i_defconfig | 8 +++-----
 3 files changed, 9 insertions(+), 13 deletions(-)

diff --git a/arch/arm/configs/sun4i_defconfig b/arch/arm/configs/sun4i_defconfig
index 38a6073..0679d44 100644
--- a/arch/arm/configs/sun4i_defconfig
+++ b/arch/arm/configs/sun4i_defconfig
@@ -156,7 +156,6 @@ CONFIG_SERIAL_8250_CONSOLE=y
 CONFIG_SERIAL_8250_NR_UARTS=8
 CONFIG_SERIAL_8250_RUNTIME_UARTS=8
 # CONFIG_HW_RANDOM is not set
-CONFIG_I2C=y
 CONFIG_I2C_CHARDEV=y
 CONFIG_GPIOLIB=y
 CONFIG_GPIO_SYSFS=y
@@ -206,10 +205,9 @@ CONFIG_CSI_OV5640=m
 # CONFIG_RADIO_ADAPTERS is not set
 CONFIG_AUDIO_ENGINE=y
 CONFIG_PA_CONTROL=y
-CONFIG_DRM=m
-CONFIG_DRM_MALI=m
-CONFIG_MALI=m
-CONFIG_FB=y
+CONFIG_DRM=y
+CONFIG_DRM_MALI=y
+CONFIG_MALI=y
 CONFIG_FB_SUNXI=y
 CONFIG_FB_SUNXI_LCD=y
 CONFIG_FB_SUNXI_HDMI=y
diff --git a/arch/arm/configs/sun5i_defconfig b/arch/arm/configs/sun5i_defconfig
index c01d2f4..1eee7d0 100644
--- a/arch/arm/configs/sun5i_defconfig
+++ b/arch/arm/configs/sun5i_defconfig
@@ -135,7 +135,6 @@ CONFIG_SERIAL_NONSTANDARD=y
 CONFIG_SERIAL_8250=y
 CONFIG_SERIAL_8250_CONSOLE=y
 # CONFIG_HW_RANDOM is not set
-CONFIG_I2C=y
 CONFIG_I2C_CHARDEV=y
 CONFIG_SPI=y
 CONFIG_GPIOLIB=y
@@ -150,9 +149,10 @@ CONFIG_AXP152=y
 CONFIG_REGULATOR=y
 CONFIG_MEDIA_SUPPORT=y
 CONFIG_PA_CONTROL=y
-CONFIG_MALI=m
+CONFIG_DRM=y
+CONFIG_DRM_MALI=y
+CONFIG_MALI=y
 # CONFIG_UMP_DEBUG is not set
-CONFIG_FB=y
 CONFIG_FB_SUNXI=y
 CONFIG_FB_SUNXI_LCD=y
 CONFIG_FB_SUNXI_HDMI=y
diff --git a/arch/arm/configs/sun7i_defconfig b/arch/arm/configs/sun7i_defconfig
index a7c8d94..f743b66f 100644
--- a/arch/arm/configs/sun7i_defconfig
+++ b/arch/arm/configs/sun7i_defconfig
@@ -156,7 +156,6 @@ CONFIG_SERIAL_8250_CONSOLE=y
 CONFIG_SERIAL_8250_NR_UARTS=8
 CONFIG_SERIAL_8250_RUNTIME_UARTS=8
 # CONFIG_HW_RANDOM is not set
-CONFIG_I2C=y
 CONFIG_I2C_CHARDEV=y
 CONFIG_GPIOLIB=y
 CONFIG_GPIO_SYSFS=y
@@ -206,10 +205,9 @@ CONFIG_CSI_OV5640=m
 # CONFIG_RADIO_ADAPTERS is not set
 CONFIG_AUDIO_ENGINE=y
 CONFIG_PA_CONTROL=y
-CONFIG_DRM=m
-CONFIG_DRM_MALI=m
-CONFIG_MALI=m
-CONFIG_FB=y
+CONFIG_DRM=y
+CONFIG_DRM_MALI=y
+CONFIG_MALI=y
 CONFIG_FB_SUNXI=y
 CONFIG_FB_SUNXI_LCD=y
 CONFIG_FB_SUNXI_HDMI=y
-- 
2.4.10

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to