| 1 | --- a/arch/arm/mach-kirkwood/Makefile |
| 2 | +++ b/arch/arm/mach-kirkwood/Makefile |
| 3 | @@ -8,6 +8,8 @@ obj-$(CONFIG_MACH_SHEEVAPLUG) += sheeva |
| 4 | obj-$(CONFIG_MACH_ESATA_SHEEVAPLUG) += sheevaplug-setup.o |
| 5 | obj-$(CONFIG_MACH_GURUPLUG) += guruplug-setup.o |
| 6 | obj-$(CONFIG_MACH_DOCKSTAR) += dockstar-setup.o |
| 7 | +obj-$(CONFIG_MACH_GOFLEXNET) += goflexnet-setup.o |
| 8 | +obj-$(CONFIG_MACH_GOFLEXHOME) += goflexhome-setup.o |
| 9 | obj-$(CONFIG_MACH_TS219) += ts219-setup.o tsx1x-common.o |
| 10 | obj-$(CONFIG_MACH_TS41X) += ts41x-setup.o tsx1x-common.o |
| 11 | obj-$(CONFIG_MACH_OPENRD) += openrd-setup.o |
| 12 | @@ -18,5 +20,8 @@ obj-$(CONFIG_MACH_D2NET_V2) += d2net_v2 |
| 13 | obj-$(CONFIG_MACH_NET2BIG_V2) += netxbig_v2-setup.o lacie_v2-common.o |
| 14 | obj-$(CONFIG_MACH_NET5BIG_V2) += netxbig_v2-setup.o lacie_v2-common.o |
| 15 | obj-$(CONFIG_MACH_T5325) += t5325-setup.o |
| 16 | +obj-$(CONFIG_MACH_ICONNECT) += iconnect-setup.o |
| 17 | +obj-$(CONFIG_MACH_NAS6210) += nas6210-setup.o |
| 18 | +obj-$(CONFIG_MACH_NSA310) += nsa-310-setup.o |
| 19 | |
| 20 | obj-$(CONFIG_CPU_IDLE) += cpuidle.o |
| 21 | --- a/arch/arm/mach-kirkwood/Kconfig |
| 22 | +++ b/arch/arm/mach-kirkwood/Kconfig |
| 23 | @@ -64,6 +64,18 @@ config MACH_DOCKSTAR |
| 24 | Say 'Y' here if you want your kernel to support the |
| 25 | Seagate FreeAgent DockStar. |
| 26 | |
| 27 | +config MACH_GOFLEXNET |
| 28 | + bool "Seagate GoFlex Net" |
| 29 | + help |
| 30 | + Say 'Y' here if you want your kernel to support the |
| 31 | + Seagate GoFlex Net. |
| 32 | + |
| 33 | +config MACH_GOFLEXHOME |
| 34 | + bool "Seagate GoFlex Home" |
| 35 | + help |
| 36 | + Say 'Y' here if you want your kernel to support the |
| 37 | + Seagate GoFlex Home. |
| 38 | + |
| 39 | config MACH_OPENRD |
| 40 | bool |
| 41 | |
| 42 | @@ -130,6 +142,24 @@ config MACH_T5325 |
| 43 | Say 'Y' here if you want your kernel to support the |
| 44 | HP t5325 Thin Client. |
| 45 | |
| 46 | +config MACH_ICONNECT |
| 47 | + bool "Iomega iConnect Wireless" |
| 48 | + help |
| 49 | + Say 'Y' here if you want your kernel to support the |
| 50 | + Iomega iConnect Wireless. |
| 51 | + |
| 52 | +config MACH_NAS6210 |
| 53 | + bool "RaidSonic ICY BOX IB-NAS6210" |
| 54 | + help |
| 55 | + Say 'Y' here if you want your kernel to support the |
| 56 | + RaidSonic ICY BOX IB-NAS6210 device. |
| 57 | + |
| 58 | +config MACH_NSA310 |
| 59 | + bool "ZyXEL NSA-310" |
| 60 | + help |
| 61 | + Say 'Y' here if you want your kernel to support the |
| 62 | + ZyXEL NSA-310 board. |
| 63 | + |
| 64 | endmenu |
| 65 | |
| 66 | endif |
| 67 | |