mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-31 16:35:25 +00:00
e1bcf65998
a9e6dfe8 ("config/coreboot-*: Turn off WIFI support in coreboot. If regression, will turn on case by case") broke builds for Librem 11. CONFIG_DRIVER_WIFI_GENERIC is required for Librem 11 as it describes its built-in Wi-Fi card in the device tree. The CONFIG_DRIVER_INTEL_WIFI driver does not actually seem to be needed directly, but this is the only way to bring in the generic driver, which is not selectable itself. Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm>