summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/nmi/Kconfig
blob: 2996a6702de637d96511adeb4d7729a87e00c85b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
config NMC1XXX_WIFI_MODULE
#        depends on AM_WIFI_SD_MMC || SD_MMC && SDIO
        tristate "Newportmedia NMC1XXX wireless cards support"
        select WIRELESS_EXT
        select WEXT_PRIV
        ---help---
          This module adds support for wireless adapters based on
          Broadcom NMC1000 chipset.

choice
    depends on NMC1XXX_WIFI_MODULE
    prompt "Wi-Fi chipset type"
    default NMC1000_WIFI_CHIP

	config NMC1000_WIFI_CHIP
	    bool "NMC1000 without bluetooth"
	config NMC1100_WIFI_CHIP
	    bool "NMC1100 with bluetooth"

endchoice

choice
    depends on NMC1XXX_WIFI_MODULE
    prompt "Wi-Fi bus type"
    default NMC1XXX_USE_SDIO
    
	config NMC1XXX_USE_SDIO_BUS
	    bool "communication by SDIO"
#	    depends on AM_WIFI_SD_MMC || SD_MMC && SDIO
	config NMC1XXX_USE_SPI_BUS
	    bool "communication by SPI"
endchoice

config SDIO_HARD_IRQ
        depends on NMC1XXX_WIFI_MODULE && NMC1XXX_USE_SDIO
        bool "SDIO HARD IRQ"
        default n
        ---help---
          hard irq wake up polling process

#config NMC1XXX_WIFI_CONTROL_FUNC
#        bool "Use NMC1XXX_wlan device"
#        depends on NMC1XXX_WIFI_MODULE
#        default n
#        ---help---
#           Use this option to get various parameters from architecture specific
#           NMC1XXX_wlan platform device. Say n if unsure.

config NMC1XXX_HW_OOB_INTR
        bool "Use out of band interrupt"
        depends on NMC1XXX_WIFI_MODULE && NMC1XXX_USE_SDIO_BUS
        default n
        ---help---
           Use out of band interrupt for wake on wireless.

#config NMC1XXX_OOB_INTR_ONLY
#        bool "Use out of band interrupt only"
#        depends on NMC1XXX_WIFI_MODULE && NMC1XXX_USE_SDIO_BUS
#        default n
#        ---help---
#           Use out of band interrupt for all interrupts(including SDIO interrupts).

config NMC1XXX_ENABLE_DEBUGFS
	bool "Export debugfs for NMC1XXX status"
	depends on NMC1XXX_WIFI_MODULE
	default n
	---help---
	   Export status information via debugfs.