mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
linux-rp: Add HTC Universal support.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2545 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# Linux kernel version: 2.6.22
|
||||
# Thu Jul 19 00:38:46 2007
|
||||
# Thu Aug 23 14:47:39 2007
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
@@ -160,6 +160,10 @@ CONFIG_ARCH_PXA=y
|
||||
# CONFIG_MACH_TRIZEPS4 is not set
|
||||
# CONFIG_MACH_HX2750 is not set
|
||||
CONFIG_MACH_HTCUNIVERSAL=y
|
||||
|
||||
#
|
||||
# HTC Universal support
|
||||
#
|
||||
CONFIG_HTCUNIVERSAL_CORE=y
|
||||
CONFIG_HTCUNIVERSAL_UDC=y
|
||||
CONFIG_HTCUNIVERSAL_POWER=y
|
||||
@@ -232,7 +236,7 @@ CONFIG_ALIGNMENT_TRAP=y
|
||||
#
|
||||
CONFIG_ZBOOT_ROM_TEXT=0x0
|
||||
CONFIG_ZBOOT_ROM_BSS=0x0
|
||||
CONFIG_CMDLINE="console=ttyS0,115200n8 console=tty1 noinitrd root=/dev/mtdblock2 rootfstype=jffs2 dyntick=enable quiet"
|
||||
CONFIG_CMDLINE="console=ttyS0,115200n8 console=tty1 noinitrd root=/dev/mtdblock2 rootfstype=jffs2 dyntick=enable debug"
|
||||
# CONFIG_XIP_KERNEL is not set
|
||||
CONFIG_KEXEC=y
|
||||
|
||||
@@ -762,6 +766,12 @@ CONFIG_W1_MASTER_DS1WM=y
|
||||
# CONFIG_W1_SLAVE_THERM is not set
|
||||
# CONFIG_W1_SLAVE_SMEM is not set
|
||||
# CONFIG_W1_SLAVE_DS2433 is not set
|
||||
CONFIG_W1_SLAVE_DS2760=y
|
||||
CONFIG_POWER_SUPPLY=y
|
||||
# CONFIG_POWER_SUPPLY_DEBUG is not set
|
||||
CONFIG_PDA_POWER=y
|
||||
CONFIG_APM_POWER=y
|
||||
CONFIG_BATTERY_DS2760=y
|
||||
# CONFIG_HWMON is not set
|
||||
|
||||
#
|
||||
@@ -773,6 +783,7 @@ CONFIG_W1_MASTER_DS1WM=y
|
||||
#
|
||||
# CONFIG_MFD_SM501 is not set
|
||||
CONFIG_HTC_ASIC3=y
|
||||
CONFIG_HTC_ASIC3_DS1WM=y
|
||||
|
||||
#
|
||||
# Multi-Function Devices
|
||||
@@ -880,13 +891,13 @@ CONFIG_SOUND=y
|
||||
#
|
||||
# Advanced Linux Sound Architecture
|
||||
#
|
||||
CONFIG_SND=m
|
||||
CONFIG_SND_TIMER=m
|
||||
CONFIG_SND_PCM=m
|
||||
CONFIG_SND=y
|
||||
CONFIG_SND_TIMER=y
|
||||
CONFIG_SND_PCM=y
|
||||
# CONFIG_SND_SEQUENCER is not set
|
||||
CONFIG_SND_OSSEMUL=y
|
||||
CONFIG_SND_MIXER_OSS=m
|
||||
CONFIG_SND_PCM_OSS=m
|
||||
CONFIG_SND_MIXER_OSS=y
|
||||
CONFIG_SND_PCM_OSS=y
|
||||
CONFIG_SND_PCM_OSS_PLUGINS=y
|
||||
# CONFIG_SND_DYNAMIC_MINORS is not set
|
||||
CONFIG_SND_SUPPORT_OLD_API=y
|
||||
@@ -1089,6 +1100,7 @@ CONFIG_RAMFS=y
|
||||
# CONFIG_EFS_FS is not set
|
||||
# CONFIG_JFFS2_FS is not set
|
||||
# CONFIG_CRAMFS is not set
|
||||
# CONFIG_SQUASHFS is not set
|
||||
# CONFIG_VXFS_FS is not set
|
||||
# CONFIG_HPFS_FS is not set
|
||||
# CONFIG_QNX4FS_FS is not set
|
||||
|
||||
944
meta/packages/linux/linux-rp-2.6.22/htcuni.patch
vendored
944
meta/packages/linux/linux-rp-2.6.22/htcuni.patch
vendored
File diff suppressed because it is too large
Load Diff
3373
meta/packages/linux/linux-rp-2.6.22/pda-power.patch
vendored
Normal file
3373
meta/packages/linux/linux-rp-2.6.22/pda-power.patch
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@@ -51,6 +51,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.22.tar.bz2 \
|
||||
file://connectplus-remove-ide-HACK.patch;patch=1;status=hack \
|
||||
file://squashfs3.0-2.6.15.patch;patch=1;status=external \
|
||||
file://vesafb-tng-1.0-rc2-2.6.20-rc2.patch;patch=1;status=external \
|
||||
file://pda-power.patch;patch=1 \
|
||||
file://defconfig-c7x0 \
|
||||
file://defconfig-hx2000 \
|
||||
file://defconfig-collie \
|
||||
|
||||
Reference in New Issue
Block a user