diff --git a/init/Kconfig b/init/Kconfig index 51c7105771c9..096d68437b7f 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -2090,3 +2090,5 @@ config ARCH_HAS_SYNC_CORE_BEFORE_USERMODE # . config ARCH_HAS_SYSCALL_WRAPPER def_bool n + +source "init/Kconfig.gki" diff --git a/init/Kconfig.gki b/init/Kconfig.gki new file mode 100644 index 000000000000..fafcd618037d --- /dev/null +++ b/init/Kconfig.gki @@ -0,0 +1,15 @@ +# Atrocities needed for +# a) building GKI modules in separate tree, or +# b) building drivers that are not modularizable +# +# All of these should be reworked into an upstream solution +# if possible. +# +config GKI_HACKS_TO_FIX + bool "GKI Dummy config options" + help + Dummy config option used to enable core functionality used by + modules that may not be selectable in this config. + + Unless you are building a GKI kernel to be used with modules + built from a different config, say N here.