Hi,I'm not very familiar with how the Kconfig stuff works, but I spent longer than I care to admit trying to get the ath11k support to show up in menuconfig.
The issue was CONFIG_CRYPT_MICHAEL_MIC was not set, which removed the ath11k driver from menuconfig because of:
depends on CRYPTO_MICHAEL_MICMaybe there was a good reason (again, I don't know much about Kconfig), but should/could this use "select" to automatically enable CRYPTO_MICHAEL_MIC?
Thanks, James