mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Eugen Wiens <eugen.wiens@jumo.net>
To: barebox@lists.infradead.org
Cc: Eugen Wiens <eugen.wiens@jumo.net>
Subject: [PATCH 1/1] imx_thermal: Fixed missing dependency for the IMX_THERMAL config
Date: Tue, 17 Jul 2018 09:37:09 +0200	[thread overview]
Message-ID: <20180717073709.15855-1-eugen.wiens@jumo.net> (raw)

The temperature sensor driver for Freescale i.MX SoCs use internaly the OCOTP character device. If the config IMX_THERMAL is selected the OCOTP config was not selected and comes up with an error during booting.

Signed-off-by: Eugen Wiens <eugen.wiens@jumo.net>
---
 drivers/aiodev/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/aiodev/Kconfig b/drivers/aiodev/Kconfig
index 8bad94692..7fcc8c509 100644
--- a/drivers/aiodev/Kconfig
+++ b/drivers/aiodev/Kconfig
@@ -10,6 +10,8 @@ config IMX_THERMAL
        tristate "Temperature sensor driver for Freescale i.MX SoCs"
        depends on ARCH_IMX6
        select MFD_SYSCON
+       select NVMEM
+       select IMX_OCOTP
        help
          Support for Temperature Monitor (TEMPMON) found on Freescale
          i.MX SoCs.
-- 
2.18.0

Diese E-Mail kann vertrauliche und/oder rechtlich geschützte Informationen beinhalten und ist ausschließlich für die im Verteiler genannten Personen bestimmt. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht gestattet. Bitte benachrichtigen Sie uns gegebenenfalls telefonisch oder mit Antwort-Mail, falls Sie nicht der richtige Adressat dieser E-Mail sind. Bitte löschen Sie diese Nachricht und alle Anhänge dazu unverzüglich. Falls nicht ausdrücklich vermerkt, ist diese E-Mail keine rechtlich bindende Vereinbarung. 

Kommanditgesellschaft: JUMO GmbH & Co. KG, Sitz: 36039 Fulda, Amtsgericht Fulda HRA 302, Persönlich haftende Gesellschafterin: M. K. JUCHHEIM GmbH, Sitz: 36039 Fulda, Amtsgericht Fulda HRB 17, Geschäftsführer: Dipl.-Ing. Bernhard Juchheim, Dipl.-Kfm. Michael Juchheim 
Ust.-Id.-Nr.: DE 112411234 
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

             reply	other threads:[~2018-07-17  7:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-17  7:37 Eugen Wiens [this message]
2018-08-06 13:40 ` Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180717073709.15855-1-eugen.wiens@jumo.net \
    --to=eugen.wiens@jumo.net \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox