4fe376e9bc9ce5f05a7a0433d0a7526f8a483ef1
[openwrt.git] / target / linux / kirkwood / patches / 000-boards.patch
1 --- a/arch/arm/mach-kirkwood/Makefile
2 +++ b/arch/arm/mach-kirkwood/Makefile
3 @@ -18,5 +18,8 @@ obj-$(CONFIG_MACH_D2NET_V2)           += d2net_v2
4  obj-$(CONFIG_MACH_NET2BIG_V2)          += netxbig_v2-setup.o lacie_v2-common.o
5  obj-$(CONFIG_MACH_NET5BIG_V2)          += netxbig_v2-setup.o lacie_v2-common.o
6  obj-$(CONFIG_MACH_T5325)               += t5325-setup.o
7 +obj-$(CONFIG_MACH_ICONNECT)            += iconnect-setup.o
8 +obj-$(CONFIG_MACH_NAS6210)             += nas6210-setup.o
9 +obj-$(CONFIG_MACH_NSA310)              += nsa-310-setup.o
10  
11  obj-$(CONFIG_CPU_IDLE)                 += cpuidle.o
12 --- a/arch/arm/mach-kirkwood/Kconfig
13 +++ b/arch/arm/mach-kirkwood/Kconfig
14 @@ -130,6 +130,24 @@ config MACH_T5325
15           Say 'Y' here if you want your kernel to support the
16           HP t5325 Thin Client.
17  
18 +config MACH_ICONNECT
19 +       bool "Iomega iConnect Wireless"
20 +       help
21 +         Say 'Y' here if you want your kernel to support the
22 +         Iomega iConnect Wireless.
23 +
24 +config MACH_NAS6210
25 +       bool "RaidSonic ICY BOX IB-NAS6210"
26 +       help
27 +         Say 'Y' here if you want your kernel to support the
28 +         RaidSonic ICY BOX IB-NAS6210 device.
29 +
30 +config MACH_NSA310
31 +       bool "ZyXEL NSA-310"
32 +       help
33 +         Say 'Y' here if you want your kernel to support the
34 +         ZyXEL NSA-310 board.
35 +
36  endmenu
37  
38  endif