On 11/8/2023 6:33 AM, James Prestwood wrote:
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_MIC
Maybe 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
+ ath11k list to see if there is any history on this topic