diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-06-26 03:39:19 +0400 |
---|---|---|
committer | Nicolas Pitre <nico@cam.org> | 2008-07-01 00:04:45 +0400 |
commit | 395aed6de6d063bc234a179d65d3b6d720ce589a (patch) | |
tree | cb2ec82ed5c6893c1b92f71e6e8663ef368bf375 /arch/arm | |
parent | da01bba3cb8814b17d809e09c301e1dad86fec87 (diff) | |
download | linux-395aed6de6d063bc234a179d65d3b6d720ce589a.tar.xz |
[ARM] Orion: enable all currently supported boards in defconfig
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/orion5x_defconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/configs/orion5x_defconfig b/arch/arm/configs/orion5x_defconfig index 5e34438c8fc2..8a7cabfae574 100644 --- a/arch/arm/configs/orion5x_defconfig +++ b/arch/arm/configs/orion5x_defconfig @@ -166,6 +166,14 @@ CONFIG_MACH_KUROBOX_PRO=y CONFIG_MACH_DNS323=y CONFIG_MACH_TS209=y CONFIG_MACH_LINKSTATION_PRO=y +CONFIG_MACH_TS409=y +CONFIG_MACH_WRT350N_V2=y +CONFIG_MACH_TS78XX=y +CONFIG_MACH_MV2120=y +CONFIG_MACH_MSS2=y +CONFIG_MACH_WNR854T=y +CONFIG_MACH_RD88F5181L_GE=y +CONFIG_MACH_RD88F5181L_FXO=y # # Boot options |