From 9abf55cfb783b9a5bfc615a7007a0bc90c0cfca0 Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Tue, 12 Jun 2012 02:40:07 -0700 Subject: [PATCH] --- yaml --- r: 319297 b: refs/heads/master c: 3760e79450f48e31fde2b2dd49c5ab6a685c3ea8 h: refs/heads/master i: 319295: dc675b7c59c0877ff383fe5bf72aea4c39effcd0 v: v3 --- [refs] | 2 +- .../arm/configs/armadillo800eva_defconfig | 10 ++ .../arm/mach-shmobile/board-armadillo800eva.c | 111 +++++++++++++++++- 3 files changed, 121 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d52c39a85c05..919ea5412af3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 910c14d0b8f121df420a878cbd973ffa7d549393 +refs/heads/master: 3760e79450f48e31fde2b2dd49c5ab6a685c3ea8 diff --git a/trunk/arch/arm/configs/armadillo800eva_defconfig b/trunk/arch/arm/configs/armadillo800eva_defconfig index f6ebdde380ee..df1ce543cd7c 100644 --- a/trunk/arch/arm/configs/armadillo800eva_defconfig +++ b/trunk/arch/arm/configs/armadillo800eva_defconfig @@ -86,6 +86,16 @@ CONFIG_SERIAL_SH_SCI_CONSOLE=y CONFIG_I2C=y CONFIG_I2C_SH_MOBILE=y # CONFIG_HWMON is not set +CONFIG_MEDIA_SUPPORT=y +CONFIG_VIDEO_DEV=y +# CONFIG_RC_CORE is not set +# CONFIG_VIDEO_HELPER_CHIPS_AUTO is not set +# CONFIG_V4L_USB_DRIVERS is not set +CONFIG_V4L_PLATFORM_DRIVERS=y +CONFIG_SOC_CAMERA=y +CONFIG_SOC_CAMERA_MT9T112=y +CONFIG_VIDEO_SH_MOBILE_CEU=y +# CONFIG_RADIO_ADAPTERS is not set CONFIG_FB=y CONFIG_FB_SH_MOBILE_LCDC=y CONFIG_FB_SH_MOBILE_HDMI=y diff --git a/trunk/arch/arm/mach-shmobile/board-armadillo800eva.c b/trunk/arch/arm/mach-shmobile/board-armadillo800eva.c index 4e6893f9e0da..2cce28b2e40a 100644 --- a/trunk/arch/arm/mach-shmobile/board-armadillo800eva.c +++ b/trunk/arch/arm/mach-shmobile/board-armadillo800eva.c @@ -37,13 +37,16 @@ #include #include #include +#include +#include +#include +#include #include #include #include #include #include #include -#include #include