HP Commercial BIOS Configuration WMI Interface
Exposes the BIOS configuration and security-management interface built into HP's commercial business PCs — EliteBook and ProBook notebooks, EliteDesk and similar desktops from roughly 2018 onward — so that administrators on Linux can read and change firmware settings, manage BIOS passwords, and control security features through the vendor's WMI hooks the same way Windows tools do.
recommendation
It should stay in the kernel because it is the native Linux interface for managing BIOS settings, passwords, and security features on HP's commercial PC lineup (EliteBook, ProBook, EliteDesk and similar systems from 2018 onward). The code was introduced in 2023, has seen active bug-fix activity from multiple contributors into 2025, and HP is still shipping new commercial machines that depend on it, with no equivalent generic replacement available.
repository signals
sources
- lkml.iu.edu
Initial upstream HP BIOSCFG documentation patch describes the driver as a native Linux interface for HP commercial notebooks' BIOS/WMI management and security features.
- cateee.net
LKDDb lists CONFIG_HP_BIOSCFG in mainline kernels 6.6 through current HEAD and says it supports many HP machines from 2018 and newer.
- hp.com
HP announced new 2025 commercial HP EliteBook and EliteDesk systems, indicating the relevant business-PC family is still sold new in 2025.
- hp.com
HP's current ProBook business-laptop product page shows the commercial platform family remains actively marketed.
codex reasoning notes (technical)
Real driver directory: local shell inspection found module_init in bioscfg.c and WMI driver registration in biosattr-interface.c. Lore-first check was via web search because `lei` was unavailable in shell; search hits found the 2023 LKML introduction patch and no removal/deprecation hits for hp-bioscfg. Local `git -c safe.directory=... log -- drivers/platform/x86/hp/hp-bioscfg` showed active upstream maintenance in 2025-2026 with multiple bug fixes from several authors, so this is not an orphaned legacy driver. LKDDb/web sources indicate support for HP commercial systems from 2018+, and HP 2025/current product pages show those commercial notebook/desktop families are still in new deployments. No natural upstream replacement covers the same HP-specific BIOS/WMI management interface.