diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-06-25 19:30:41 -0400 |
---|---|---|
committer | Nicolas Pitre <nico@cam.org> | 2008-07-07 18:38:23 -0400 |
commit | 2f8209788d774c66efb5e2991affc06b1d1c7314 (patch) | |
tree | 2f9216aaadc8ae6f12fdc2878cd78fedb9839639 /arch/arm/mach-orion5x/Kconfig | |
parent | fa6868508a0102b150ca03d976e3a1c234e4e387 (diff) |
[ARM] Orion: add Netgear WNR854T support
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Diffstat (limited to 'arch/arm/mach-orion5x/Kconfig')
-rw-r--r-- | arch/arm/mach-orion5x/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-orion5x/Kconfig b/arch/arm/mach-orion5x/Kconfig index f8b91ea3eb73..99b35b718b8c 100644 --- a/arch/arm/mach-orion5x/Kconfig +++ b/arch/arm/mach-orion5x/Kconfig | |||
@@ -74,6 +74,12 @@ config MACH_MSS2 | |||
74 | Say 'Y' here if you want your kernel to support the | 74 | Say 'Y' here if you want your kernel to support the |
75 | Maxtor Shared Storage II platform. | 75 | Maxtor Shared Storage II platform. |
76 | 76 | ||
77 | config MACH_WNR854T | ||
78 | bool "Netgear WNR854T" | ||
79 | help | ||
80 | Say 'Y' here if you want your kernel to support the | ||
81 | Netgear WNR854T platform. | ||
82 | |||
77 | endmenu | 83 | endmenu |
78 | 84 | ||
79 | endif | 85 | endif |