1# SPDX-License-Identifier: GPL-2.0-only 2menu "ARM SCMI NXP i.MX Vendor Protocols" 3 4config IMX_SCMI_BBM_EXT 5 tristate "i.MX SCMI BBM EXTENSION" 6 depends on ARM_SCMI_PROTOCOL || (COMPILE_TEST && OF) 7 default y if ARCH_MXC 8 help 9 This enables i.MX System BBM control logic which supports RTC 10 and BUTTON. 11 12 To compile this driver as a module, choose M here: the 13 module will be called imx-sm-bbm. 14 15config IMX_SCMI_MISC_EXT 16 tristate "i.MX SCMI MISC EXTENSION" 17 depends on ARM_SCMI_PROTOCOL || (COMPILE_TEST && OF) 18 depends on IMX_SCMI_MISC_DRV 19 default y if ARCH_MXC 20 help 21 This enables i.MX System MISC control logic such as gpio expander 22 wakeup 23 24 To compile this driver as a module, choose M here: the 25 module will be called imx-sm-misc. 26endmenu 27