kernel/drivers/sfi/Kconfig
.. .. @@ -1,10 +1,11 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 # 2 3 # SFI Configuration 3 4 # 4 5 5 6 menuconfig SFI 6 7 bool "SFI (Simple Firmware Interface) Support" 7 - ---help---8 + help8 9 The Simple Firmware Interface (SFI) provides a lightweight method 9 10 for platform firmware to pass information to the operating system 10 11 via static tables in memory. Kernel SFI support is required to