summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-11-19 18:45:11 -0500
committerTom Rini <[email protected]>2022-12-05 16:06:43 -0500
commit060613f119837fafc7c90a5dcc1aa1bf81ff319b (patch)
treef919a451426a12334215b7c307193e39a6e9002c /drivers
parent345c09de5e7ca2c015faaf58c1e6c6b15883a63b (diff)
Convert CONFIG_FSL_IIM to Kconfig
This converts the following to Kconfig: CONFIG_FSL_IIM Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/misc/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index a6da6e215de..fb3bbb3b919 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -267,6 +267,10 @@ config DS4510
and a configurable timer for the supervisor function. The device is
connected over I2C.
+config FSL_IIM
+ bool "Enable FSL IC Identification Module (IIM) driver"
+ depends on ARCH_MX31 || ARCH_MX5
+
config FSL_SEC_MON
bool "Enable FSL SEC_MON Driver"
help