From 0c82fcb7b2e4724efa36b1cf6ef8b3d31bd79aec Mon Sep 17 00:00:00 2001 From: John Stultz Date: Tue, 11 Feb 2014 15:22:36 -0800 Subject: [PATCH 1/2] configs: android: Enable ION dummy driver for lsk Enable the ION_DUMMY driver config for lsk Signed-off-by: John Stultz Signed-off-by: Mark Brown --- linaro/configs/android.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/linaro/configs/android.conf b/linaro/configs/android.conf index 0062c611f79f..e1bf601fc57d 100644 --- a/linaro/configs/android.conf +++ b/linaro/configs/android.conf @@ -34,6 +34,7 @@ CONFIG_SYNC=y CONFIG_SW_SYNC=y CONFIG_SW_SYNC_USER=y CONFIG_ION_TEST=y +CONFIG_ION_DUMMY=y CONFIG_ADF=y CONFIG_ADF_FBDEV=y CONFIG_ADF_MEMBLOCK=y From cd1b5c286992a746f3d7b5817d38988383839ec8 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Fri, 14 Mar 2014 20:20:35 +0000 Subject: [PATCH 2/2] configs: Add big endian config fragment Signed-off-by: Mark Brown --- linaro/configs/bigendian.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 linaro/configs/bigendian.conf diff --git a/linaro/configs/bigendian.conf b/linaro/configs/bigendian.conf new file mode 100644 index 000000000000..6a1020299e85 --- /dev/null +++ b/linaro/configs/bigendian.conf @@ -0,0 +1,4 @@ +CONFIG_CPU_BIG_ENDIAN=y +CONFIG_CPU_ENDIAN_BE8=y +# CONFIG_VIRTUALIZATION is not set +# CONFIG_MMC_DW_IDMAC is not set