From 9b0d3ab30ee833be9df098e0de9e4251042691d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Fri, 12 Jun 2015 10:47:19 +0200 Subject: [PATCH] kconfig: add Kconfig options for MXS and MXC OCOTP drivers --- drivers/misc/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index e69de29bb2..a16a268a58 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -0,0 +1,7 @@ +config MXC_OCOTP + bool "Freescale OCOTP support" + depends on MX5 || MX6 + +config MXS_OCOTP + bool "Freescale OCOTP support" + depends on MX23 || MX28 -- 2.39.2