linux/Kconfig.redhat
<<
>>
Prefs
   1# SPDX-License-Identifier: GPL-2.0-only
   2#
   3# Red Hat specific options
   4#
   5
   6menu "Red Hat options"
   7
   8config RHEL_DIFFERENCES
   9        bool "Remove support for deprecated features"
  10        help
  11          Red Hat may choose to deprecate certain features in its kernels.
  12          Enable this option to remove support for hardware that is no
  13          longer supported.
  14
  15          Unless you want a restricted kernel, say N here.
  16
  17endmenu
  18