furkanmustafa / forcefully-remove-bootfb

releases memory areas used for BOOTFB for linux/kvm/vfio/pci-passthrough
GNU General Public License v3.0
22 stars 6 forks source link

add KConfig #2

Open furkanmustafa opened 2 years ago

furkanmustafa commented 2 years ago

Documentation: https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txt

Something like this;

config FORCE_REMOVE_BOOTFB
        tristate "Module for removing bootfb leftover memory regions"
        ---help---
          https://lists.gnu.org/archive/html/qemu-devel/2016-07/msg02469.html

This might be totally unnecessary.