diff options
author | Phil Blundell <philb@gnu.org> | 2004-09-18 13:28:38 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-09-18 13:28:38 +0000 |
commit | 611f1158dbf2c5008495dc44e86533c4004faeb4 (patch) | |
tree | 246e4a2e9d4ff41f8ac62e6e1d1e6e7bb566f6c2 /linux | |
parent | 37c12b6fa4eb0657444f04c70414095788a808fa (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages
2004/09/18 14:28:19+01:00 (none)!pb
select correct audio driver for EPiA
BKrev: 414c3806-aWwv1oz5znEhkEjF6bCPw
Diffstat (limited to 'linux')
-rw-r--r-- | linux/linux-epia-2.6.8.1/epia_defconfig | 8 | ||||
-rw-r--r-- | linux/linux-epia_2.6.8.1.oe | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/linux/linux-epia-2.6.8.1/epia_defconfig b/linux/linux-epia-2.6.8.1/epia_defconfig index f708ef0bd9..ab45c0dc8a 100644 --- a/linux/linux-epia-2.6.8.1/epia_defconfig +++ b/linux/linux-epia-2.6.8.1/epia_defconfig @@ -1144,10 +1144,10 @@ CONFIG_SND_AC97_CODEC=y # CONFIG_SND_FM801 is not set # CONFIG_SND_ICE1712 is not set # CONFIG_SND_ICE1724 is not set -CONFIG_SND_INTEL8X0=y +# CONFIG_SND_INTEL8X0 is not set # CONFIG_SND_INTEL8X0M is not set # CONFIG_SND_SONICVIBES is not set -# CONFIG_SND_VIA82XX is not set +CONFIG_SND_VIA82XX=y # CONFIG_SND_VX222 is not set # @@ -1327,7 +1327,9 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" CONFIG_PROC_FS=y CONFIG_PROC_KCORE=y CONFIG_SYSFS=y -# CONFIG_DEVFS_FS is not set +CONFIG_DEVFS_FS=y +CONFIG_DEVFS_MOUNT=y +# CONFIG_DEVFS_DEBUG is not set # CONFIG_DEVPTS_FS_XATTR is not set CONFIG_TMPFS=y # CONFIG_HUGETLBFS is not set diff --git a/linux/linux-epia_2.6.8.1.oe b/linux/linux-epia_2.6.8.1.oe index 0a1e23d417..df65feaacd 100644 --- a/linux/linux-epia_2.6.8.1.oe +++ b/linux/linux-epia_2.6.8.1.oe @@ -1,6 +1,6 @@ DESCRIPTION = "Linux kernel for VIA EPiA" LICENSE = "GPL" -PR = "r2" +PR = "r3" SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ http://www.epiawiki.org/files/epia_kernel/patch-2.6.8.1-epia1.bz2;patch=1 \ |