Hello,

I am trying to compile my own version of openwrt wth support for Atheros htc USB devices,hence I have enabled the support of the following modules
CONFIG_ATH_COMMON=y
CONFIG_ATH9K_HW=y
CONFIG_ATH9K_COMMON=y
CONFIG_ATH9K_HTC=y

However, in certain point the compilation stops and I was prompted this

scripts/kconfig/conf --silentoldconfig Kconfig
warning: (ATH79_MACH_WZR_HP_G300NH) selects RTL8366_SMI which has unmet direct dependencies (NETDEVICES && PHYLIB && GENERIC_GPIO)
warning: (USB_OHCI_ATH79) selects USB_OHCI_HCD_PLATFORM which has unmet direct dependencies (USB_SUPPORT && USB_OHCI_HCD && EXPERIMENTAL)
warning: (USB_EHCI_ATH79) selects USB_EHCI_HCD_PLATFORM which has unmet direct dependencies (USB_SUPPORT && USB_EHCI_HCD && EXPERIMENTAL)
*
* Restart config...
*
*
* GCOV-based kernel profiling
*

Enable gcov-based kernel profiling (GCOV_KERNEL) [N/y/?] (NEW)
...

It seems that I have to configure the kernel as well, but I don't understand very well why and what should I do fill in...

Might anyone enlighten me a bit?

THanks in advance

regards!