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