Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[sfrench/cifs-2.6.git] / drivers / acpi / Kconfig
index 8ce591679d50e9a2d18decb2c6dbd9dc8d6e4bb4..5d1fb83b2d32ec715eb40dc724e297329d78fec8 100644 (file)
@@ -449,20 +449,6 @@ config ACPI_HED
          which is used to report some hardware errors notified via
          SCI, mainly the corrected errors.
 
-config ACPI_CUSTOM_METHOD
-       tristate "Allow ACPI methods to be inserted/replaced at run time"
-       depends on DEBUG_FS
-       help
-         This debug facility allows ACPI AML methods to be inserted and/or
-         replaced without rebooting the system. For details refer to:
-         Documentation/firmware-guide/acpi/method-customizing.rst.
-
-         NOTE: This option is security sensitive, because it allows arbitrary
-         kernel memory to be written to by root (uid=0) users, allowing them
-         to bypass certain security measures (e.g. if root is not allowed to
-         load additional kernel modules after boot, this feature may be used
-         to override that restriction).
-
 config ACPI_BGRT
        bool "Boottime Graphics Resource Table support"
        depends on EFI && (X86 || ARM64)