diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-01-31 17:56:38 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-01-31 17:56:38 +0000 |
commit | c025a1f0c444dc4d2becaf8346dc47786a088ebf (patch) | |
tree | da0ff08659a38c9e80d07072a4a5a40dfa8564bc /target/linux/ramips/rt288x/config-2.6.32 | |
parent | 7b441cdc4695e2a8fd486b84bdbbb3e75ee0c12c (diff) | |
download | upstream-c025a1f0c444dc4d2becaf8346dc47786a088ebf.tar.gz upstream-c025a1f0c444dc4d2becaf8346dc47786a088ebf.tar.bz2 upstream-c025a1f0c444dc4d2becaf8346dc47786a088ebf.zip |
ramips: enable RTL8366SR driver for the RT288x devices
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19465 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/rt288x/config-2.6.32')
-rw-r--r-- | target/linux/ramips/rt288x/config-2.6.32 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/rt288x/config-2.6.32 b/target/linux/ramips/rt288x/config-2.6.32 index 0db632f682..a89d422298 100644 --- a/target/linux/ramips/rt288x/config-2.6.32 +++ b/target/linux/ramips/rt288x/config-2.6.32 @@ -122,6 +122,8 @@ CONFIG_RALINK_RT288X=y # CONFIG_RALINK_RT305X is not set CONFIG_RT288X_MACH_RT_N15=y CONFIG_RT288X_MACH_WZR_AGL300NH=y +CONFIG_RTL8366S_PHY=y +CONFIG_RTL8366_SMI=y CONFIG_SCHED_OMIT_FRAME_POINTER=y # CONFIG_SCSI_DMA is not set # CONFIG_SERIAL_8250_EXTENDED is not set @@ -142,6 +144,7 @@ CONFIG_SERIAL_8250_RT288X=y # CONFIG_SLAB is not set CONFIG_SLUB=y CONFIG_SOC_RT288X=y +CONFIG_SWCONFIG=y CONFIG_SYS_HAS_CPU_MIPS32_R1=y CONFIG_SYS_HAS_CPU_MIPS32_R2=y CONFIG_SYS_HAS_EARLY_PRINTK=y |