From 9ab9ea2db0b13375d3d7114d5c82eb298a118740 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Tue, 4 Aug 2020 17:00:01 -0500 Subject: Linux v5.8 rebase Signed-off-by: Justin M. Forbes --- configs/fedora/generic/x86/CONFIG_INTEL_MRFLD_PWRBTN | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 configs/fedora/generic/x86/CONFIG_INTEL_MRFLD_PWRBTN (limited to 'configs/fedora/generic/x86/CONFIG_INTEL_MRFLD_PWRBTN') diff --git a/configs/fedora/generic/x86/CONFIG_INTEL_MRFLD_PWRBTN b/configs/fedora/generic/x86/CONFIG_INTEL_MRFLD_PWRBTN new file mode 100644 index 000000000..8d34fb52b --- /dev/null +++ b/configs/fedora/generic/x86/CONFIG_INTEL_MRFLD_PWRBTN @@ -0,0 +1,20 @@ +# CONFIG_INTEL_MRFLD_PWRBTN: +# +# This option adds a power button driver for Basin Cove PMIC +# on Intel Merrifield devices. +# +# To compile this driver as a module, choose M here: the module +# will be called intel_mrfld_pwrbtn. +# +# Symbol: INTEL_MRFLD_PWRBTN [=n] +# Type : tristate +# Defined at drivers/platform/x86/Kconfig:1316 +# Prompt: Intel Merrifield Basin Cove power button driver +# Depends on: X86 [=y] && X86_PLATFORM_DEVICES [=y] && INTEL_SOC_PMIC_MRFLD [=m] && INPUT [=y] +# Location: +# -> Device Drivers +# -> X86 Platform Specific Device Drivers (X86_PLATFORM_DEVICES [=y]) +# +# +# +CONFIG_INTEL_MRFLD_PWRBTN=m -- cgit