Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / firmware / arm_scmi / vendors / imx / Kconfig
blob2883ed24a84d6552a329ed928c997841b55e2223
1 # SPDX-License-Identifier: GPL-2.0-only
2 menu "ARM SCMI NXP i.MX Vendor Protocols"
4 config 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.
12           To compile this driver as a module, choose M here: the
13           module will be called imx-sm-bbm.
15 config 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
23           To compile this driver as a module, choose M here: the
24           module will be called imx-sm-misc.
25 endmenu