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_ADC | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 configs/fedora/generic/x86/CONFIG_INTEL_MRFLD_ADC (limited to 'configs/fedora/generic/x86/CONFIG_INTEL_MRFLD_ADC') diff --git a/configs/fedora/generic/x86/CONFIG_INTEL_MRFLD_ADC b/configs/fedora/generic/x86/CONFIG_INTEL_MRFLD_ADC new file mode 100644 index 000000000..62d23f878 --- /dev/null +++ b/configs/fedora/generic/x86/CONFIG_INTEL_MRFLD_ADC @@ -0,0 +1,22 @@ +# CONFIG_INTEL_MRFLD_ADC: +# +# Say yes here to have support for Basin Cove power management IC (PMIC) ADC +# device. Depending on platform configuration, this general purpose ADC can +# be used for sampling sensors such as thermal resistors. +# +# To compile this driver as a module, choose M here: the module will be +# called intel_mrfld_adc. +# +# Symbol: INTEL_MRFLD_ADC [=n] +# Type : tristate +# Defined at drivers/iio/adc/Kconfig:474 +# Prompt: Intel Merrifield Basin Cove ADC driver +# Depends on: IIO [=m] && INTEL_SOC_PMIC_MRFLD [=m] +# Location: +# -> Device Drivers +# -> Industrial I/O support (IIO [=m]) +# -> Analog to digital converters +# +# +# +CONFIG_INTEL_MRFLD_ADC=m -- cgit