141845541SPeng Fan# SPDX-License-Identifier: GPL-2.0-only 241845541SPeng Fanmenu "ARM SCMI NXP i.MX Vendor Protocols" 341845541SPeng Fan 441845541SPeng Fanconfig IMX_SCMI_BBM_EXT 541845541SPeng Fan tristate "i.MX SCMI BBM EXTENSION" 641845541SPeng Fan depends on ARM_SCMI_PROTOCOL || (COMPILE_TEST && OF) 741845541SPeng Fan default y if ARCH_MXC 841845541SPeng Fan help 941845541SPeng Fan This enables i.MX System BBM control logic which supports RTC 1041845541SPeng Fan and BUTTON. 1141845541SPeng Fan 1241845541SPeng Fan To compile this driver as a module, choose M here: the 1341845541SPeng Fan module will be called imx-sm-bbm. 1441845541SPeng Fan 1561c9f03eSPeng Fanconfig IMX_SCMI_MISC_EXT 1661c9f03eSPeng Fan tristate "i.MX SCMI MISC EXTENSION" 1761c9f03eSPeng Fan depends on ARM_SCMI_PROTOCOL || (COMPILE_TEST && OF) 18*514b2262SArnd Bergmann depends on IMX_SCMI_MISC_DRV 1961c9f03eSPeng Fan default y if ARCH_MXC 2061c9f03eSPeng Fan help 2161c9f03eSPeng Fan This enables i.MX System MISC control logic such as gpio expander 2261c9f03eSPeng Fan wakeup 2361c9f03eSPeng Fan 2461c9f03eSPeng Fan To compile this driver as a module, choose M here: the 2561c9f03eSPeng Fan module will be called imx-sm-misc. 2641845541SPeng Fanendmenu 27