r1736

Cayenne cayennes at gmail.com
Thu Apr 19 16:23:33 CEST 2007


On 4/19/07, Malcolm <malcolm.parsons at gmail.com> wrote:
> Can you update the kernel configs so that automated builds work.
>
> ./bulkbuild.sh -u

Done for all except the DLDI config, which appears to have nontrivial
changes when I do this.  What should I do with that?

Index: DLDI/config.linux-2.6.x
===================================================================
--- DLDI/config.linux-2.6.x     (revision 1736)
+++ DLDI/config.linux-2.6.x     (working copy)
@@ -101,6 +101,7 @@
 CONFIG_NDS_ROM8BIT=y
 # CONFIG_NDS_BLK_M3CF is not set
 # CONFIG_NDS_BLK_SCCF is not set
+# CONFIG_NDS_SWAP_LR is not set

 #
 # Processor Type
@@ -122,7 +123,7 @@
 #
 # Bus support
 #
-# CONFIG_ISA_DMA_API is not set
+CONFIG_ISA_DMA_API=y

 #
 # PCCARD (PCMCIA/CardBus) support
@@ -338,13 +339,13 @@
 #
 # Block devices
 #
+CONFIG_NDS_DLDI=y
 # CONFIG_BLK_DEV_COW_COMMON is not set
 # CONFIG_BLK_DEV_LOOP is not set
 # CONFIG_BLK_DEV_NBD is not set
 # CONFIG_BLK_DEV_RAM is not set
 CONFIG_BLK_DEV_RAM_COUNT=16
 # CONFIG_CDROM_PKTCDVD is not set
-CONFIG_NDS_DLDI=y

 #
 # IO Schedulers
@@ -361,30 +362,6 @@
 # CONFIG_IDE is not set

 #
-# Please see Documentation/ide.txt for help/info on IDE drives
-#
-# CONFIG_BLK_DEV_IDE_SATA is not set
-# CONFIG_BLK_DEV_IDEDISK is not set
-# CONFIG_IDEDISK_MULTI_MODE is not set
-# CONFIG_BLK_DEV_IDECD is not set
-# CONFIG_BLK_DEV_IDETAPE is not set
-# CONFIG_BLK_DEV_IDEFLOPPY is not set
-# CONFIG_IDE_TASK_IOCTL is not set
-
-#
-# IDE chipset support/bugfixes
-#
-# CONFIG_IDE_GENERIC is not set
-# CONFIG_IDE_ARM is not set
-# CONFIG_IDE_NDS_GBAMP is not set
-# CONFIG_IDE_NDS_M3 is not set
-# CONFIG_IDE_NDS_SUPERCARD is not set
-# CONFIG_IDE_NDS_MAX_MEDIA_PLAYER is not set
-# CONFIG_BLK_DEV_IDEDMA is not set
-# CONFIG_IDEDMA_AUTO is not set
-# CONFIG_BLK_DEV_HD is not set
-
-#
 # SCSI device support
 #
 # CONFIG_RAID_ATTRS is not set
@@ -673,7 +650,7 @@
 #
 # USB support
 #
-# CONFIG_USB_ARCH_HAS_HCD is not set
+CONFIG_USB_ARCH_HAS_HCD=y
 # CONFIG_USB_ARCH_HAS_OHCI is not set
 # CONFIG_USB is not set

@@ -839,7 +816,7 @@
 # CONFIG_PRINTK_TIME is not set
 # CONFIG_DEBUG_KERNEL is not set
 CONFIG_LOG_BUF_SHIFT=14
-# CONFIG_FRAME_POINTER is not set
+CONFIG_FRAME_POINTER=y
 # CONFIG_DEBUG_USER is not set

 #



More information about the dslinux-devel mailing list