brintos

brintos / linux-shallow public Read only

0
0
Text · 732 B · 2883ed2 Raw
26 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2menu "ARM SCMI NXP i.MX Vendor Protocols"3 4config IMX_SCMI_BBM_EXT5	tristate "i.MX SCMI BBM EXTENSION"6	depends on ARM_SCMI_PROTOCOL || (COMPILE_TEST && OF)7	default y if ARCH_MXC8	help9	  This enables i.MX System BBM control logic which supports RTC10	  and BUTTON.11 12	  To compile this driver as a module, choose M here: the13	  module will be called imx-sm-bbm.14 15config IMX_SCMI_MISC_EXT16	tristate "i.MX SCMI MISC EXTENSION"17	depends on ARM_SCMI_PROTOCOL || (COMPILE_TEST && OF)18	default y if ARCH_MXC19	help20	  This enables i.MX System MISC control logic such as gpio expander21	  wakeup22 23	  To compile this driver as a module, choose M here: the24	  module will be called imx-sm-misc.25endmenu26