diff options
-rw-r--r-- | conf/machine/ep93xx.conf | 3 | ||||
-rw-r--r-- | conf/machine/include/tune-ep9312.conf | 6 | ||||
-rw-r--r-- | packages/linux/ep93xx-kernel/defconfig | 11 |
3 files changed, 13 insertions, 7 deletions
diff --git a/conf/machine/ep93xx.conf b/conf/machine/ep93xx.conf index 3aac1aad74..f68e3dd36c 100644 --- a/conf/machine/ep93xx.conf +++ b/conf/machine/ep93xx.conf @@ -2,8 +2,9 @@ #@Name: Cirrus Logic EP-93xx Development Platform #@DESCRIPTION: Machine configuration for Cirrus Logic EP-93xx Development Platform -TARGET_ARCH = "arm" +INHERIT += "linux_modules" +TARGET_ARCH = "arm" IPKG_ARCHS = "all arm armv5te ${MACHINE}" PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel" diff --git a/conf/machine/include/tune-ep9312.conf b/conf/machine/include/tune-ep9312.conf new file mode 100644 index 0000000000..f7a6fb845b --- /dev/null +++ b/conf/machine/include/tune-ep9312.conf @@ -0,0 +1,6 @@ +TARGET_CC_ARCH = "-march=ep9312 -mtune=ep9312" +# add "-mfp=maverick" for newer gcc versions > 4.0 + +#set arch to ep9312 for all generated packages +PACKAGE_ARCH = "ep9312" + diff --git a/packages/linux/ep93xx-kernel/defconfig b/packages/linux/ep93xx-kernel/defconfig index b92ad0f3cd..9487031705 100644 --- a/packages/linux/ep93xx-kernel/defconfig +++ b/packages/linux/ep93xx-kernel/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.15 -# Thu Feb 9 00:37:45 2006 +# Thu Feb 9 20:06:27 2006 # CONFIG_ARM=y CONFIG_MMU=y @@ -162,7 +162,7 @@ CONFIG_PCMCIA_IOCTL=y # # PC-card bridges # -CONFIG_PCMCIA_EP93XX=y +# CONFIG_PCMCIA_EP93XX is not set # # Kernel Features @@ -561,9 +561,9 @@ CONFIG_BLK_DEV_IDESCSI=m # CONFIG_IDE_GENERIC=y CONFIG_BLK_DEV_EP93XX=y -CONFIG_BLK_DEV_IDEDMA_EP93XX=y +# CONFIG_BLK_DEV_IDEDMA_EP93XX is not set CONFIG_IDE_ARM=y -CONFIG_BLK_DEV_IDEDMA=y +# CONFIG_BLK_DEV_IDEDMA is not set # CONFIG_IDEDMA_AUTO is not set # CONFIG_BLK_DEV_HD is not set @@ -819,7 +819,7 @@ CONFIG_LEGACY_PTY_COUNT=256 # # CONFIG_WATCHDOG is not set # CONFIG_NVRAM is not set -CONFIG_RTC=y +# CONFIG_RTC is not set CONFIG_EP93XX_RTC=y # CONFIG_DTLK is not set # CONFIG_R3964 is not set @@ -1016,7 +1016,6 @@ CONFIG_SND_PCM=m CONFIG_SND_OSSEMUL=y CONFIG_SND_MIXER_OSS=m CONFIG_SND_PCM_OSS=m -CONFIG_SND_RTCTIMER=m # CONFIG_SND_VERBOSE_PRINTK is not set # CONFIG_SND_DEBUG is not set CONFIG_SND_GENERIC_DRIVER=y |