diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-09 16:03:36 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-09 16:03:36 +0000 |
commit | b9efbcf7dd49e086ce43823f8ef522883508eddd (patch) | |
tree | cd3926aa82c6d2372aa79180b9a3c22e72c971f6 /openwrt/target/linux/linux-2.4/config/ar531x | |
parent | 9040df7d588f52c73bb8be4c0341ba506607fae9 (diff) |
add updates for atheros SOC support from Mike A., thx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2866 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/linux-2.4/config/ar531x')
-rw-r--r-- | openwrt/target/linux/linux-2.4/config/ar531x | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/openwrt/target/linux/linux-2.4/config/ar531x b/openwrt/target/linux/linux-2.4/config/ar531x index 4feca02de..77c5beb3c 100644 --- a/openwrt/target/linux/linux-2.4/config/ar531x +++ b/openwrt/target/linux/linux-2.4/config/ar531x @@ -88,6 +88,8 @@ CONFIG_NEW_IRQ=y CONFIG_NEW_TIME_C=y CONFIG_NONCOHERENT_IO=y CONFIG_EARLY_PRINTK_HACK=y +CONFIG_VENETDEV=y +CONFIG_MARVELL_ENET_PHY=y # CONFIG_SCSI is not set # @@ -126,7 +128,7 @@ CONFIG_CPU_VR41XX=y CONFIG_PAGE_SIZE_4KB=y # CONFIG_PAGE_SIZE_16KB is not set # CONFIG_PAGE_SIZE_64KB is not set -# CONFIG_CPU_ADVANCED is not set +CONFIG_CPU_ADVANCED=y # CONFIG_CPU_HAS_LLSC is not set # CONFIG_CPU_HAS_LLDSCD is not set # CONFIG_CPU_HAS_WB is not set @@ -285,8 +287,9 @@ CONFIG_PARPORT=m # CONFIG_BLK_DEV_SX8 is not set CONFIG_BLK_DEV_LOOP=m CONFIG_BLK_DEV_NBD=m -# CONFIG_BLK_DEV_RAM is not set -# CONFIG_BLK_DEV_INITRD is not set +CONFIG_BLK_DEV_RAM=y +CONFIG_BLK_DEV_RAM_SIZE=3072 +CONFIG_BLK_DEV_INITRD=y # CONFIG_BLK_STATS is not set # @@ -596,8 +599,6 @@ CONFIG_NET_RANDOM=y # Ethernet (10 or 100Mbit) # CONFIG_NET_ETHERNET=y -# CONFIG_VENETDEV is not set -CONFIG_MARVELL_ENET_PHY=y # CONFIG_SUNLANCE is not set # CONFIG_SUNBMAC is not set # CONFIG_SUNQE is not set |