diff options
author | Masakazu Mokuno <mokuno@sm.sony.co.jp> | 2008-02-07 05:58:57 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2008-02-11 10:30:05 -0500 |
commit | 09dde54c6a69d4f9ea1213923b93aeae7020f8b6 (patch) | |
tree | 5db71afb05e3b69304f795b3ba167870221577e3 /drivers/net/Kconfig | |
parent | 589866f9f1cb14273b644993d362ec7845007f94 (diff) |
PS3: gelic: Add wireless support for PS3
Signed-off-by: Masakazu Mokuno <mokuno@sm.sony.co.jp>
Acked-by: Dan Williams <dcbw@redhat.com>
Acked-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 50c2b60e1fee..37f8e4790b68 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2352,6 +2352,16 @@ config GELIC_NET | |||
2352 | To compile this driver as a module, choose M here: the | 2352 | To compile this driver as a module, choose M here: the |
2353 | module will be called ps3_gelic. | 2353 | module will be called ps3_gelic. |
2354 | 2354 | ||
2355 | config GELIC_WIRELESS | ||
2356 | bool "PS3 Wireless support" | ||
2357 | depends on GELIC_NET | ||
2358 | help | ||
2359 | This option adds the support for the wireless feature of PS3. | ||
2360 | If you have the wireless-less model of PS3 or have no plan to | ||
2361 | use wireless feature, disabling this option saves memory. As | ||
2362 | the driver automatically distinguishes the models, you can | ||
2363 | safely enable this option even if you have a wireless-less model. | ||
2364 | |||
2355 | config GIANFAR | 2365 | config GIANFAR |
2356 | tristate "Gianfar Ethernet" | 2366 | tristate "Gianfar Ethernet" |
2357 | depends on FSL_SOC | 2367 | depends on FSL_SOC |