xref: /openbmc/linux/drivers/platform/x86/Kconfig (revision a40cd7ef)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
241b16dceSLen Brown#
341b16dceSLen Brown# X86 Platform Specific Drivers
441b16dceSLen Brown#
541b16dceSLen Brown
641b16dceSLen Brownmenuconfig X86_PLATFORM_DEVICES
741b16dceSLen Brown	bool "X86 Platform Specific Device Drivers"
841b16dceSLen Brown	default y
9a00cd11bSJan Engelhardt	depends on X86
10a7f7f624SMasahiro Yamada	help
1141b16dceSLen Brown	  Say Y here to get to see options for device drivers for various
1241b16dceSLen Brown	  x86 platforms, including vendor-specific laptop extension drivers.
1341b16dceSLen Brown	  This option alone does not add any kernel code.
1441b16dceSLen Brown
1541b16dceSLen Brown	  If you say N, all options in this submenu will be skipped and disabled.
1641b16dceSLen Brown
1741b16dceSLen Brownif X86_PLATFORM_DEVICES
1841b16dceSLen Brown
1945a3d578SAndy Shevchenkoconfig ACPI_WMI
2045a3d578SAndy Shevchenko	tristate "WMI"
2141b16dceSLen Brown	depends on ACPI
2245a3d578SAndy Shevchenko	help
2345a3d578SAndy Shevchenko	  This driver adds support for the ACPI-WMI (Windows Management
2445a3d578SAndy Shevchenko	  Instrumentation) mapper device (PNP0C14) found on some systems.
2545a3d578SAndy Shevchenko
2645a3d578SAndy Shevchenko	  ACPI-WMI is a proprietary extension to ACPI to expose parts of the
2745a3d578SAndy Shevchenko	  ACPI firmware to userspace - this is done through various vendor
2845a3d578SAndy Shevchenko	  defined methods and data blocks in a PNP0C14 device, which are then
2945a3d578SAndy Shevchenko	  made available for userspace to call.
3045a3d578SAndy Shevchenko
3145a3d578SAndy Shevchenko	  The implementation of this in Linux currently only exposes this to
3245a3d578SAndy Shevchenko	  other kernel space drivers.
3345a3d578SAndy Shevchenko
3445a3d578SAndy Shevchenko	  This driver is a required dependency to build the firmware specific
3545a3d578SAndy Shevchenko	  drivers needed on many machines, including Acer and HP laptops.
3645a3d578SAndy Shevchenko
3745a3d578SAndy Shevchenko	  It is safe to enable this driver even if your DSDT doesn't define
3845a3d578SAndy Shevchenko	  any ACPI-WMI devices.
3945a3d578SAndy Shevchenko
4045a3d578SAndy Shevchenkoconfig WMI_BMOF
4145a3d578SAndy Shevchenko	tristate "WMI embedded Binary MOF driver"
42e98062edSSedat Dilek	depends on ACPI_WMI
4345a3d578SAndy Shevchenko	default ACPI_WMI
44a7f7f624SMasahiro Yamada	help
4545a3d578SAndy Shevchenko	  Say Y here if you want to be able to read a firmware-embedded
4645a3d578SAndy Shevchenko	  WMI Binary MOF data. Using this requires userspace tools and may be
4745a3d578SAndy Shevchenko	  rather tedious.
4841b16dceSLen Brown
4945a3d578SAndy Shevchenko	  To compile this driver as a module, choose M here: the module will
5045a3d578SAndy Shevchenko	  be called wmi-bmof.
5141b16dceSLen Brown
5245a3d578SAndy Shevchenkoconfig HUAWEI_WMI
5345a3d578SAndy Shevchenko	tristate "Huawei WMI laptop extras driver"
5445a3d578SAndy Shevchenko	depends on ACPI_BATTERY
5545a3d578SAndy Shevchenko	depends on ACPI_WMI
5645a3d578SAndy Shevchenko	depends on INPUT
5745a3d578SAndy Shevchenko	select INPUT_SPARSEKMAP
5845a3d578SAndy Shevchenko	select LEDS_CLASS
5945a3d578SAndy Shevchenko	select LEDS_TRIGGERS
6045a3d578SAndy Shevchenko	select LEDS_TRIGGER_AUDIO
6145a3d578SAndy Shevchenko	select NEW_LEDS
6245a3d578SAndy Shevchenko	help
6345a3d578SAndy Shevchenko	  This driver provides support for Huawei WMI hotkeys, battery charge
6445a3d578SAndy Shevchenko	  control, fn-lock, mic-mute LED, and other extra features.
6575971febSChris Chiu
6645a3d578SAndy Shevchenko	  To compile this driver as a module, choose M here: the module
6745a3d578SAndy Shevchenko	  will be called huawei-wmi.
6845a3d578SAndy Shevchenko
694fc2cf1fSJustin Ernstconfig UV_SYSFS
704fc2cf1fSJustin Ernst	tristate "Sysfs structure for UV systems"
714fc2cf1fSJustin Ernst	depends on X86_UV
724fc2cf1fSJustin Ernst	depends on SYSFS
734fc2cf1fSJustin Ernst	help
744fc2cf1fSJustin Ernst	  This driver supports a sysfs tree describing information about
754fc2cf1fSJustin Ernst	  UV systems at /sys/firmware/sgi_uv/.
764fc2cf1fSJustin Ernst
774fc2cf1fSJustin Ernst	  To compile this driver as a module, choose M here: the module will
784fc2cf1fSJustin Ernst	  be called uv_sysfs.
794fc2cf1fSJustin Ernst
802d30fcddSJithu Josephconfig INTEL_WMI_SBL_FW_UPDATE
812d30fcddSJithu Joseph	tristate "Intel WMI Slim Bootloader firmware update signaling driver"
822d30fcddSJithu Joseph	depends on ACPI_WMI
832d30fcddSJithu Joseph	help
842d30fcddSJithu Joseph	  Say Y here if you want to be able to use the WMI interface to signal
852d30fcddSJithu Joseph	  Slim Bootloader to trigger update on next reboot.
862d30fcddSJithu Joseph
872d30fcddSJithu Joseph	  To compile this driver as a module, choose M here: the module will
882d30fcddSJithu Joseph	  be called intel-wmi-sbl-fw-update.
892d30fcddSJithu Joseph
9045a3d578SAndy Shevchenkoconfig INTEL_WMI_THUNDERBOLT
9145a3d578SAndy Shevchenko	tristate "Intel WMI thunderbolt force power driver"
9245a3d578SAndy Shevchenko	depends on ACPI_WMI
93a7f7f624SMasahiro Yamada	help
9445a3d578SAndy Shevchenko	  Say Y here if you want to be able to use the WMI interface on select
9545a3d578SAndy Shevchenko	  systems to force the power control of Intel Thunderbolt controllers.
9645a3d578SAndy Shevchenko	  This is useful for updating the firmware when devices are not plugged
9745a3d578SAndy Shevchenko	  into the controller.
9845a3d578SAndy Shevchenko
9945a3d578SAndy Shevchenko	  To compile this driver as a module, choose M here: the module will
10045a3d578SAndy Shevchenko	  be called intel-wmi-thunderbolt.
10145a3d578SAndy Shevchenko
10245a3d578SAndy Shevchenkoconfig MXM_WMI
10345a3d578SAndy Shevchenko       tristate "WMI support for MXM Laptop Graphics"
10445a3d578SAndy Shevchenko       depends on ACPI_WMI
105a7f7f624SMasahiro Yamada	help
10645a3d578SAndy Shevchenko          MXM is a standard for laptop graphics cards, the WMI interface
10745a3d578SAndy Shevchenko	  is required for switchable nvidia graphics machines
10845a3d578SAndy Shevchenko
10945a3d578SAndy Shevchenkoconfig PEAQ_WMI
11045a3d578SAndy Shevchenko	tristate "PEAQ 2-in-1 WMI hotkey driver"
11145a3d578SAndy Shevchenko	depends on ACPI_WMI
11245a3d578SAndy Shevchenko	depends on INPUT
11345a3d578SAndy Shevchenko	help
11445a3d578SAndy Shevchenko	 Say Y here if you want to support WMI-based hotkeys on PEAQ 2-in-1s.
11545a3d578SAndy Shevchenko
11645a3d578SAndy Shevchenkoconfig XIAOMI_WMI
11745a3d578SAndy Shevchenko	tristate "Xiaomi WMI key driver"
11845a3d578SAndy Shevchenko	depends on ACPI_WMI
11945a3d578SAndy Shevchenko	depends on INPUT
12045a3d578SAndy Shevchenko	help
12145a3d578SAndy Shevchenko	  Say Y here if you want to support WMI-based keys on Xiaomi notebooks.
12245a3d578SAndy Shevchenko
12345a3d578SAndy Shevchenko	  To compile this driver as a module, choose M here: the module will
12445a3d578SAndy Shevchenko	  be called xiaomi-wmi.
12575971febSChris Chiu
12657293197SThomas Weißschuhconfig GIGABYTE_WMI
12757293197SThomas Weißschuh	tristate "Gigabyte WMI temperature driver"
12857293197SThomas Weißschuh	depends on ACPI_WMI
12957293197SThomas Weißschuh	depends on HWMON
13057293197SThomas Weißschuh	help
13157293197SThomas Weißschuh	  Say Y here if you want to support WMI-based temperature reporting on
13257293197SThomas Weißschuh	  Gigabyte mainboards.
13357293197SThomas Weißschuh
13457293197SThomas Weißschuh	  To compile this driver as a module, choose M here: the module will
13557293197SThomas Weißschuh	  be called gigabyte-wmi.
13657293197SThomas Weißschuh
137e86435ebSPeter Feuererconfig ACERHDF
138e86435ebSPeter Feuerer	tristate "Acer Aspire One temperature and fan driver"
139200db647SRandy Dunlap	depends on ACPI && THERMAL
14048c8dd64SPeter Feuerer	select THERMAL_GOV_BANG_BANG
141a7f7f624SMasahiro Yamada	help
142e86435ebSPeter Feuerer	  This is a driver for Acer Aspire One netbooks. It allows to access
143e86435ebSPeter Feuerer	  the temperature sensor and to control the fan.
144e86435ebSPeter Feuerer
145e86435ebSPeter Feuerer	  After loading this driver the BIOS is still in control of the fan.
146e86435ebSPeter Feuerer	  To let the kernel handle the fan, do:
14714c20688SPaul Gortmaker	  echo -n enabled > /sys/class/thermal/thermal_zoneN/mode
14814c20688SPaul Gortmaker	  where N=0,1,2... depending on the number of thermal nodes and the
14914c20688SPaul Gortmaker	  detection order of your particular system.  The "type" parameter
15014c20688SPaul Gortmaker	  in the same node directory will tell you if it is "acerhdf".
151e86435ebSPeter Feuerer
152e86435ebSPeter Feuerer	  For more information about this driver see
15378d15eeaSAlexander A. Klimov	  <https://piie.net/files/acerhdf_README.txt>
154e86435ebSPeter Feuerer
155e86435ebSPeter Feuerer	  If you have an Acer Aspire One netbook, say Y or M
156e86435ebSPeter Feuerer	  here.
157e86435ebSPeter Feuerer
15845a3d578SAndy Shevchenkoconfig ACER_WIRELESS
15945a3d578SAndy Shevchenko        tristate "Acer Wireless Radio Control Driver"
160a46ad0f1SMario Limonciello        depends on ACPI
16145a3d578SAndy Shevchenko        depends on INPUT
162a7f7f624SMasahiro Yamada	help
16345a3d578SAndy Shevchenko          The Acer Wireless Radio Control handles the airplane mode hotkey
16445a3d578SAndy Shevchenko          present on new Acer laptops.
16545a3d578SAndy Shevchenko
16645a3d578SAndy Shevchenko          Say Y or M here if you have an Acer notebook with an airplane mode
16745a3d578SAndy Shevchenko          hotkey.
16845a3d578SAndy Shevchenko
16945a3d578SAndy Shevchenko          If you choose to compile this driver as a module the module will be
17045a3d578SAndy Shevchenko          called acer-wireless.
17145a3d578SAndy Shevchenko
17245a3d578SAndy Shevchenkoconfig ACER_WMI
17345a3d578SAndy Shevchenko	tristate "Acer WMI Laptop Extras"
17445a3d578SAndy Shevchenko	depends on ACPI
17545a3d578SAndy Shevchenko	select LEDS_CLASS
17645a3d578SAndy Shevchenko	select NEW_LEDS
17745a3d578SAndy Shevchenko	depends on BACKLIGHT_CLASS_DEVICE
17845a3d578SAndy Shevchenko	depends on SERIO_I8042
17945a3d578SAndy Shevchenko	depends on INPUT
18045a3d578SAndy Shevchenko	depends on RFKILL || RFKILL = n
18145a3d578SAndy Shevchenko	depends on ACPI_WMI
18245a3d578SAndy Shevchenko	select INPUT_SPARSEKMAP
18345a3d578SAndy Shevchenko	# Acer WMI depends on ACPI_VIDEO when ACPI is enabled
18445a3d578SAndy Shevchenko        select ACPI_VIDEO if ACPI
185a7f7f624SMasahiro Yamada	help
18645a3d578SAndy Shevchenko	  This is a driver for newer Acer (and Wistron) laptops. It adds
18745a3d578SAndy Shevchenko	  wireless radio and bluetooth control, and on some laptops,
18845a3d578SAndy Shevchenko	  exposes the mail LED and LCD backlight.
18945a3d578SAndy Shevchenko
19045a3d578SAndy Shevchenko	  If you have an ACPI-WMI compatible Acer/ Wistron laptop, say Y or M
19145a3d578SAndy Shevchenko	  here.
19245a3d578SAndy Shevchenko
193156ec473SShyam Sundar S Kconfig AMD_PMC
194156ec473SShyam Sundar S K	tristate "AMD SoC PMC driver"
195156ec473SShyam Sundar S K	depends on ACPI && PCI
196156ec473SShyam Sundar S K	help
197156ec473SShyam Sundar S K	  The driver provides support for AMD Power Management Controller
198156ec473SShyam Sundar S K	  primarily responsible for S2Idle transactions that are driven from
199156ec473SShyam Sundar S K	  a platform firmware running on SMU. This driver also provides a debug
200156ec473SShyam Sundar S K	  mechanism to investigate the S2Idle transactions and failures.
201156ec473SShyam Sundar S K
202156ec473SShyam Sundar S K	  Say Y or M here if you have a notebook powered by AMD RYZEN CPU/APU.
203156ec473SShyam Sundar S K
204156ec473SShyam Sundar S K	  If you choose to compile this driver as a module the module will be
205156ec473SShyam Sundar S K	  called amd-pmc.
206156ec473SShyam Sundar S K
2073d904005SAndrea.Hoconfig ADV_SWBUTTON
2083d904005SAndrea.Ho	tristate "Advantech ACPI Software Button Driver"
2093d904005SAndrea.Ho	depends on ACPI && INPUT
2103d904005SAndrea.Ho	help
2113d904005SAndrea.Ho	  Say Y here to enable support for Advantech software defined
2123d904005SAndrea.Ho	  button feature. More information can be found at
2133d904005SAndrea.Ho	  <http://www.advantech.com.tw/products/>
2143d904005SAndrea.Ho
2153d904005SAndrea.Ho	  To compile this driver as a module, choose M here. The module will
2163d904005SAndrea.Ho	  be called adv_swbutton.
2173d904005SAndrea.Ho
21845a3d578SAndy Shevchenkoconfig APPLE_GMUX
21945a3d578SAndy Shevchenko	tristate "Apple Gmux Driver"
22045a3d578SAndy Shevchenko	depends on ACPI && PCI
22145a3d578SAndy Shevchenko	depends on PNP
22245a3d578SAndy Shevchenko	depends on BACKLIGHT_CLASS_DEVICE
22345a3d578SAndy Shevchenko	depends on BACKLIGHT_APPLE=n || BACKLIGHT_APPLE
22445a3d578SAndy Shevchenko	depends on ACPI_VIDEO=n || ACPI_VIDEO
225a7f7f624SMasahiro Yamada	help
22645a3d578SAndy Shevchenko	  This driver provides support for the gmux device found on many
22745a3d578SAndy Shevchenko	  Apple laptops, which controls the display mux for the hybrid
22845a3d578SAndy Shevchenko	  graphics as well as the backlight. Currently only backlight
22945a3d578SAndy Shevchenko	  control is supported by the driver.
230a46ad0f1SMario Limonciello
23141b16dceSLen Brownconfig ASUS_LAPTOP
2326122af37SCorentin Chary	tristate "Asus Laptop Extras"
23341b16dceSLen Brown	depends on ACPI
234e73e2c62SCorentin Chary	select LEDS_CLASS
235e73e2c62SCorentin Chary	select NEW_LEDS
23614ca7a47SHans de Goede	depends on BACKLIGHT_CLASS_DEVICE
23712d6f35bSCorentin Chary	depends on INPUT
23818e1311eSCorentin Chary	depends on RFKILL || RFKILL = n
23914ca7a47SHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
24066a71dd1SCorentin Chary	select INPUT_SPARSEKMAP
241a7f7f624SMasahiro Yamada	help
2428819de7fSAndy Ross	  This is a driver for Asus laptops, Lenovo SL and the Pegatron
2438819de7fSAndy Ross	  Lucid tablet. It may also support some MEDION, JVC or VICTOR
2448819de7fSAndy Ross	  laptops. It makes all the extra buttons generate standard
245b23910c2SAndy Ross	  ACPI events and input events, and on the Lucid the built-in
246b23910c2SAndy Ross	  accelerometer appears as an input device.  It also adds
247b23910c2SAndy Ross	  support for video output switching, LCD backlight control,
248b23910c2SAndy Ross	  Bluetooth and Wlan control, and most importantly, allows you
249b23910c2SAndy Ross	  to blink those fancy LEDs.
25041b16dceSLen Brown
2518819de7fSAndy Ross	  For more information see <http://acpi4asus.sf.net>.
25241b16dceSLen Brown
25341b16dceSLen Brown	  If you have an ACPI-compatible ASUS laptop, say Y or M here.
25441b16dceSLen Brown
25545a3d578SAndy Shevchenkoconfig ASUS_WIRELESS
25645a3d578SAndy Shevchenko	tristate "Asus Wireless Radio Control Driver"
25745a3d578SAndy Shevchenko	depends on ACPI
25845a3d578SAndy Shevchenko	depends on INPUT
25945a3d578SAndy Shevchenko	select NEW_LEDS
26045a3d578SAndy Shevchenko	select LEDS_CLASS
261a7f7f624SMasahiro Yamada	help
26245a3d578SAndy Shevchenko	  The Asus Wireless Radio Control handles the airplane mode hotkey
26345a3d578SAndy Shevchenko	  present on some Asus laptops.
26445a3d578SAndy Shevchenko
26545a3d578SAndy Shevchenko	  Say Y or M here if you have an ASUS notebook with an airplane mode
26645a3d578SAndy Shevchenko	  hotkey.
26745a3d578SAndy Shevchenko
26845a3d578SAndy Shevchenko	  If you choose to compile this driver as a module the module will be
26945a3d578SAndy Shevchenko	  called asus-wireless.
27045a3d578SAndy Shevchenko
27145a3d578SAndy Shevchenkoconfig ASUS_WMI
27245a3d578SAndy Shevchenko	tristate "ASUS WMI Driver"
27345a3d578SAndy Shevchenko	depends on ACPI_WMI
27445a3d578SAndy Shevchenko	depends on ACPI_BATTERY
27545a3d578SAndy Shevchenko	depends on INPUT
27645a3d578SAndy Shevchenko	depends on HWMON
27745a3d578SAndy Shevchenko	depends on BACKLIGHT_CLASS_DEVICE
27845a3d578SAndy Shevchenko	depends on RFKILL || RFKILL = n
27945a3d578SAndy Shevchenko	depends on HOTPLUG_PCI
28045a3d578SAndy Shevchenko	depends on ACPI_VIDEO || ACPI_VIDEO = n
28145a3d578SAndy Shevchenko	select INPUT_SPARSEKMAP
28245a3d578SAndy Shevchenko	select LEDS_CLASS
28345a3d578SAndy Shevchenko	select NEW_LEDS
284a7f7f624SMasahiro Yamada	help
28545a3d578SAndy Shevchenko	  Say Y here if you have a WMI aware Asus laptop (like Eee PCs or new
28645a3d578SAndy Shevchenko	  Asus Notebooks).
28745a3d578SAndy Shevchenko
28845a3d578SAndy Shevchenko	  To compile this driver as a module, choose M here: the module will
28945a3d578SAndy Shevchenko	  be called asus-wmi.
29045a3d578SAndy Shevchenko
29145a3d578SAndy Shevchenkoconfig ASUS_NB_WMI
29245a3d578SAndy Shevchenko	tristate "Asus Notebook WMI Driver"
29345a3d578SAndy Shevchenko	depends on ASUS_WMI
29445a3d578SAndy Shevchenko	depends on SERIO_I8042 || SERIO_I8042 = n
295a7f7f624SMasahiro Yamada	help
29645a3d578SAndy Shevchenko	  This is a driver for newer Asus notebooks. It adds extra features
29745a3d578SAndy Shevchenko	  like wireless radio and bluetooth control, leds, hotkeys, backlight...
29845a3d578SAndy Shevchenko
29945a3d578SAndy Shevchenko	  For more information, see
30045a3d578SAndy Shevchenko	  <file:Documentation/ABI/testing/sysfs-platform-asus-wmi>
30145a3d578SAndy Shevchenko
30245a3d578SAndy Shevchenko	  If you have an ACPI-WMI compatible Asus Notebook, say Y or M
30345a3d578SAndy Shevchenko	  here.
30445a3d578SAndy Shevchenko
30545a3d578SAndy Shevchenkoconfig EEEPC_LAPTOP
30645a3d578SAndy Shevchenko	tristate "Eee PC Hotkey Driver"
30745a3d578SAndy Shevchenko	depends on ACPI
30845a3d578SAndy Shevchenko	depends on INPUT
30945a3d578SAndy Shevchenko	depends on RFKILL || RFKILL = n
31045a3d578SAndy Shevchenko	depends on ACPI_VIDEO || ACPI_VIDEO = n
31145a3d578SAndy Shevchenko	depends on HOTPLUG_PCI
31245a3d578SAndy Shevchenko	depends on BACKLIGHT_CLASS_DEVICE
31345a3d578SAndy Shevchenko	select HWMON
31445a3d578SAndy Shevchenko	select LEDS_CLASS
31545a3d578SAndy Shevchenko	select NEW_LEDS
31645a3d578SAndy Shevchenko	select INPUT_SPARSEKMAP
317a7f7f624SMasahiro Yamada	help
31845a3d578SAndy Shevchenko	  This driver supports the Fn-Fx keys on Eee PC laptops.
31945a3d578SAndy Shevchenko
32045a3d578SAndy Shevchenko	  It  also gives access to some extra laptop functionalities like
32145a3d578SAndy Shevchenko	  Bluetooth, backlight and allows powering on/off some other
32245a3d578SAndy Shevchenko	  devices.
32345a3d578SAndy Shevchenko
32445a3d578SAndy Shevchenko	  If you have an Eee PC laptop, say Y or M here. If this driver
32545a3d578SAndy Shevchenko	  doesn't work on your Eee PC, try eeepc-wmi instead.
32645a3d578SAndy Shevchenko
32745a3d578SAndy Shevchenkoconfig EEEPC_WMI
32845a3d578SAndy Shevchenko	tristate "Eee PC WMI Driver"
32945a3d578SAndy Shevchenko	depends on ASUS_WMI
330a7f7f624SMasahiro Yamada	help
33145a3d578SAndy Shevchenko	  This is a driver for newer Eee PC laptops. It adds extra features
33245a3d578SAndy Shevchenko	  like wireless radio and bluetooth control, leds, hotkeys, backlight...
33345a3d578SAndy Shevchenko
33445a3d578SAndy Shevchenko	  For more information, see
33545a3d578SAndy Shevchenko	  <file:Documentation/ABI/testing/sysfs-platform-asus-wmi>
33645a3d578SAndy Shevchenko
33745a3d578SAndy Shevchenko	  If you have an ACPI-WMI compatible Eee PC laptop (>= 1000), say Y or M
33845a3d578SAndy Shevchenko	  here.
33945a3d578SAndy Shevchenko
340f1e1ea51SMario Limonciellosource "drivers/platform/x86/dell/Kconfig"
3417a3319c1SMichał Kępień
34245a3d578SAndy Shevchenkoconfig AMILO_RFKILL
34345a3d578SAndy Shevchenko	tristate "Fujitsu-Siemens Amilo rfkill support"
344817a5cdbSPali Rohár	depends on RFKILL
34545a3d578SAndy Shevchenko	depends on SERIO_I8042
346a7f7f624SMasahiro Yamada	help
34745a3d578SAndy Shevchenko	  This is a driver for enabling wifi on some Fujitsu-Siemens Amilo
34845a3d578SAndy Shevchenko	  laptops.
349820787fcSColin Ian King
35041b16dceSLen Brownconfig FUJITSU_LAPTOP
35141b16dceSLen Brown	tristate "Fujitsu Laptop Extras"
35241b16dceSLen Brown	depends on ACPI
35341b16dceSLen Brown	depends on INPUT
35441b16dceSLen Brown	depends on BACKLIGHT_CLASS_DEVICE
35514ca7a47SHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
356f2252672SMichał Kępień	select INPUT_SPARSEKMAP
357afdd1ebbSNecip Fazil Yildiran	select NEW_LEDS
358d89bcc83SMichał Kępień	select LEDS_CLASS
359a7f7f624SMasahiro Yamada	help
36041b16dceSLen Brown	  This is a driver for laptops built by Fujitsu:
36141b16dceSLen Brown
36241b16dceSLen Brown	    * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks
36341b16dceSLen Brown	    * Possibly other Fujitsu laptop models
36441b16dceSLen Brown	    * Tested with S6410 and S7020
36541b16dceSLen Brown
36641b16dceSLen Brown	  It adds support for LCD brightness control and some hotkeys.
36741b16dceSLen Brown
36841b16dceSLen Brown	  If you have a Fujitsu laptop, say Y or M here.
36941b16dceSLen Brown
3702d24c490SRobert Gerlachconfig FUJITSU_TABLET
3712d24c490SRobert Gerlach       tristate "Fujitsu Tablet Extras"
3722d24c490SRobert Gerlach       depends on ACPI
3732d24c490SRobert Gerlach       depends on INPUT
374a7f7f624SMasahiro Yamada	help
3752d24c490SRobert Gerlach         This is a driver for tablets built by Fujitsu:
3762d24c490SRobert Gerlach
3772d24c490SRobert Gerlach           * Lifebook P1510/P1610/P1620/Txxxx
3782d24c490SRobert Gerlach           * Stylistic ST5xxx
3792d24c490SRobert Gerlach           * Possibly other Fujitsu tablet models
3802d24c490SRobert Gerlach
3812d24c490SRobert Gerlach         It adds support for the panel buttons, docking station detection,
3822d24c490SRobert Gerlach         tablet/notebook mode detection for convertible and
3832d24c490SRobert Gerlach         orientation detection for docked slates.
3842d24c490SRobert Gerlach
3852d24c490SRobert Gerlach         If you have a Fujitsu convertible or slate, say Y or M here.
3862d24c490SRobert Gerlach
3871b46f17dSHans de Goedeconfig GPD_POCKET_FAN
3881b46f17dSHans de Goede	tristate "GPD Pocket Fan Controller support"
3891b46f17dSHans de Goede	depends on ACPI
3901b46f17dSHans de Goede	depends on THERMAL
391a7f7f624SMasahiro Yamada	help
3921b46f17dSHans de Goede	  Driver for the GPD Pocket vendor specific FAN02501 ACPI device
3931b46f17dSHans de Goede	  which controls the fan speed on the GPD Pocket.
3941b46f17dSHans de Goede
3951b46f17dSHans de Goede	  Without this driver the fan on the Pocket will stay off independent
3961b46f17dSHans de Goede	  of the CPU temperature. Say Y or M if the kernel may be used on a
3971b46f17dSHans de Goede	  GPD pocket.
3981b46f17dSHans de Goede
399efcfed9bSJean Delvareconfig HP_ACCEL
400efcfed9bSJean Delvare	tristate "HP laptop accelerometer"
401efcfed9bSJean Delvare	depends on INPUT && ACPI
4020cdbcd6dSGiedrius Statkevicius	depends on SERIO_I8042
403efcfed9bSJean Delvare	select SENSORS_LIS3LV02D
404efcfed9bSJean Delvare	select NEW_LEDS
405efcfed9bSJean Delvare	select LEDS_CLASS
406efcfed9bSJean Delvare	help
407efcfed9bSJean Delvare	  This driver provides support for the "Mobile Data Protection System 3D"
408efcfed9bSJean Delvare	  or "3D DriveGuard" feature of HP laptops. On such systems the driver
409efcfed9bSJean Delvare	  should load automatically (via ACPI alias).
410efcfed9bSJean Delvare
411efcfed9bSJean Delvare	  Support for a led indicating disk protection will be provided as
412efcfed9bSJean Delvare	  hp::hddprotect. For more information on the feature, refer to
4139b5db89eSMauro Carvalho Chehab	  Documentation/misc-devices/lis3lv02d.rst.
414efcfed9bSJean Delvare
415efcfed9bSJean Delvare	  To compile this driver as a module, choose M here: the module will
416efcfed9bSJean Delvare	  be called hp_accel.
417efcfed9bSJean Delvare
418a558ea42SMario Limoncielloconfig WIRELESS_HOTKEY
419a558ea42SMario Limonciello	tristate "Wireless hotkey button"
42054290fa6SAlex Hung	depends on ACPI
42154290fa6SAlex Hung	depends on INPUT
42254290fa6SAlex Hung	help
423a558ea42SMario Limonciello	 This driver provides supports for the wireless buttons found on some AMD,
424a558ea42SMario Limonciello	 HP, & Xioami laptops.
42554290fa6SAlex Hung	 On such systems the driver should load automatically (via ACPI alias).
42654290fa6SAlex Hung
42754290fa6SAlex Hung	 To compile this driver as a module, choose M here: the module will
428a558ea42SMario Limonciello	 be called wireless-hotkey.
42954290fa6SAlex Hung
43041b16dceSLen Brownconfig HP_WMI
43141b16dceSLen Brown	tristate "HP WMI extras"
43241b16dceSLen Brown	depends on ACPI_WMI
43341b16dceSLen Brown	depends on INPUT
43419d337dfSJohannes Berg	depends on RFKILL || RFKILL = n
4354d291ed7SDmitry Torokhov	select INPUT_SPARSEKMAP
4364296f679SElia Devito	select ACPI_PLATFORM_PROFILE
43741b16dceSLen Brown	help
43841b16dceSLen Brown	 Say Y here if you want to support WMI-based hotkeys on HP laptops and
43941b16dceSLen Brown	 to read data from WMI such as docking or ambient light sensor state.
44041b16dceSLen Brown
44141b16dceSLen Brown	 To compile this driver as a module, choose M here: the module will
44241b16dceSLen Brown	 be called hp-wmi.
44341b16dceSLen Brown
44445a3d578SAndy Shevchenkoconfig TC1100_WMI
44545a3d578SAndy Shevchenko	tristate "HP Compaq TC1100 Tablet WMI Extras"
44645a3d578SAndy Shevchenko	depends on !X86_64
447dbf0c5a6SMatan Ziv-Av	depends on ACPI
448dbf0c5a6SMatan Ziv-Av	depends on ACPI_WMI
449a7f7f624SMasahiro Yamada	help
45045a3d578SAndy Shevchenko	  This is a driver for the WMI extensions (wireless and bluetooth power
45145a3d578SAndy Shevchenko	  control) of the HP Compaq TC1100 tablet.
45241b16dceSLen Brown
45345a3d578SAndy Shevchenkoconfig IBM_RTL
45445a3d578SAndy Shevchenko	tristate "Device driver to enable PRTL support"
45545a3d578SAndy Shevchenko	depends on PCI
456a7f7f624SMasahiro Yamada	help
45745a3d578SAndy Shevchenko	 Enable support for IBM Premium Real Time Mode (PRTM).
45845a3d578SAndy Shevchenko	 This module will allow you the enter and exit PRTM in the BIOS via
45945a3d578SAndy Shevchenko	 sysfs on platforms that support this feature.  System in PRTM will
46045a3d578SAndy Shevchenko	 not receive CPU-generated SMIs for recoverable errors.  Use of this
46145a3d578SAndy Shevchenko	 feature without proper support may void your hardware warranty.
46241b16dceSLen Brown
46345a3d578SAndy Shevchenko	 If the proper BIOS support is found the driver will load and create
46445a3d578SAndy Shevchenko	 /sys/devices/system/ibm_rtl/.  The "state" variable will indicate
46545a3d578SAndy Shevchenko	 whether or not the BIOS is in PRTM.
46645a3d578SAndy Shevchenko	 state = 0 (BIOS SMIs on)
46745a3d578SAndy Shevchenko	 state = 1 (BIOS SMIs off)
46841b16dceSLen Brown
46957ac3b05SIke Panhcconfig IDEAPAD_LAPTOP
47057ac3b05SIke Panhc	tristate "Lenovo IdeaPad Laptop Extras"
47158ac7aa0SDavid Woodhouse	depends on ACPI
472ad0f4306SRandy Dunlap	depends on RFKILL && INPUT
47307a4a4fcSMaxim Mikityanskiy	depends on SERIO_I8042
474445e8d00SMatthew Garrett	depends on BACKLIGHT_CLASS_DEVICE
47514ca7a47SHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
47674caab99SArnd Bergmann	depends on ACPI_WMI || ACPI_WMI = n
47721f05a43SMaximilian Luz	select ACPI_PLATFORM_PROFILE
478f63409aeSIke Panhc	select INPUT_SPARSEKMAP
479d8f5c5eaSBarnabás Pőcze	select NEW_LEDS
480d8f5c5eaSBarnabás Pőcze	select LEDS_CLASS
48158ac7aa0SDavid Woodhouse	help
48216fd91e0SIke Panhc	  This is a driver for Lenovo IdeaPad netbooks contains drivers for
48316fd91e0SIke Panhc	  rfkill switch, hotkey, fan control and backlight control.
48458ac7aa0SDavid Woodhouse
48545a3d578SAndy Shevchenkoconfig SENSORS_HDAPS
48645a3d578SAndy Shevchenko	tristate "Thinkpad Hard Drive Active Protection System (hdaps)"
4873dda3b37SBenjamin Tissoires	depends on INPUT
48845a3d578SAndy Shevchenko	help
48945a3d578SAndy Shevchenko	  This driver provides support for the IBM Hard Drive Active Protection
49045a3d578SAndy Shevchenko	  System (hdaps), which provides an accelerometer and other misc. data.
49145a3d578SAndy Shevchenko	  ThinkPads starting with the R50, T41, and X40 are supported.  The
49245a3d578SAndy Shevchenko	  accelerometer data is readable via sysfs.
4933dda3b37SBenjamin Tissoires
49445a3d578SAndy Shevchenko	  This driver also provides an absolute input class device, allowing
49545a3d578SAndy Shevchenko	  the laptop to act as a pinball machine-esque joystick.
49645a3d578SAndy Shevchenko
49745a3d578SAndy Shevchenko	  If your ThinkPad is not recognized by the driver, please update to latest
49845a3d578SAndy Shevchenko	  BIOS. This is especially the case for some R52 ThinkPads.
49945a3d578SAndy Shevchenko
50045a3d578SAndy Shevchenko	  Say Y here if you have an applicable laptop and want to experience
50145a3d578SAndy Shevchenko	  the awesome power of hdaps.
5023dda3b37SBenjamin Tissoires
50341b16dceSLen Brownconfig THINKPAD_ACPI
50441b16dceSLen Brown	tristate "ThinkPad ACPI Laptop Extras"
50541b16dceSLen Brown	depends on ACPI
5062801b968SOgnjen Galic	depends on ACPI_BATTERY
507d263da31SCorentin Chary	depends on INPUT
50819d337dfSJohannes Berg	depends on RFKILL || RFKILL = n
50914ca7a47SHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
51014ca7a47SHans de Goede	depends on BACKLIGHT_CLASS_DEVICE
51121f05a43SMaximilian Luz	select ACPI_PLATFORM_PROFILE
51241b16dceSLen Brown	select HWMON
51341b16dceSLen Brown	select NVRAM
51441b16dceSLen Brown	select NEW_LEDS
51541b16dceSLen Brown	select LEDS_CLASS
5164e1d0924STakashi Iwai	select LEDS_TRIGGERS
5174e1d0924STakashi Iwai	select LEDS_TRIGGER_AUDIO
518a7f7f624SMasahiro Yamada	help
51941b16dceSLen Brown	  This is a driver for the IBM and Lenovo ThinkPad laptops. It adds
52041b16dceSLen Brown	  support for Fn-Fx key combinations, Bluetooth control, video
52141b16dceSLen Brown	  output switching, ThinkLight control, UltraBay eject and more.
52241b16dceSLen Brown	  For more information about this driver see
5239e1cbedeSMauro Carvalho Chehab	  <file:Documentation/admin-guide/laptops/thinkpad-acpi.rst> and
52441b16dceSLen Brown	  <http://ibm-acpi.sf.net/> .
52541b16dceSLen Brown
52641b16dceSLen Brown	  This driver was formerly known as ibm-acpi.
52741b16dceSLen Brown
5286e5b08eeSHenrique de Moraes Holschuh	  Extra functionality will be available if the rfkill (CONFIG_RFKILL)
5296e5b08eeSHenrique de Moraes Holschuh	  and/or ALSA (CONFIG_SND) subsystems are available in the kernel.
5306e5b08eeSHenrique de Moraes Holschuh	  Note that if you want ThinkPad-ACPI to be built-in instead of
5316e5b08eeSHenrique de Moraes Holschuh	  modular, ALSA and rfkill will also have to be built-in.
5326e5b08eeSHenrique de Moraes Holschuh
53341b16dceSLen Brown	  If you have an IBM or Lenovo ThinkPad laptop, say Y or M here.
53441b16dceSLen Brown
535ff850c33SHenrique de Moraes Holschuhconfig THINKPAD_ACPI_ALSA_SUPPORT
536ff850c33SHenrique de Moraes Holschuh	bool "Console audio control ALSA interface"
537ff850c33SHenrique de Moraes Holschuh	depends on THINKPAD_ACPI
538ff850c33SHenrique de Moraes Holschuh	depends on SND
539ff850c33SHenrique de Moraes Holschuh	depends on SND = y || THINKPAD_ACPI = SND
540ff850c33SHenrique de Moraes Holschuh	default y
541a7f7f624SMasahiro Yamada	help
542ff850c33SHenrique de Moraes Holschuh	  Enables monitoring of the built-in console audio output control
543ff850c33SHenrique de Moraes Holschuh	  (headphone and speakers), which is operated by the mute and (in
544ff850c33SHenrique de Moraes Holschuh	  some ThinkPad models) volume hotkeys.
545ff850c33SHenrique de Moraes Holschuh
546ff850c33SHenrique de Moraes Holschuh	  If this option is enabled, ThinkPad-ACPI will export an ALSA card
547ff850c33SHenrique de Moraes Holschuh	  with a single read-only mixer control, which should be used for
548ff850c33SHenrique de Moraes Holschuh	  on-screen-display feedback purposes by the Desktop Environment.
549ff850c33SHenrique de Moraes Holschuh
550ff850c33SHenrique de Moraes Holschuh	  Optionally, the driver will also allow software control (the
551ff850c33SHenrique de Moraes Holschuh	  ALSA mixer will be made read-write).  Please refer to the driver
552ff850c33SHenrique de Moraes Holschuh	  documentation for details.
553ff850c33SHenrique de Moraes Holschuh
554ff850c33SHenrique de Moraes Holschuh	  All IBM models have both volume and mute control.  Newer Lenovo
555ff850c33SHenrique de Moraes Holschuh	  models only have mute control (the volume hotkeys are just normal
556ff850c33SHenrique de Moraes Holschuh	  keys and volume control is done through the main HDA mixer).
557ff850c33SHenrique de Moraes Holschuh
558a73f3091SHenrique de Moraes Holschuhconfig THINKPAD_ACPI_DEBUGFACILITIES
559a73f3091SHenrique de Moraes Holschuh	bool "Maintainer debug facilities"
560a73f3091SHenrique de Moraes Holschuh	depends on THINKPAD_ACPI
561a7f7f624SMasahiro Yamada	help
562a73f3091SHenrique de Moraes Holschuh	  Enables extra stuff in the thinkpad-acpi which is completely useless
563a73f3091SHenrique de Moraes Holschuh	  for normal use.  Read the driver source to find out what it does.
564a73f3091SHenrique de Moraes Holschuh
565a73f3091SHenrique de Moraes Holschuh	  Say N here, unless you were told by a kernel maintainer to do
566a73f3091SHenrique de Moraes Holschuh	  otherwise.
567a73f3091SHenrique de Moraes Holschuh
56841b16dceSLen Brownconfig THINKPAD_ACPI_DEBUG
56941b16dceSLen Brown	bool "Verbose debug mode"
57041b16dceSLen Brown	depends on THINKPAD_ACPI
571a7f7f624SMasahiro Yamada	help
57241b16dceSLen Brown	  Enables extra debugging information, at the expense of a slightly
57341b16dceSLen Brown	  increase in driver size.
57441b16dceSLen Brown
57541b16dceSLen Brown	  If you are not sure, say N here.
57641b16dceSLen Brown
577a4d5effcSHenrique de Moraes Holschuhconfig THINKPAD_ACPI_UNSAFE_LEDS
578a4d5effcSHenrique de Moraes Holschuh	bool "Allow control of important LEDs (unsafe)"
579a4d5effcSHenrique de Moraes Holschuh	depends on THINKPAD_ACPI
580a7f7f624SMasahiro Yamada	help
581a4d5effcSHenrique de Moraes Holschuh	  Overriding LED state on ThinkPads can mask important
582a4d5effcSHenrique de Moraes Holschuh	  firmware alerts (like critical battery condition), or misled
583a4d5effcSHenrique de Moraes Holschuh	  the user into damaging the hardware (undocking or ejecting
584a4d5effcSHenrique de Moraes Holschuh	  the bay while buses are still active), etc.
585a4d5effcSHenrique de Moraes Holschuh
586a4d5effcSHenrique de Moraes Holschuh	  LED control on the ThinkPad is write-only (with very few
587a4d5effcSHenrique de Moraes Holschuh	  exceptions on very ancient models), which makes it
588a4d5effcSHenrique de Moraes Holschuh	  impossible to know beforehand if important information will
589a4d5effcSHenrique de Moraes Holschuh	  be lost when one changes LED state.
590a4d5effcSHenrique de Moraes Holschuh
591a4d5effcSHenrique de Moraes Holschuh	  Users that know what they are doing can enable this option
592a4d5effcSHenrique de Moraes Holschuh	  and the driver will allow control of every LED, including
593a4d5effcSHenrique de Moraes Holschuh	  the ones on the dock stations.
594a4d5effcSHenrique de Moraes Holschuh
595a4d5effcSHenrique de Moraes Holschuh	  Never enable this option on a distribution kernel.
596a4d5effcSHenrique de Moraes Holschuh
597a4d5effcSHenrique de Moraes Holschuh	  Say N here, unless you are building a kernel for your own
598a4d5effcSHenrique de Moraes Holschuh	  use, and need to control the important firmware LEDs.
599a4d5effcSHenrique de Moraes Holschuh
60041b16dceSLen Brownconfig THINKPAD_ACPI_VIDEO
60141b16dceSLen Brown	bool "Video output control support"
60241b16dceSLen Brown	depends on THINKPAD_ACPI
60341b16dceSLen Brown	default y
604a7f7f624SMasahiro Yamada	help
60541b16dceSLen Brown	  Allows the thinkpad_acpi driver to provide an interface to control
60641b16dceSLen Brown	  the various video output ports.
60741b16dceSLen Brown
60841b16dceSLen Brown	  This feature often won't work well, depending on ThinkPad model,
60941b16dceSLen Brown	  display state, video output devices in use, whether there is a X
61041b16dceSLen Brown	  server running, phase of the moon, and the current mood of
61141b16dceSLen Brown	  Schroedinger's cat.  If you can use X.org's RandR to control
61241b16dceSLen Brown	  your ThinkPad's video output ports instead of this feature,
613b525c06cSHenrique de Moraes Holschuh	  don't think twice: do it and say N here to save memory and avoid
614b525c06cSHenrique de Moraes Holschuh	  bad interactions with X.org.
61541b16dceSLen Brown
616b525c06cSHenrique de Moraes Holschuh	  NOTE: access to this feature is limited to processes with the
617b525c06cSHenrique de Moraes Holschuh	  CAP_SYS_ADMIN capability, to avoid local DoS issues in platforms
618b525c06cSHenrique de Moraes Holschuh	  where it interacts badly with X.org.
619b525c06cSHenrique de Moraes Holschuh
620b525c06cSHenrique de Moraes Holschuh	  If you are not sure, say Y here but do try to check if you could
621b525c06cSHenrique de Moraes Holschuh	  be using X.org RandR instead.
62241b16dceSLen Brown
62341b16dceSLen Brownconfig THINKPAD_ACPI_HOTKEY_POLL
62441b16dceSLen Brown	bool "Support NVRAM polling for hot keys"
62541b16dceSLen Brown	depends on THINKPAD_ACPI
62641b16dceSLen Brown	default y
627a7f7f624SMasahiro Yamada	help
62841b16dceSLen Brown	  Some thinkpad models benefit from NVRAM polling to detect a few of
62941b16dceSLen Brown	  the hot key press events.  If you know your ThinkPad model does not
63041b16dceSLen Brown	  need to do NVRAM polling to support any of the hot keys you use,
63141b16dceSLen Brown	  unselecting this option will save about 1kB of memory.
63241b16dceSLen Brown
63341b16dceSLen Brown	  ThinkPads T40 and newer, R52 and newer, and X31 and newer are
63441b16dceSLen Brown	  unlikely to need NVRAM polling in their latest BIOS versions.
63541b16dceSLen Brown
63641b16dceSLen Brown	  NVRAM polling can detect at most the following keys: ThinkPad/Access
63741b16dceSLen Brown	  IBM, Zoom, Switch Display (fn+F7), ThinkLight, Volume up/down/mute,
63841b16dceSLen Brown	  Brightness up/down, Display Expand (fn+F8), Hibernate (fn+F12).
63941b16dceSLen Brown
64041b16dceSLen Brown	  If you are not sure, say Y here.  The driver enables polling only if
64141b16dceSLen Brown	  it is strictly necessary to do so.
64241b16dceSLen Brown
643*a40cd7efSMark Pearsonconfig THINKPAD_LMI
644*a40cd7efSMark Pearson	tristate "Lenovo WMI-based systems management driver"
645*a40cd7efSMark Pearson	depends on ACPI_WMI
646*a40cd7efSMark Pearson	select FW_ATTR_CLASS
647*a40cd7efSMark Pearson	help
648*a40cd7efSMark Pearson	  This driver allows changing BIOS settings on Lenovo machines whose
649*a40cd7efSMark Pearson	  BIOS support the WMI interface.
650*a40cd7efSMark Pearson
651*a40cd7efSMark Pearson	  To compile this driver as a module, choose M here: the module will
652*a40cd7efSMark Pearson	  be called think-lmi.
653*a40cd7efSMark Pearson
6544b2d688fSHans de Goedeconfig INTEL_ATOMISP2_LED
6554b2d688fSHans de Goede	tristate "Intel AtomISP2 camera LED driver"
6564b2d688fSHans de Goede	depends on GPIOLIB && LEDS_GPIO
6574b2d688fSHans de Goede	help
6584b2d688fSHans de Goede	  Many Bay Trail and Cherry Trail devices come with a camera attached
6594b2d688fSHans de Goede	  to Intel's Image Signal Processor. Linux currently does not have a
6604b2d688fSHans de Goede	  driver for these, so they do not work as a camera. Some of these
6614b2d688fSHans de Goede	  camera's have a LED which is controlled through a GPIO.
6624b2d688fSHans de Goede
6634b2d688fSHans de Goede	  Some of these devices have a firmware issue where the LED gets turned
6644b2d688fSHans de Goede	  on at boot. This driver will turn the LED off at boot and also allows
6654b2d688fSHans de Goede	  controlling the LED (repurposing it) through the sysfs LED interface.
6664b2d688fSHans de Goede
6674b2d688fSHans de Goede	  Which GPIO is attached to the LED is usually not described in the
6684b2d688fSHans de Goede	  ACPI tables, so this driver contains per-system info about the GPIO
6694b2d688fSHans de Goede	  inside the driver, this means that this driver only works on systems
6704b2d688fSHans de Goede	  the driver knows about.
6714b2d688fSHans de Goede
6724b2d688fSHans de Goede	  To compile this driver as a module, choose M here: the module
6734b2d688fSHans de Goede	  will be called intel_atomisp2_led.
6744b2d688fSHans de Goede
67545a3d578SAndy Shevchenkoconfig INTEL_ATOMISP2_PM
67645a3d578SAndy Shevchenko	tristate "Intel AtomISP2 dummy / power-management driver"
67745a3d578SAndy Shevchenko	depends on PCI && IOSF_MBI && PM
6781ab70982SMauro Carvalho Chehab	depends on !INTEL_ATOMISP
679bd9fc3a7SJean Delvare	help
68045a3d578SAndy Shevchenko	  Power-management driver for Intel's Image Signal Processor found on
68145a3d578SAndy Shevchenko	  Bay Trail and Cherry Trail devices. This dummy driver's sole purpose
68245a3d578SAndy Shevchenko	  is to turn the ISP off (put it in D3) to save power and to allow
68345a3d578SAndy Shevchenko	  entering of S0ix modes.
684bd9fc3a7SJean Delvare
68545a3d578SAndy Shevchenko	  To compile this driver as a module, choose M here: the module
68645a3d578SAndy Shevchenko	  will be called intel_atomisp2_pm.
687bd9fc3a7SJean Delvare
68845a3d578SAndy Shevchenkoconfig INTEL_CHT_INT33FE
68945a3d578SAndy Shevchenko	tristate "Intel Cherry Trail ACPI INT33FE Driver"
69045a3d578SAndy Shevchenko	depends on X86 && ACPI && I2C && REGULATOR
69145a3d578SAndy Shevchenko	depends on CHARGER_BQ24190=y || (CHARGER_BQ24190=m && m)
69245a3d578SAndy Shevchenko	depends on USB_ROLES_INTEL_XHCI=y || (USB_ROLES_INTEL_XHCI=m && m)
69345a3d578SAndy Shevchenko	depends on TYPEC_MUX_PI3USB30532=y || (TYPEC_MUX_PI3USB30532=m && m)
694a7f7f624SMasahiro Yamada	help
69545a3d578SAndy Shevchenko	  This driver add support for the INT33FE ACPI device found on
69645a3d578SAndy Shevchenko	  some Intel Cherry Trail devices.
697bd9fc3a7SJean Delvare
69845a3d578SAndy Shevchenko	  There are two kinds of INT33FE ACPI device possible: for hardware
69945a3d578SAndy Shevchenko	  with USB Type-C and Micro-B connectors. This driver supports both.
70045a3d578SAndy Shevchenko
70145a3d578SAndy Shevchenko	  The INT33FE ACPI device has a CRS table with I2cSerialBusV2
70245a3d578SAndy Shevchenko	  resources for Fuel Gauge Controller and (in the Type-C variant)
70345a3d578SAndy Shevchenko	  FUSB302 USB Type-C Controller and PI3USB30532 USB switch.
70445a3d578SAndy Shevchenko	  This driver instantiates i2c-clients for these, so that standard
70545a3d578SAndy Shevchenko	  i2c drivers for these chips can bind to the them.
70645a3d578SAndy Shevchenko
70745a3d578SAndy Shevchenko	  If you enable this driver it is advised to also select
70845a3d578SAndy Shevchenko	  CONFIG_BATTERY_BQ27XXX=m or CONFIG_BATTERY_BQ27XXX_I2C=m for Micro-B
70945a3d578SAndy Shevchenko	  device and CONFIG_TYPEC_FUSB302=m and CONFIG_BATTERY_MAX17042=m
71045a3d578SAndy Shevchenko	  for Type-C device.
71145a3d578SAndy Shevchenko
71245a3d578SAndy Shevchenkoconfig INTEL_HID_EVENT
71345a3d578SAndy Shevchenko	tristate "INTEL HID Event"
71445a3d578SAndy Shevchenko	depends on ACPI
71545a3d578SAndy Shevchenko	depends on INPUT
71645a3d578SAndy Shevchenko	select INPUT_SPARSEKMAP
71745a3d578SAndy Shevchenko	help
71845a3d578SAndy Shevchenko	  This driver provides support for the Intel HID Event hotkey interface.
71945a3d578SAndy Shevchenko	  Some laptops require this driver for hotkey support.
72045a3d578SAndy Shevchenko
72145a3d578SAndy Shevchenko	  To compile this driver as a module, choose M here: the module will
72245a3d578SAndy Shevchenko	  be called intel_hid.
72345a3d578SAndy Shevchenko
72445a3d578SAndy Shevchenkoconfig INTEL_INT0002_VGPIO
72545a3d578SAndy Shevchenko	tristate "Intel ACPI INT0002 Virtual GPIO driver"
726b68e182aSHans de Goede	depends on GPIOLIB && ACPI && PM_SLEEP
72745a3d578SAndy Shevchenko	select GPIOLIB_IRQCHIP
728a7f7f624SMasahiro Yamada	help
72945a3d578SAndy Shevchenko	  Some peripherals on Bay Trail and Cherry Trail platforms signal a
73045a3d578SAndy Shevchenko	  Power Management Event (PME) to the Power Management Controller (PMC)
73145a3d578SAndy Shevchenko	  to wakeup the system. When this happens software needs to explicitly
73245a3d578SAndy Shevchenko	  clear the PME bus 0 status bit in the GPE0a_STS register to avoid an
73345a3d578SAndy Shevchenko	  IRQ storm on IRQ 9.
73445a3d578SAndy Shevchenko
73545a3d578SAndy Shevchenko	  This is modelled in ACPI through the INT0002 ACPI device, which is
73645a3d578SAndy Shevchenko	  called a "Virtual GPIO controller" in ACPI because it defines the
73745a3d578SAndy Shevchenko	  event handler to call when the PME triggers through _AEI and _L02
73845a3d578SAndy Shevchenko	  methods as would be done for a real GPIO interrupt in ACPI.
73945a3d578SAndy Shevchenko
74045a3d578SAndy Shevchenko	  To compile this driver as a module, choose M here: the module will
74145a3d578SAndy Shevchenko	  be called intel_int0002_vgpio.
742bd9fc3a7SJean Delvare
74341b16dceSLen Brownconfig INTEL_MENLOW
74441b16dceSLen Brown	tristate "Thermal Management driver for Intel menlow platform"
74541b16dceSLen Brown	depends on ACPI_THERMAL
74641b16dceSLen Brown	select THERMAL
747a7f7f624SMasahiro Yamada	help
74841b16dceSLen Brown	  ACPI thermal management enhancement driver on
74941b16dceSLen Brown	  Intel Menlow platform.
75041b16dceSLen Brown
75141b16dceSLen Brown	  If unsure, say N.
75241b16dceSLen Brown
75345a3d578SAndy Shevchenkoconfig INTEL_OAKTRAIL
75445a3d578SAndy Shevchenko	tristate "Intel Oaktrail Platform Extras"
75545a3d578SAndy Shevchenko	depends on ACPI
75645a3d578SAndy Shevchenko	depends on ACPI_VIDEO || ACPI_VIDEO = n
75745a3d578SAndy Shevchenko	depends on RFKILL && BACKLIGHT_CLASS_DEVICE && ACPI
758a7f7f624SMasahiro Yamada	help
75945a3d578SAndy Shevchenko	  Intel Oaktrail platform need this driver to provide interfaces to
76045a3d578SAndy Shevchenko	  enable/disable the Camera, WiFi, BT etc. devices. If in doubt, say Y
76145a3d578SAndy Shevchenko	  here; it will only load on supported platforms.
76245a3d578SAndy Shevchenko
76345a3d578SAndy Shevchenkoconfig INTEL_VBTN
76445a3d578SAndy Shevchenko	tristate "INTEL VIRTUAL BUTTON"
76541b16dceSLen Brown	depends on ACPI
7663a5093eeSAlexey Dobriyan	depends on INPUT
76745a3d578SAndy Shevchenko	select INPUT_SPARSEKMAP
76845a3d578SAndy Shevchenko	help
76945a3d578SAndy Shevchenko	  This driver provides support for the Intel Virtual Button interface.
77045a3d578SAndy Shevchenko	  Some laptops require this driver for power button support.
77145a3d578SAndy Shevchenko
77245a3d578SAndy Shevchenko	  To compile this driver as a module, choose M here: the module will
77345a3d578SAndy Shevchenko	  be called intel_vbtn.
77445a3d578SAndy Shevchenko
77545a3d578SAndy Shevchenkoconfig MSI_LAPTOP
77645a3d578SAndy Shevchenko	tristate "MSI Laptop Extras"
77745a3d578SAndy Shevchenko	depends on ACPI
77814ca7a47SHans de Goede	depends on BACKLIGHT_CLASS_DEVICE
77945a3d578SAndy Shevchenko	depends on ACPI_VIDEO || ACPI_VIDEO = n
78045a3d578SAndy Shevchenko	depends on RFKILL
78145a3d578SAndy Shevchenko	depends on INPUT && SERIO_I8042
782642e0447SDmitry Torokhov	select INPUT_SPARSEKMAP
783a7f7f624SMasahiro Yamada	help
78445a3d578SAndy Shevchenko	  This is a driver for laptops built by MSI (MICRO-STAR
78545a3d578SAndy Shevchenko	  INTERNATIONAL):
78676593d6fSCorentin Chary
78745a3d578SAndy Shevchenko	  MSI MegaBook S270 (MS-1013)
78845a3d578SAndy Shevchenko	  Cytron/TCM/Medion/Tchibo MD96100/SAM2000
78941b16dceSLen Brown
79045a3d578SAndy Shevchenko	  It adds support for Bluetooth, WLAN and LCD brightness control.
79141b16dceSLen Brown
79245a3d578SAndy Shevchenko	  More information about this driver is available at
79345a3d578SAndy Shevchenko	  <http://0pointer.de/lennart/tchibo.html>.
794ee027e4aSYong Wang
79545a3d578SAndy Shevchenko	  If you have an MSI S270 laptop, say Y or M here.
796edb73f4fSMattias Jacobsson
797d12d8bafSThomas Renningerconfig MSI_WMI
798d12d8bafSThomas Renninger	tristate "MSI WMI extras"
799d12d8bafSThomas Renninger	depends on ACPI_WMI
800d12d8bafSThomas Renninger	depends on INPUT
801de078e57SAnisse Astier	depends on BACKLIGHT_CLASS_DEVICE
80214ca7a47SHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
803c30116c6SAnisse Astier	select INPUT_SPARSEKMAP
804d12d8bafSThomas Renninger	help
805d12d8bafSThomas Renninger	 Say Y here if you want to support WMI-based hotkeys on MSI laptops.
806d12d8bafSThomas Renninger
807d12d8bafSThomas Renninger	 To compile this driver as a module, choose M here: the module will
808d12d8bafSThomas Renninger	 be called msi-wmi.
809d12d8bafSThomas Renninger
81045a3d578SAndy Shevchenkoconfig XO15_EBOOK
81145a3d578SAndy Shevchenko	tristate "OLPC XO-1.5 ebook switch"
81245a3d578SAndy Shevchenko	depends on OLPC || COMPILE_TEST
81345a3d578SAndy Shevchenko	depends on ACPI && INPUT
814a7f7f624SMasahiro Yamada	help
81545a3d578SAndy Shevchenko	  Support for the ebook switch on the OLPC XO-1.5 laptop.
81613bb0fd5SHans de Goede
81745a3d578SAndy Shevchenko	  This switch is triggered as the screen is rotated and folded down to
81845a3d578SAndy Shevchenko	  convert the device into ebook form.
81945a3d578SAndy Shevchenko
82045a3d578SAndy Shevchenkoconfig XO1_RFKILL
82145a3d578SAndy Shevchenko	tristate "OLPC XO-1 software RF kill switch"
82245a3d578SAndy Shevchenko	depends on OLPC || COMPILE_TEST
82345a3d578SAndy Shevchenko	depends on RFKILL
824a7f7f624SMasahiro Yamada	help
82545a3d578SAndy Shevchenko	  Support for enabling/disabling the WLAN interface on the OLPC XO-1
82645a3d578SAndy Shevchenko	  laptop.
82745a3d578SAndy Shevchenko
82845a3d578SAndy Shevchenkoconfig PCENGINES_APU2
82945a3d578SAndy Shevchenko	tristate "PC Engines APUv2/3 front button and LEDs driver"
83045a3d578SAndy Shevchenko	depends on INPUT && INPUT_KEYBOARD && GPIOLIB
83145a3d578SAndy Shevchenko	depends on LEDS_CLASS
83245a3d578SAndy Shevchenko	select GPIO_AMD_FCH
83345a3d578SAndy Shevchenko	select KEYBOARD_GPIO_POLLED
83445a3d578SAndy Shevchenko	select LEDS_GPIO
83545a3d578SAndy Shevchenko	help
83645a3d578SAndy Shevchenko	  This driver provides support for the front button and LEDs on
83745a3d578SAndy Shevchenko	  PC Engines APUv2/APUv3 board.
83845a3d578SAndy Shevchenko
83945a3d578SAndy Shevchenko	  To compile this driver as a module, choose M here: the module
84045a3d578SAndy Shevchenko	  will be called pcengines-apuv2.
84145a3d578SAndy Shevchenko
84245a3d578SAndy Shevchenkoconfig SAMSUNG_LAPTOP
84345a3d578SAndy Shevchenko	tristate "Samsung Laptop driver"
84445a3d578SAndy Shevchenko	depends on RFKILL || RFKILL = n
84545a3d578SAndy Shevchenko	depends on ACPI_VIDEO || ACPI_VIDEO = n
84645a3d578SAndy Shevchenko	depends on BACKLIGHT_CLASS_DEVICE
847bf8f65daSGuillaume Douézan-Grard	select LEDS_CLASS
848bf8f65daSGuillaume Douézan-Grard	select NEW_LEDS
849a7f7f624SMasahiro Yamada	help
85045a3d578SAndy Shevchenko	  This module implements a driver for a wide range of different
85145a3d578SAndy Shevchenko	  Samsung laptops.  It offers control over the different
85245a3d578SAndy Shevchenko	  function keys, wireless LED, LCD backlight level.
8539caeb532SHerton Ronaldo Krzesinski
85445a3d578SAndy Shevchenko	  It may also provide some sysfs files described in
85545a3d578SAndy Shevchenko	  <file:Documentation/ABI/testing/sysfs-driver-samsung-laptop>
85645a3d578SAndy Shevchenko
85745a3d578SAndy Shevchenko	  To compile this driver as a module, choose M here: the module
85845a3d578SAndy Shevchenko	  will be called samsung-laptop.
85945a3d578SAndy Shevchenko
86045a3d578SAndy Shevchenkoconfig SAMSUNG_Q10
86145a3d578SAndy Shevchenko	tristate "Samsung Q10 Extras"
86245a3d578SAndy Shevchenko	depends on ACPI
86345a3d578SAndy Shevchenko	select BACKLIGHT_CLASS_DEVICE
864a7f7f624SMasahiro Yamada	help
86545a3d578SAndy Shevchenko	  This driver provides support for backlight control on Samsung Q10
86645a3d578SAndy Shevchenko	  and related laptops, including Dell Latitude X200.
8679caeb532SHerton Ronaldo Krzesinski
868b4f9fe12SLen Brownconfig ACPI_TOSHIBA
869b4f9fe12SLen Brown	tristate "Toshiba Laptop Extras"
870b4f9fe12SLen Brown	depends on ACPI
871f11f999eSSeth Forshee	depends on ACPI_WMI
8720c51a4d8SMark Brown	select LEDS_CLASS
8730c51a4d8SMark Brown	select NEW_LEDS
874c76a3e1dSJonathan Corbet	depends on BACKLIGHT_CLASS_DEVICE
875b4f9fe12SLen Brown	depends on INPUT
876283672e4SSeth Forshee	depends on SERIO_I8042 || SERIO_I8042 = n
877358d6a2cSHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
878dc4522beSAzael Avalos	depends on RFKILL || RFKILL = n
87998010f1eSAzael Avalos	depends on IIO
880384a7cd9SDmitry Torokhov	select INPUT_SPARSEKMAP
881a7f7f624SMasahiro Yamada	help
882b4f9fe12SLen Brown	  This driver adds support for access to certain system settings
883b4f9fe12SLen Brown	  on "legacy free" Toshiba laptops.  These laptops can be recognized by
884b4f9fe12SLen Brown	  their lack of a BIOS setup menu and APM support.
885b4f9fe12SLen Brown
886b4f9fe12SLen Brown	  On these machines, all system configuration is handled through the
887b4f9fe12SLen Brown	  ACPI.  This driver is required for access to controls not covered
888b4f9fe12SLen Brown	  by the general ACPI drivers, such as LCD brightness, video output,
889b4f9fe12SLen Brown	  etc.
890b4f9fe12SLen Brown
891b4f9fe12SLen Brown	  This driver differs from the non-ACPI Toshiba laptop driver (located
892b4f9fe12SLen Brown	  under "Processor type and features") in several aspects.
893b4f9fe12SLen Brown	  Configuration is accessed by reading and writing text files in the
894b4f9fe12SLen Brown	  /proc tree instead of by program interface to /dev.  Furthermore, no
895b4f9fe12SLen Brown	  power management functions are exposed, as those are handled by the
896b4f9fe12SLen Brown	  general ACPI drivers.
897b4f9fe12SLen Brown
898b4f9fe12SLen Brown	  More information about this driver is available at
899b4f9fe12SLen Brown	  <http://memebeam.org/toys/ToshibaAcpiDriver>.
900b4f9fe12SLen Brown
901b4f9fe12SLen Brown	  If you have a legacy free Toshiba laptop (such as the Libretto L1
902b4f9fe12SLen Brown	  series), say Y.
90342b4e9eeSJes Sorensen
90442b4e9eeSJes Sorensenconfig TOSHIBA_BT_RFKILL
90542b4e9eeSJes Sorensen	tristate "Toshiba Bluetooth RFKill switch support"
90642b4e9eeSJes Sorensen	depends on ACPI
9077ee8cd33SAzael Avalos	depends on RFKILL || RFKILL = n
908a7f7f624SMasahiro Yamada	help
90942b4e9eeSJes Sorensen	  This driver adds support for Bluetooth events for the RFKill
91042b4e9eeSJes Sorensen	  switch on modern Toshiba laptops with full ACPI support and
91142b4e9eeSJes Sorensen	  an RFKill switch.
91242b4e9eeSJes Sorensen
91342b4e9eeSJes Sorensen	  This driver handles RFKill events for the TOS6205 Bluetooth,
91442b4e9eeSJes Sorensen	  and re-enables it when the switch is set back to the 'on'
91542b4e9eeSJes Sorensen	  position.
91642b4e9eeSJes Sorensen
91742b4e9eeSJes Sorensen	  If you have a modern Toshiba laptop with a Bluetooth and an
91842b4e9eeSJes Sorensen	  RFKill switch (such as the Portege R500), say Y.
919529aa8cbSThadeu Lima de Souza Cascardo
920186e4e89SAzael Avalosconfig TOSHIBA_HAPS
921186e4e89SAzael Avalos	tristate "Toshiba HDD Active Protection Sensor"
922186e4e89SAzael Avalos	depends on ACPI
923a7f7f624SMasahiro Yamada	help
924186e4e89SAzael Avalos	  This driver adds support for the built-in accelerometer
925769a12a9SMasanari Iida	  found on recent Toshiba laptops equipped with HID TOS620A
926186e4e89SAzael Avalos	  device.
927186e4e89SAzael Avalos
928186e4e89SAzael Avalos	  This driver receives ACPI notify events 0x80 when the sensor
929186e4e89SAzael Avalos	  detects a sudden move or a harsh vibration, as well as an
930186e4e89SAzael Avalos	  ACPI notify event 0x81 whenever the movement or vibration has
931186e4e89SAzael Avalos	  been stabilized.
932186e4e89SAzael Avalos
933186e4e89SAzael Avalos	  Also provides sysfs entries to get/set the desired protection
934769a12a9SMasanari Iida	  level and resetting the HDD protection interface.
935186e4e89SAzael Avalos
936186e4e89SAzael Avalos	  If you have a recent Toshiba laptop with a built-in accelerometer
937186e4e89SAzael Avalos	  device, say Y.
938186e4e89SAzael Avalos
93914991fc7SAzael Avalosconfig TOSHIBA_WMI
94014991fc7SAzael Avalos	tristate "Toshiba WMI Hotkeys Driver (EXPERIMENTAL)"
94114991fc7SAzael Avalos	depends on ACPI_WMI
94214991fc7SAzael Avalos	depends on INPUT
94314991fc7SAzael Avalos	select INPUT_SPARSEKMAP
944a7f7f624SMasahiro Yamada	help
94514991fc7SAzael Avalos	  This driver adds hotkey monitoring support to some Toshiba models
94614991fc7SAzael Avalos	  that manage the hotkeys via WMI events.
94714991fc7SAzael Avalos
94814991fc7SAzael Avalos	  WARNING: This driver is incomplete as it lacks a proper keymap and the
94914991fc7SAzael Avalos	  *notify function only prints the ACPI event type value. Be warned that
95014991fc7SAzael Avalos	  you will need to provide some information if you have a Toshiba model
95183fc61a5SMasanari Iida	  with WMI event hotkeys and want to help with the development of this
95214991fc7SAzael Avalos	  driver.
95314991fc7SAzael Avalos
95414991fc7SAzael Avalos	  If you have a WMI-based hotkeys Toshiba laptop, say Y or M here.
95514991fc7SAzael Avalos
956529aa8cbSThadeu Lima de Souza Cascardoconfig ACPI_CMPC
957529aa8cbSThadeu Lima de Souza Cascardo	tristate "CMPC Laptop Extras"
9584f258cf4SRandy Dunlap	depends on ACPI && INPUT
959f35843edSThadeu Lima de Souza Cascardo	depends on RFKILL || RFKILL=n
960529aa8cbSThadeu Lima de Souza Cascardo	select BACKLIGHT_CLASS_DEVICE
961529aa8cbSThadeu Lima de Souza Cascardo	help
962529aa8cbSThadeu Lima de Souza Cascardo	  Support for Intel Classmate PC ACPI devices, including some
963529aa8cbSThadeu Lima de Souza Cascardo	  keys as input device, backlight device, tablet and accelerometer
964529aa8cbSThadeu Lima de Souza Cascardo	  devices.
965529aa8cbSThadeu Lima de Souza Cascardo
96645a3d578SAndy Shevchenkoconfig COMPAL_LAPTOP
96745a3d578SAndy Shevchenko	tristate "Compal (and others) Laptop Extras"
96845a3d578SAndy Shevchenko	depends on ACPI
96945a3d578SAndy Shevchenko	depends on BACKLIGHT_CLASS_DEVICE
97045a3d578SAndy Shevchenko	depends on ACPI_VIDEO || ACPI_VIDEO = n
97145a3d578SAndy Shevchenko	depends on RFKILL
97245a3d578SAndy Shevchenko	depends on HWMON
97345a3d578SAndy Shevchenko	depends on POWER_SUPPLY
974a7f7f624SMasahiro Yamada	help
97545a3d578SAndy Shevchenko	  This is a driver for laptops built by Compal, and some models by
97645a3d578SAndy Shevchenko	  other brands (e.g. Dell, Toshiba).
9771cd706dfSHans de Goede
97845a3d578SAndy Shevchenko	  It adds support for rfkill, Bluetooth, WLAN, LCD brightness, hwmon
97945a3d578SAndy Shevchenko	  and battery charging level control.
980d740795dSYauhen Kharuzhy
98145a3d578SAndy Shevchenkoconfig LG_LAPTOP
98245a3d578SAndy Shevchenko	tristate "LG Laptop Extras"
98345a3d578SAndy Shevchenko	depends on ACPI
98445a3d578SAndy Shevchenko	depends on ACPI_WMI
98545a3d578SAndy Shevchenko	depends on INPUT
98645a3d578SAndy Shevchenko	select INPUT_SPARSEKMAP
9878f0c01e6SNecip Fazil Yildiran	select NEW_LEDS
98845a3d578SAndy Shevchenko	select LEDS_CLASS
98945a3d578SAndy Shevchenko	help
99045a3d578SAndy Shevchenko	 This driver adds support for hotkeys as well as control of keyboard
99145a3d578SAndy Shevchenko	 backlight, battery maximum charge level and various other ACPI
99245a3d578SAndy Shevchenko	 features.
9931cd706dfSHans de Goede
99445a3d578SAndy Shevchenko	 If you have an LG Gram laptop, say Y or M here.
995d740795dSYauhen Kharuzhy
99645a3d578SAndy Shevchenkoconfig PANASONIC_LAPTOP
99745a3d578SAndy Shevchenko	tristate "Panasonic Laptop Extras"
99845a3d578SAndy Shevchenko	depends on INPUT && ACPI
99945a3d578SAndy Shevchenko	depends on BACKLIGHT_CLASS_DEVICE
100045a3d578SAndy Shevchenko	select INPUT_SPARSEKMAP
1001a7f7f624SMasahiro Yamada	help
100245a3d578SAndy Shevchenko	  This driver adds support for access to backlight control and hotkeys
100345a3d578SAndy Shevchenko	  on Panasonic Let's Note laptops.
100463dada87SHans de Goede
100545a3d578SAndy Shevchenko	  If you have a Panasonic Let's note laptop (such as the R1(N variant),
100645a3d578SAndy Shevchenko	  R2, R3, R5, T2, W2 and Y2 series), say Y.
100763dada87SHans de Goede
100845a3d578SAndy Shevchenkoconfig SONY_LAPTOP
100945a3d578SAndy Shevchenko	tristate "Sony Laptop Extras"
101045a3d578SAndy Shevchenko	depends on ACPI
101145a3d578SAndy Shevchenko	depends on ACPI_VIDEO || ACPI_VIDEO = n
101245a3d578SAndy Shevchenko	depends on BACKLIGHT_CLASS_DEVICE
101345a3d578SAndy Shevchenko	depends on INPUT
101445a3d578SAndy Shevchenko	depends on RFKILL
1015a7f7f624SMasahiro Yamada	help
101645a3d578SAndy Shevchenko	  This mini-driver drives the SNC and SPIC devices present in the ACPI
101745a3d578SAndy Shevchenko	  BIOS of the Sony Vaio laptops.
101863dada87SHans de Goede
101945a3d578SAndy Shevchenko	  It gives access to some extra laptop functionalities like Bluetooth,
102045a3d578SAndy Shevchenko	  screen brightness control, Fn keys and allows powering on/off some
102145a3d578SAndy Shevchenko	  devices.
102245a3d578SAndy Shevchenko
102345a3d578SAndy Shevchenko	  Read <file:Documentation/admin-guide/laptops/sony-laptop.rst> for more information.
102445a3d578SAndy Shevchenko
102545a3d578SAndy Shevchenkoconfig SONYPI_COMPAT
102645a3d578SAndy Shevchenko	bool "Sonypi compatibility"
102745a3d578SAndy Shevchenko	depends on SONY_LAPTOP
1028a7f7f624SMasahiro Yamada	help
102945a3d578SAndy Shevchenko	  Build the sonypi driver compatibility code into the sony-laptop driver.
103045a3d578SAndy Shevchenko
103145a3d578SAndy Shevchenkoconfig SYSTEM76_ACPI
103245a3d578SAndy Shevchenko	tristate "System76 ACPI Driver"
103345a3d578SAndy Shevchenko	depends on ACPI
103445a3d578SAndy Shevchenko	select NEW_LEDS
103545a3d578SAndy Shevchenko	select LEDS_CLASS
103645a3d578SAndy Shevchenko	select LEDS_TRIGGERS
103745a3d578SAndy Shevchenko	help
103845a3d578SAndy Shevchenko	  This is a driver for System76 laptops running open firmware. It adds
103945a3d578SAndy Shevchenko	  support for Fn-Fx key combinations, keyboard backlight, and airplane mode
104045a3d578SAndy Shevchenko	  LEDs.
104145a3d578SAndy Shevchenko
104245a3d578SAndy Shevchenko	  If you have a System76 laptop running open firmware, say Y or M here.
104345a3d578SAndy Shevchenko
104445a3d578SAndy Shevchenkoconfig TOPSTAR_LAPTOP
104545a3d578SAndy Shevchenko	tristate "Topstar Laptop Extras"
1046ecc83e52SAlex Hung	depends on ACPI
1047ecc83e52SAlex Hung	depends on INPUT
1048ecc83e52SAlex Hung	select INPUT_SPARSEKMAP
104945a3d578SAndy Shevchenko	select LEDS_CLASS
105045a3d578SAndy Shevchenko	select NEW_LEDS
1051a7f7f624SMasahiro Yamada	help
105245a3d578SAndy Shevchenko	  This driver adds support for hotkeys found on Topstar laptops.
10539a58a333SSreedhara DS
105445a3d578SAndy Shevchenko	  If you have a Topstar laptop, say Y or M here.
10555369c02dSSreedhara DS
105645a3d578SAndy Shevchenkoconfig I2C_MULTI_INSTANTIATE
105745a3d578SAndy Shevchenko	tristate "I2C multi instantiate pseudo device driver"
105845a3d578SAndy Shevchenko	depends on I2C && ACPI
10598eec8a11SHong Liu	help
106045a3d578SAndy Shevchenko	  Some ACPI-based systems list multiple i2c-devices in a single ACPI
106145a3d578SAndy Shevchenko	  firmware-node. This driver will instantiate separate i2c-clients
106245a3d578SAndy Shevchenko	  for each device in the firmware-node.
10638eec8a11SHong Liu
106445a3d578SAndy Shevchenko	  To compile this driver as a module, choose M here: the module
106545a3d578SAndy Shevchenko	  will be called i2c-multi-instantiate.
10668eec8a11SHong Liu
106745a3d578SAndy Shevchenkoconfig MLX_PLATFORM
106845a3d578SAndy Shevchenko	tristate "Mellanox Technologies platform support"
106945a3d578SAndy Shevchenko	depends on I2C && REGMAP
1070a7f7f624SMasahiro Yamada	help
107145a3d578SAndy Shevchenko	  This option enables system support for the Mellanox Technologies
107245a3d578SAndy Shevchenko	  platform. The Mellanox systems provide data center networking
107345a3d578SAndy Shevchenko	  solutions based on Virtual Protocol Interconnect (VPI) technology
107445a3d578SAndy Shevchenko	  enable seamless connectivity to 56/100Gb/s InfiniBand or 10/40/56GbE
107545a3d578SAndy Shevchenko	  connection.
107645a3d578SAndy Shevchenko
107745a3d578SAndy Shevchenko	  If you have a Mellanox system, say Y or M here.
107845a3d578SAndy Shevchenko
107945a3d578SAndy Shevchenkoconfig TOUCHSCREEN_DMI
108045a3d578SAndy Shevchenko	bool "DMI based touchscreen configuration info"
108145a3d578SAndy Shevchenko	depends on ACPI && DMI && I2C=y && TOUCHSCREEN_SILEAD
1082dba43fc4SLinus Torvalds	select EFI_EMBEDDED_FIRMWARE if EFI
1083a7f7f624SMasahiro Yamada	help
108445a3d578SAndy Shevchenko	  Certain ACPI based tablets with e.g. Silead or Chipone touchscreens
108545a3d578SAndy Shevchenko	  do not have enough data in ACPI tables for the touchscreen driver to
108645a3d578SAndy Shevchenko	  handle the touchscreen properly, as OEMs expect the data to be baked
108745a3d578SAndy Shevchenko	  into the tablet model specific version of the driver shipped with the
108845a3d578SAndy Shevchenko	  the OS-image for the device. This option supplies the missing info.
108945a3d578SAndy Shevchenko	  Enable this for x86 tablets with Silead or Chipone touchscreens.
1090aa7ffc01SJesse Barnes
109117b707feSMark Pearsonconfig FW_ATTR_CLASS
109217b707feSMark Pearson	tristate
109317b707feSMark Pearson	default n
109417b707feSMark Pearson
109528a375dfSBryan O'Donoghueconfig INTEL_IMR
109628a375dfSBryan O'Donoghue	bool "Intel Isolated Memory Region support"
109728a375dfSBryan O'Donoghue	depends on X86_INTEL_QUARK && IOSF_MBI
1098a7f7f624SMasahiro Yamada	help
109928a375dfSBryan O'Donoghue	  This option provides a means to manipulate Isolated Memory Regions.
110028a375dfSBryan O'Donoghue	  IMRs are a set of registers that define read and write access masks
110128a375dfSBryan O'Donoghue	  to prohibit certain system agents from accessing memory with 1 KiB
110228a375dfSBryan O'Donoghue	  granularity.
110328a375dfSBryan O'Donoghue
110428a375dfSBryan O'Donoghue	  IMRs make it possible to control read/write access to an address
110528a375dfSBryan O'Donoghue	  by hardware agents inside the SoC. Read and write masks can be
110628a375dfSBryan O'Donoghue	  defined for:
110728a375dfSBryan O'Donoghue		- eSRAM flush
110828a375dfSBryan O'Donoghue		- Dirty CPU snoop (write only)
110928a375dfSBryan O'Donoghue		- RMU access
111028a375dfSBryan O'Donoghue		- PCI Virtual Channel 0/Virtual Channel 1
111128a375dfSBryan O'Donoghue		- SMM mode
111228a375dfSBryan O'Donoghue		- Non SMM mode
111328a375dfSBryan O'Donoghue
111428a375dfSBryan O'Donoghue	  Quark contains a set of eight IMR registers and makes use of those
111528a375dfSBryan O'Donoghue	  registers during its bootup process.
111628a375dfSBryan O'Donoghue
111728a375dfSBryan O'Donoghue	  If you are running on a Galileo/Quark say Y here.
111828a375dfSBryan O'Donoghue
111945a3d578SAndy Shevchenkoconfig INTEL_IPS
112045a3d578SAndy Shevchenko	tristate "Intel Intelligent Power Sharing"
11217934d76cSSinan Kaya	depends on ACPI && PCI
1122a7f7f624SMasahiro Yamada	help
112345a3d578SAndy Shevchenko	  Intel Calpella platforms support dynamic power sharing between the
112445a3d578SAndy Shevchenko	  CPU and GPU, maximizing performance in a given TDP.  This driver,
112545a3d578SAndy Shevchenko	  along with the CPU frequency and i915 drivers, provides that
112645a3d578SAndy Shevchenko	  functionality.  If in doubt, say Y here; it will only load on
112745a3d578SAndy Shevchenko	  supported platforms.
1128917ee75aSSeth Forshee
112934a956dbSMatthew Garrettconfig INTEL_RST
113034a956dbSMatthew Garrett        tristate "Intel Rapid Start Technology Driver"
113134a956dbSMatthew Garrett	depends on ACPI
1132a7f7f624SMasahiro Yamada	help
11338d92e160SChristophe JAILLET	  This driver provides support for modifying parameters on systems
113434a956dbSMatthew Garrett	  equipped with Intel's Rapid Start Technology. When put in an ACPI
113534a956dbSMatthew Garrett	  sleep state, these devices will wake after either a configured
113634a956dbSMatthew Garrett	  timeout or when the system battery reaches a critical state,
113734a956dbSMatthew Garrett	  automatically copying memory contents to disk. On resume, the
113834a956dbSMatthew Garrett	  firmware will copy the memory contents back to RAM and resume the OS
113934a956dbSMatthew Garrett	  as usual.
114034a956dbSMatthew Garrett
11415c7f80f7SMatthew Garrettconfig INTEL_SMARTCONNECT
11425c7f80f7SMatthew Garrett        tristate "Intel Smart Connect disabling driver"
11435c7f80f7SMatthew Garrett	depends on ACPI
1144a7f7f624SMasahiro Yamada	help
11455c7f80f7SMatthew Garrett	  Intel Smart Connect is a technology intended to permit devices to
11465c7f80f7SMatthew Garrett	  update state by resuming for a short period of time at regular
11475c7f80f7SMatthew Garrett	  intervals. If a user enables this functionality under Windows and
11485c7f80f7SMatthew Garrett	  then reboots into Linux, the system may remain configured to resume
11495c7f80f7SMatthew Garrett	  on suspend. In the absence of any userspace to support it, the system
11505c7f80f7SMatthew Garrett	  will then remain awake until something triggers another suspend.
11515c7f80f7SMatthew Garrett
11525c7f80f7SMatthew Garrett	  This driver checks to determine whether the device has Intel Smart
11535c7f80f7SMatthew Garrett	  Connect enabled, and if so disables it.
11545c7f80f7SMatthew Garrett
115545a3d578SAndy Shevchenkosource "drivers/platform/x86/intel_speed_select_if/Kconfig"
11566613d18eSVadim Pasternak
11574ec567b8SSrinivas Pandruvadaconfig INTEL_TURBO_MAX_3
11584ec567b8SSrinivas Pandruvada	bool "Intel Turbo Boost Max Technology 3.0 enumeration driver"
11594ec567b8SSrinivas Pandruvada	depends on X86_64 && SCHED_MC_PRIO
1160a7f7f624SMasahiro Yamada	help
11614ec567b8SSrinivas Pandruvada	  This driver reads maximum performance ratio of each CPU and set up
11624ec567b8SSrinivas Pandruvada	  the scheduler priority metrics. In this way scheduler can prefer
11634ec567b8SSrinivas Pandruvada	  CPU with higher performance to schedule tasks.
11644ec567b8SSrinivas Pandruvada	  This driver is only required when the system is not using Hardware
11654ec567b8SSrinivas Pandruvada	  P-States (HWP). In HWP mode, priority can be read from ACPI tables.
11664ec567b8SSrinivas Pandruvada
116749a474c7SSrinivas Pandruvadaconfig INTEL_UNCORE_FREQ_CONTROL
116849a474c7SSrinivas Pandruvada	tristate "Intel Uncore frequency control driver"
116949a474c7SSrinivas Pandruvada	depends on X86_64
117049a474c7SSrinivas Pandruvada	help
117149a474c7SSrinivas Pandruvada	  This driver allows control of uncore frequency limits on
117249a474c7SSrinivas Pandruvada	  supported server platforms.
117349a474c7SSrinivas Pandruvada	  Uncore frequency controls RING/LLC (last-level cache) clocks.
117449a474c7SSrinivas Pandruvada
117549a474c7SSrinivas Pandruvada	  To compile this driver as a module, choose M here: the module
117649a474c7SSrinivas Pandruvada	  will be called intel-uncore-frequency.
117749a474c7SSrinivas Pandruvada
117845a3d578SAndy Shevchenkoconfig INTEL_BXTWC_PMIC_TMU
117945a3d578SAndy Shevchenko	tristate "Intel BXT Whiskey Cove TMU Driver"
118045a3d578SAndy Shevchenko	depends on REGMAP
118125f1ca31SMika Westerberg	depends on MFD_INTEL_PMC_BXT
118225f1ca31SMika Westerberg	depends on INTEL_SOC_PMIC_BXTWC
1183a7f7f624SMasahiro Yamada	help
118445a3d578SAndy Shevchenko	  Select this driver to use Intel BXT Whiskey Cove PMIC TMU feature.
118545a3d578SAndy Shevchenko	  This driver enables the alarm wakeup functionality in the TMU unit
118645a3d578SAndy Shevchenko	  of Whiskey Cove PMIC.
118735f2c14dSSrinivas Pandruvada
118845a3d578SAndy Shevchenkoconfig INTEL_CHTDC_TI_PWRBTN
118945a3d578SAndy Shevchenko	tristate "Intel Cherry Trail Dollar Cove TI power button driver"
119045a3d578SAndy Shevchenko	depends on INTEL_SOC_PMIC_CHTDC_TI
119145a3d578SAndy Shevchenko	depends on INPUT
1192a7f7f624SMasahiro Yamada	help
119345a3d578SAndy Shevchenko	  This option adds a power button driver driver for Dollar Cove TI
119445a3d578SAndy Shevchenko	  PMIC on Intel Cherry Trail devices.
119545a3d578SAndy Shevchenko
119645a3d578SAndy Shevchenko	  To compile this driver as a module, choose M here: the module
119745a3d578SAndy Shevchenko	  will be called intel_chtdc_ti_pwrbtn.
119845a3d578SAndy Shevchenko
119945a3d578SAndy Shevchenkoconfig INTEL_MRFLD_PWRBTN
120045a3d578SAndy Shevchenko	tristate "Intel Merrifield Basin Cove power button driver"
120145a3d578SAndy Shevchenko	depends on INTEL_SOC_PMIC_MRFLD
120245a3d578SAndy Shevchenko	depends on INPUT
1203a7f7f624SMasahiro Yamada	help
120445a3d578SAndy Shevchenko	  This option adds a power button driver for Basin Cove PMIC
120545a3d578SAndy Shevchenko	  on Intel Merrifield devices.
120645a3d578SAndy Shevchenko
120745a3d578SAndy Shevchenko	  To compile this driver as a module, choose M here: the module
120845a3d578SAndy Shevchenko	  will be called intel_mrfld_pwrbtn.
120945a3d578SAndy Shevchenko
121045a3d578SAndy Shevchenkoconfig INTEL_PMC_CORE
121145a3d578SAndy Shevchenko	tristate "Intel PMC Core driver"
121245a3d578SAndy Shevchenko	depends on PCI
1213f75bf693SArnd Bergmann	depends on ACPI
1214a7f7f624SMasahiro Yamada	help
121545a3d578SAndy Shevchenko	  The Intel Platform Controller Hub for Intel Core SoCs provides access
1216a01be40cSDavid E. Box	  to Power Management Controller registers via various interfaces. This
121745a3d578SAndy Shevchenko	  driver can utilize debugging capabilities and supported features as
1218a01be40cSDavid E. Box	  exposed by the Power Management Controller. It also may perform some
1219a01be40cSDavid E. Box	  tasks in the PMC in order to enable transition into the SLPS0 state.
1220a01be40cSDavid E. Box	  It should be selected on all Intel platforms supported by the driver.
122145a3d578SAndy Shevchenko
122245a3d578SAndy Shevchenko	  Supported features:
122345a3d578SAndy Shevchenko		- SLP_S0_RESIDENCY counter
122445a3d578SAndy Shevchenko		- PCH IP Power Gating status
1225a01be40cSDavid E. Box		- LTR Ignore / LTR Show
122645a3d578SAndy Shevchenko		- MPHY/PLL gating status (Sunrisepoint PCH only)
1227a01be40cSDavid E. Box		- SLPS0 Debug registers (Cannonlake/Icelake PCH)
1228a01be40cSDavid E. Box		- Low Power Mode registers (Tigerlake and beyond)
1229a01be40cSDavid E. Box		- PMC quirks as needed to enable SLPS0/S0ix
123045a3d578SAndy Shevchenko
1231e2729113SAlexander Duyckconfig INTEL_PMT_CLASS
123235d8a973SDavid E. Box	tristate
1233e2729113SAlexander Duyck	help
1234e2729113SAlexander Duyck	  The Intel Platform Monitoring Technology (PMT) class driver provides
1235b81c6ce9SPetr Vaněk	  the basic sysfs interface and file hierarchy used by PMT devices.
1236e2729113SAlexander Duyck
1237e2729113SAlexander Duyck	  For more information, see:
1238e2729113SAlexander Duyck	  <file:Documentation/ABI/testing/sysfs-class-intel_pmt>
1239e2729113SAlexander Duyck
1240e2729113SAlexander Duyck	  To compile this driver as a module, choose M here: the module
1241e2729113SAlexander Duyck	  will be called intel_pmt_class.
1242e2729113SAlexander Duyck
124368fe8e6eSAlexander Duyckconfig INTEL_PMT_TELEMETRY
124468fe8e6eSAlexander Duyck	tristate "Intel Platform Monitoring Technology (PMT) Telemetry driver"
1245f3f6da50SDavid E. Box	depends on MFD_INTEL_PMT
124668fe8e6eSAlexander Duyck	select INTEL_PMT_CLASS
124768fe8e6eSAlexander Duyck	help
124868fe8e6eSAlexander Duyck	  The Intel Platform Monitory Technology (PMT) Telemetry driver provides
124968fe8e6eSAlexander Duyck	  access to hardware telemetry metrics on devices that support the
125068fe8e6eSAlexander Duyck	  feature.
125168fe8e6eSAlexander Duyck
125268fe8e6eSAlexander Duyck	  To compile this driver as a module, choose M here: the module
125368fe8e6eSAlexander Duyck	  will be called intel_pmt_telemetry.
125468fe8e6eSAlexander Duyck
12555ef9998cSAlexander Duyckconfig INTEL_PMT_CRASHLOG
12565ef9998cSAlexander Duyck	tristate "Intel Platform Monitoring Technology (PMT) Crashlog driver"
1257fdd3feb3SDavid E. Box	depends on MFD_INTEL_PMT
12585ef9998cSAlexander Duyck	select INTEL_PMT_CLASS
12595ef9998cSAlexander Duyck	help
12605ef9998cSAlexander Duyck	  The Intel Platform Monitoring Technology (PMT) crashlog driver provides
12615ef9998cSAlexander Duyck	  access to hardware crashlog capabilities on devices that support the
12625ef9998cSAlexander Duyck	  feature.
12635ef9998cSAlexander Duyck
12645ef9998cSAlexander Duyck	  To compile this driver as a module, choose M here: the module
12655ef9998cSAlexander Duyck	  will be called intel_pmt_crashlog.
12665ef9998cSAlexander Duyck
126745a3d578SAndy Shevchenkoconfig INTEL_PUNIT_IPC
126845a3d578SAndy Shevchenko	tristate "Intel P-Unit IPC Driver"
1269a7f7f624SMasahiro Yamada	help
127045a3d578SAndy Shevchenko	  This driver provides support for Intel P-Unit Mailbox IPC mechanism,
127145a3d578SAndy Shevchenko	  which is used to bridge the communications between kernel and P-Unit.
127245a3d578SAndy Shevchenko
127345a3d578SAndy Shevchenkoconfig INTEL_SCU_IPC
127454b34aa0SMika Westerberg	bool
127554b34aa0SMika Westerberg
127654b34aa0SMika Westerbergconfig INTEL_SCU
127754b34aa0SMika Westerberg	bool
127854b34aa0SMika Westerberg	select INTEL_SCU_IPC
127954b34aa0SMika Westerberg
128054b34aa0SMika Westerbergconfig INTEL_SCU_PCI
128154b34aa0SMika Westerberg	bool "Intel SCU PCI driver"
1282b8da68f4SMika Westerberg	depends on PCI
128354b34aa0SMika Westerberg	select INTEL_SCU
128454b34aa0SMika Westerberg	help
128554b34aa0SMika Westerberg	  This driver is used to bridge the communications between kernel
128654b34aa0SMika Westerberg	  and SCU on some embedded Intel x86 platforms. It also creates
1287b8da68f4SMika Westerberg	  devices that are connected to the SoC through the SCU.
1288b8da68f4SMika Westerberg	  Platforms supported:
1289b8da68f4SMika Westerberg	    Medfield
1290b8da68f4SMika Westerberg	    Clovertrail
1291b8da68f4SMika Westerberg	    Merrifield
1292b8da68f4SMika Westerberg	    Broxton
1293b8da68f4SMika Westerberg	    Apollo Lake
129445a3d578SAndy Shevchenko
12957a61f05eSMika Westerbergconfig INTEL_SCU_PLATFORM
12967a61f05eSMika Westerberg	tristate "Intel SCU platform driver"
12977a61f05eSMika Westerberg	depends on ACPI
12987a61f05eSMika Westerberg	select INTEL_SCU
12997a61f05eSMika Westerberg	help
13007a61f05eSMika Westerberg	  This driver is used to bridge the communications between kernel
13017a61f05eSMika Westerberg	  and SCU (sometimes called PMC as well). The driver currently
13027a61f05eSMika Westerberg	  supports Intel Elkhart Lake and compatible platforms.
13037a61f05eSMika Westerberg
130418365d68SAndy Shevchenkoconfig INTEL_SCU_WDT
130518365d68SAndy Shevchenko	bool
130618365d68SAndy Shevchenko	default INTEL_SCU_PCI
130718365d68SAndy Shevchenko	depends on INTEL_MID_WATCHDOG
130818365d68SAndy Shevchenko	help
130918365d68SAndy Shevchenko	  This is a specific platform code to instantiate watchdog device
131018365d68SAndy Shevchenko	  on ACPI-based Intel MID platforms.
131118365d68SAndy Shevchenko
131245a3d578SAndy Shevchenkoconfig INTEL_SCU_IPC_UTIL
131345a3d578SAndy Shevchenko	tristate "Intel SCU IPC utility driver"
131454b34aa0SMika Westerberg	depends on INTEL_SCU
1315a7f7f624SMasahiro Yamada	help
131645a3d578SAndy Shevchenko	  The IPC Util driver provides an interface with the SCU enabling
131745a3d578SAndy Shevchenko	  low level access for debug work and updating the firmware. Say
131845a3d578SAndy Shevchenko	  N unless you will be doing this on an Intel MID platform.
131945a3d578SAndy Shevchenko
132045a3d578SAndy Shevchenkoconfig INTEL_TELEMETRY
132145a3d578SAndy Shevchenko	tristate "Intel SoC Telemetry Driver"
132225f1ca31SMika Westerberg	depends on X86_64
132325f1ca31SMika Westerberg	depends on MFD_INTEL_PMC_BXT
132425f1ca31SMika Westerberg	depends on INTEL_PUNIT_IPC
1325a7f7f624SMasahiro Yamada	help
132645a3d578SAndy Shevchenko	  This driver provides interfaces to configure and use
132745a3d578SAndy Shevchenko	  telemetry for INTEL SoC from APL onwards. It is also
132845a3d578SAndy Shevchenko	  used to get various SoC events and parameters
132945a3d578SAndy Shevchenko	  directly via debugfs files. Various tools may use
133045a3d578SAndy Shevchenko	  this interface for SoC state monitoring.
1331fd13c862SJeremy Soller
133241b16dceSLen Brownendif # X86_PLATFORM_DEVICES
133380a7581fSIrina Tirdea
133480a7581fSIrina Tirdeaconfig PMC_ATOM
133580a7581fSIrina Tirdea       def_bool y
133680a7581fSIrina Tirdea       depends on PCI
1337282a4e4cSIrina Tirdea       select COMMON_CLK
1338