summaryrefslogtreecommitdiffstats
path: root/meta/packages/linux/linux-simtec-2.6.26-simtec1/depicture-defconfig-append
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-11-04 11:24:25 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-11-04 11:24:25 +0000
commitf27cbd1a4e76ae4ce9728a380ee678df9953ed21 (patch)
tree4dd67c8318fced8f861ecfb7b382e3af1cf576aa /meta/packages/linux/linux-simtec-2.6.26-simtec1/depicture-defconfig-append
parent1b7873fae984f29a3953e3601f543a29194fdaad (diff)
downloadpoky-f27cbd1a4e76ae4ce9728a380ee678df9953ed21.tar.gz
Add depicture machine with patches from SimTec
Diffstat (limited to 'meta/packages/linux/linux-simtec-2.6.26-simtec1/depicture-defconfig-append')
-rw-r--r--meta/packages/linux/linux-simtec-2.6.26-simtec1/depicture-defconfig-append18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/packages/linux/linux-simtec-2.6.26-simtec1/depicture-defconfig-append b/meta/packages/linux/linux-simtec-2.6.26-simtec1/depicture-defconfig-append
new file mode 100644
index 0000000000..fc1af85bef
--- /dev/null
+++ b/meta/packages/linux/linux-simtec-2.6.26-simtec1/depicture-defconfig-append
@@ -0,0 +1,18 @@
1# The Depicture needs the S3C24xx's Framebuffer and LCD stuff
2CONFIG_FB_S3C2410=y
3CONFIG_LCD_CLASS_DEVICE=y
4CONFIG_BACKLIGHT_CLASS_DEVICE=y
5CONFIG_BACKLIGHT_S3C2410=y
6CONFIG_LCD_PLATFORM=y
7CONFIG_BACKLIGHT_PWM=y
8CONFIG_SIMTEC_LCD=y
9# And also the touchscreen interface
10CONFIG_TOUCHSCREEN_S3C2410=y
11CONFIG_INPUT_EVDEV=y
12CONFIG_SENSORS_S3C_ADC=y
13# And the MMC makes sense to compile in.
14CONFIG_MMC=y
15CONFIG_MMC_BLOCK=y
16CONFIG_MMC_S3C=y
17# IPv6 is needed for the X server
18CONFIG_IPV6=y