1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-21 05:27:01 +00:00

linux-simtec: Update simtec1 -> simtec3 and add COMPATIBLE_MACHINE

This commit is contained in:
Richard Purdie
2008-11-04 11:43:33 +00:00
parent f27cbd1a4e
commit 51be1fad9c
3 changed files with 5 additions and 2 deletions
@@ -0,0 +1,18 @@
# The Depicture needs the S3C24xx's Framebuffer and LCD stuff
CONFIG_FB_S3C2410=y
CONFIG_LCD_CLASS_DEVICE=y
CONFIG_BACKLIGHT_CLASS_DEVICE=y
CONFIG_BACKLIGHT_S3C2410=y
CONFIG_LCD_PLATFORM=y
CONFIG_BACKLIGHT_PWM=y
CONFIG_SIMTEC_LCD=y
# And also the touchscreen interface
CONFIG_TOUCHSCREEN_S3C2410=y
CONFIG_INPUT_EVDEV=y
CONFIG_SENSORS_S3C_ADC=y
# And the MMC makes sense to compile in.
CONFIG_MMC=y
CONFIG_MMC_BLOCK=y
CONFIG_MMC_S3C=y
# IPv6 is needed for the X server
CONFIG_IPV6=y