www.pudn.com > sdio-2.6.18-full.rar > Kconfig.rej


***************
*** 1,36 ****
  
  menu "SDIO function drivers"
  
  config SDIO_BLUETOOTH
-        tristate "bluetooth over sdio"
-        default m
-        help
- 	good luck.
  
  
  config SDIO_GPS
-        tristate "gps over sdio"
-        default m
-        help
- 	good luck.
  
  config SDIO_MEMORY
-        tristate "memory card over sdio"
-        default m
-        help
- 	good luck.
  
  config SDIO_SAMPLE
-        tristate "sample function driver for sdio"
-        default m
-        help
- 	good luck.
  
  config SDIO_BENCHMARK
-        tristate "benchmark function drivers for sdio"
-        default m
-        help
- 	good luck.
  
  
  endmenu
--- 1,42 ----
  
  menu "SDIO function drivers"
  
+ config SDIO_AR6000_WLAN
+ 	tristate "ar6000 wireless networking over sdio"
+ 	default m
+ 	help
+ 	  good luck.
+ 
  config SDIO_BLUETOOTH
+ 	tristate "bluetooth over sdio"
+ 	default m
+ 	help
+ 	  good luck.
  
  
  config SDIO_GPS
+ 	tristate "gps over sdio"
+ 	default m
+ 	help
+ 	  good luck.
  
  config SDIO_MEMORY
+ 	tristate "memory card over sdio"
+ 	default m
+ 	help
+ 	  good luck.
  
  config SDIO_SAMPLE
+ 	tristate "sample function driver for sdio"
+ 	default m
+ 	help
+ 	  good luck.
  
  config SDIO_BENCHMARK
+ 	tristate "benchmark function drivers for sdio"
+ 	default m
+ 	help
+ 	  good luck.
  
  
  endmenu