# SPDX-License-Identifier: (GPL-2.0+ OR MIT)

menuconfig AMLOGIC_WIFI
	bool "WiFi support"
	select WIRELESS_EXT
	select WEXT_PRIV
	default n
	help
		select y to support wifi

if AMLOGIC_WIFI

config AMLOGIC_PWM_32K
	bool "amlogic soc pwm 32k support"
	depends on AMLOGIC_PWM_MESON
	default n
	help
		WiFi usually needs a 32K frequency clock signal.
		There are three possibilities:
		using the internal 32K clock or using the 32K input from our SOC,
		or using the onboard active 32K crystal oscillator.
		By default,32K of SOC input is enabled,
		if not, you can disable it by selecting n.

config AMLOGIC_RFKILL_INIT_SW_UNBLOCK
	bool "init rfkill sw unblock"
	default n
	help
		Enable init rfkill sw unblock.
 		By default,rfkill sw is blocked and not inited.
endif
