mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/3] ARM: imx: kindle: select ARM_LINUX
@ 2017-07-20 10:10 Lucas Stach
  2017-07-20 10:10 ` [PATCH 2/3] ARM: imx: hab: depend on OFDEVICE Lucas Stach
  2017-07-20 10:10 ` [PATCH 3/3] ARM: at91: animeo: depend on !CONSOLE_NONE Lucas Stach
  0 siblings, 2 replies; 3+ messages in thread
From: Lucas Stach @ 2017-07-20 10:10 UTC (permalink / raw)
  To: barebox

The already selected ARM_BOARD_APPEND_ATAG depends on it.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 arch/arm/mach-imx/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index e55d47c6112d..1c9e33ffe58a 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -221,6 +221,7 @@ config MACH_KINDLE_MX50
 	select I2C_IMX
 	select MFD_MC13XXX
 	select ARM_BOARD_APPEND_ATAG
+	select ARM_LINUX
 	help
 	  Say Y here if you are using the fourth or fifth generation Amazon
 	  Kindle Model No. D01100 (Kindle Wi-Fi), D01200 (Kindle Touch) or
-- 
2.11.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 2/3] ARM: imx: hab: depend on OFDEVICE
  2017-07-20 10:10 [PATCH 1/3] ARM: imx: kindle: select ARM_LINUX Lucas Stach
@ 2017-07-20 10:10 ` Lucas Stach
  2017-07-20 10:10 ` [PATCH 3/3] ARM: at91: animeo: depend on !CONSOLE_NONE Lucas Stach
  1 sibling, 0 replies; 3+ messages in thread
From: Lucas Stach @ 2017-07-20 10:10 UTC (permalink / raw)
  To: barebox

The selected OCOTP driver requires OFDEVICE support.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 arch/arm/mach-imx/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 1c9e33ffe58a..321f5696c184 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -734,6 +734,7 @@ config HABV4
 	select HAB
 	select IMX_OCOTP
 	depends on ARCH_IMX6
+	depends on OFDEVICE
 	help
 	  High Assurance Boot, as found on i.MX28/i.MX6.
 
-- 
2.11.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 3/3] ARM: at91: animeo: depend on !CONSOLE_NONE
  2017-07-20 10:10 [PATCH 1/3] ARM: imx: kindle: select ARM_LINUX Lucas Stach
  2017-07-20 10:10 ` [PATCH 2/3] ARM: imx: hab: depend on OFDEVICE Lucas Stach
@ 2017-07-20 10:10 ` Lucas Stach
  1 sibling, 0 replies; 3+ messages in thread
From: Lucas Stach @ 2017-07-20 10:10 UTC (permalink / raw)
  To: barebox

The board file configures the consoles, so need console support.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 arch/arm/mach-at91/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 9db53b2261db..3b572ebdfe61 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -256,6 +256,7 @@ choice
 
 config MACH_ANIMEO_IP
 	bool "Somfy Animeo IP"
+	depends on !CONSOLE_NONE
 
 config MACH_AT91SAM9260EK
 	bool "Atmel AT91SAM9260-EK"
-- 
2.11.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-07-20 10:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-20 10:10 [PATCH 1/3] ARM: imx: kindle: select ARM_LINUX Lucas Stach
2017-07-20 10:10 ` [PATCH 2/3] ARM: imx: hab: depend on OFDEVICE Lucas Stach
2017-07-20 10:10 ` [PATCH 3/3] ARM: at91: animeo: depend on !CONSOLE_NONE Lucas Stach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox