Finally i made that option appear in my menuconfig...<br>now the problem s with header files while making modules..<br>here is the error i got when i tried to make modules...<br><br>  CC [M]  drivers/ar6000/htc/ar6k.o<br>  CC [M]  drivers/ar6000/htc/ar6k_events.o<br>
  CC [M]  drivers/ar6000/htc/htc_send.o<br>  CC [M]  drivers/ar6000/htc/htc_recv.o<br>  CC [M]  drivers/ar6000/htc/htc_services.o<br>  CC [M]  drivers/ar6000/htc/htc.o<br>  CC [M]  drivers/ar6000/hif/hif2.o<br>drivers/ar6000/hif/hif2.c:30:32: error: mach/gta02-pm-wlan.h: No such file or directory<br>
drivers/ar6000/hif/hif2.c:135:28: error: mach/regs-gpio.h: No such file or directory<br>drivers/ar6000/hif/hif2.c: In function &#39;process_request&#39;:<br>drivers/ar6000/hif/hif2.c:146: error: implicit declaration of function &#39;s3c2410_gpio_getpin&#39;<br>
drivers/ar6000/hif/hif2.c:146: error: &#39;S3C2410_GPE7&#39; undeclared (first use in this function)<br>drivers/ar6000/hif/hif2.c:146: error: (Each undeclared identifier is reported only once<br>drivers/ar6000/hif/hif2.c:146: error: for each function it appears in.)<br>
drivers/ar6000/hif/hif2.c: In function &#39;sdio_ar6000_probe&#39;:<br>drivers/ar6000/hif/hif2.c:635: error: implicit declaration of function &#39;gta02_wlan_query_rfkill_lock&#39;<br>drivers/ar6000/hif/hif2.c:638: error: implicit declaration of function &#39;gta02_wlan_set_rfkill_cb&#39;<br>
drivers/ar6000/hif/hif2.c:641: error: implicit declaration of function &#39;gta02_wlan_query_rfkill_unlock&#39;<br>drivers/ar6000/hif/hif2.c: In function &#39;sdio_ar6000_remove&#39;:<br>drivers/ar6000/hif/hif2.c:654: error: implicit declaration of function &#39;gta02_wlan_clear_rfkill_cb&#39;<br>
make[2]: *** [drivers/ar6000/hif/hif2.o] Error 1<br>make[1]: *** [drivers/ar6000] Error 2<br>make: *** [drivers] Error 2<br><br>hope i can get some help now...<br>