diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2009-02-13 10:43:56 +0100 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2009-02-13 10:45:06 +0100 |
commit | fac1915cd552934e84524de1d4dec37604c6eb5a (patch) | |
tree | 48f41fe5e09f505fdf1611ff7fc21009eb99cb7f /packages/linux | |
parent | cfe8d38eb2b62d7d5b4d19f3cbe97bd98f415de5 (diff) |
linux_2.6.28: change collie defconfig
*add ide-cs
*remove rtc-sa1100 (hangs on some collies)
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-2.6.28/collie/defconfig | 6 | ||||
-rw-r--r-- | packages/linux/linux_2.6.28.bb | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/packages/linux/linux-2.6.28/collie/defconfig b/packages/linux/linux-2.6.28/collie/defconfig index 3baea8435b..e815c97e42 100644 --- a/packages/linux/linux-2.6.28/collie/defconfig +++ b/packages/linux/linux-2.6.28/collie/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.28 -# Tue Feb 10 20:46:22 2009 +# Fri Feb 13 10:42:04 2009 # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -691,7 +691,7 @@ CONFIG_IDE=y CONFIG_IDE_GD=y CONFIG_IDE_GD_ATA=y # CONFIG_IDE_GD_ATAPI is not set -# CONFIG_BLK_DEV_IDECS is not set +CONFIG_BLK_DEV_IDECS=y # CONFIG_BLK_DEV_IDECD is not set # CONFIG_BLK_DEV_IDETAPE is not set # CONFIG_BLK_DEV_IDESCSI is not set @@ -1267,7 +1267,7 @@ CONFIG_RTC_INTF_DEV=y # # on-CPU RTC drivers # -CONFIG_RTC_DRV_SA1100=y +# CONFIG_RTC_DRV_SA1100 is not set # CONFIG_DMADEVICES is not set # CONFIG_REGULATOR is not set CONFIG_UIO=m diff --git a/packages/linux/linux_2.6.28.bb b/packages/linux/linux_2.6.28.bb index 7bdd9bf71d..603fe49cd7 100644 --- a/packages/linux/linux_2.6.28.bb +++ b/packages/linux/linux_2.6.28.bb @@ -1,6 +1,6 @@ require linux.inc -PR = "r3" +PR = "r4" # Mark archs/machines that this kernel supports DEFAULT_PREFERENCE = "-1" |