diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-02-03 02:50:10 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-02-03 02:50:10 +0000 |
commit | b9c493316510d8b80f4957f77ee23e30980d7de8 (patch) | |
tree | e4f80b28683b0d958c5aa6766595a7b5afc51608 | |
parent | e2399821e7ffe1a32ad43ad10be6559940ced45f (diff) | |
download | upstream-b9c493316510d8b80f4957f77ee23e30980d7de8.tar.gz upstream-b9c493316510d8b80f4957f77ee23e30980d7de8.tar.bz2 upstream-b9c493316510d8b80f4957f77ee23e30980d7de8.zip |
[kernel] generic: add missing PHY related config entries
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14379 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic-2.6/config-2.6.25 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.25 b/target/linux/generic-2.6/config-2.6.25 index c4ca3af61d..50363beafa 100644 --- a/target/linux/generic-2.6/config-2.6.25 +++ b/target/linux/generic-2.6/config-2.6.25 @@ -165,6 +165,7 @@ CONFIG_BRIDGE_EBT_ULOG=m CONFIG_BRIDGE_EBT_VLAN=m # CONFIG_BRIDGE_NETFILTER is not set CONFIG_BRIDGE_NF_EBTABLES=m +# CONFIG_BROADCOM_PHY is not set CONFIG_BROKEN_ON_SMP=y CONFIG_BSD_DISKLABEL=y CONFIG_BSD_PROCESS_ACCT=y @@ -747,6 +748,7 @@ CONFIG_MAC_PARTITION=y # CONFIG_MARKERS is not set # CONFIG_MARVELL_PHY is not set # CONFIG_MD is not set +# CONFIG_MDIO_BITBANG is not set # CONFIG_MEGARAID_LEGACY is not set # CONFIG_MEGARAID_NEWGEN is not set # CONFIG_MEGARAID_SAS is not set @@ -1137,6 +1139,7 @@ CONFIG_PROC_SYSCTL=y # CONFIG_QEMU is not set # CONFIG_QLA3XXX is not set # CONFIG_QNX4FS_FS is not set +# CONFIG_QSEMI_PHY is not set # CONFIG_QUOTA is not set # CONFIG_R3964 is not set # CONFIG_R8169 is not set @@ -1158,6 +1161,7 @@ CONFIG_PROC_SYSCTL=y # CONFIG_RAID_ATTRS is not set CONFIG_RAMFS=y # CONFIG_RAW_DRIVER is not set +# CONFIG_REALTEK_PHY is not set # CONFIG_REISERFS_CHECK is not set # CONFIG_REISERFS_FS is not set # CONFIG_REISERFS_FS_XATTR is not set @@ -1365,6 +1369,7 @@ CONFIG_SLHC=m # CONFIG_SLUB is not set # CONFIG_SMB_FS is not set # CONFIG_SMB_NLS_DEFAULT is not set +# CONFIG_SMSC_PHY is not set CONFIG_SND=m # CONFIG_SND_AC97_POWER_SAVE is not set # CONFIG_SND_AD1816A is not set |