From: Lothar Waßmann Date: Fri, 12 Jun 2015 08:47:19 +0000 (+0200) Subject: kconfig: add Kconfig options for MXS and MXC OCOTP drivers X-Git-Tag: KARO-TXA5-2015-06-26~32 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9b0d3ab30ee833be9df098e0de9e4251042691d6;p=karo-tx-uboot.git kconfig: add Kconfig options for MXS and MXC OCOTP drivers --- 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