+define KernelPackage/ath/config
+
+config ATH_USER_REGD
+ bool "Force Atheros drivers to respect the user's regdomain settings"
+ depends on PACKAGE_kmod-ath
+ help
+ Atheros' idea of regulatory handling is that the EEPROM of the card defines
+ the regulatory limits and the user is only allowed to restrict the settings
+ even further, even if the country allows frequencies or power levels that
+ are forbidden by the EEPROM settings.
+ Select this option if you want the driver to respect the user's decision about
+ regulatory settings.
+
+config PACKAGE_ATH_DEBUG
+ bool "Atheros wireless debugging"
+ depends on PACKAGE_kmod-ath
+ help
+ Say Y, if you want to debug atheros wireless drivers.
+ Right now only ath9k makes use of this.
+endef