diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-01-30 15:25:16 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-01-30 15:25:16 +0000 |
commit | 4af1f533bbac74226b059caaa34fd50168a4c575 (patch) | |
tree | f7abb9d30f51cb267fe49182d4d63877a2d75342 /target/linux/ramips/rt288x | |
parent | c253898e89c84973956b69ba629425051a47a6a8 (diff) | |
download | upstream-4af1f533bbac74226b059caaa34fd50168a4c575.tar.gz upstream-4af1f533bbac74226b059caaa34fd50168a4c575.tar.bz2 upstream-4af1f533bbac74226b059caaa34fd50168a4c575.zip |
ramips: register rtl8366s device on the RT-N15 board
SVN-Revision: 19403
Diffstat (limited to 'target/linux/ramips/rt288x')
-rw-r--r-- | target/linux/ramips/rt288x/config-2.6.30 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/rt288x/config-2.6.30 b/target/linux/ramips/rt288x/config-2.6.30 index 0167eb5aa9..f2e82a3819 100644 --- a/target/linux/ramips/rt288x/config-2.6.30 +++ b/target/linux/ramips/rt288x/config-2.6.30 @@ -118,6 +118,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 @@ -139,6 +141,7 @@ CONFIG_SERIAL_8250_RT288X=y # CONFIG_SLOW_WORK 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 |