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 default y if ARCH_MXC 19 help 20 This enables i.MX System MISC control logic such as gpio expander 21 wakeup 22 23 To compile this driver as a module, choose M here: the 24 module will be called imx-sm-misc. 25endmenu 26