| config AMLOGIC_WIFI | |
| bool "WiFi support" | |
| select WIRELESS_EXT | |
| select WEXT_PRIV | |
| default n | |
| help | |
| select y to support wifi | |
| config AMLOGIC_CHIP_ALIVE | |
| bool "Amlogic SDIO aliveness check" | |
| depends on AMLOGIC_WIFI | |
| default n | |
| help | |
| This selects support for checking if an SDIO device is alive, | |
| before enumerating as new device. | |
| If you have an SDIO device that might preserve power, say Y here. |