From 85ab0452fefc8c48b0b4f35200cb2590b4693ab3 Mon Sep 17 00:00:00 2001 From: Felix Brack Date: Tue, 23 Jan 2018 18:27:22 +0100 Subject: arm: add support for PDU001 This patch adds support for the PDU001 board. Signed-off-by: Felix Brack Reviewed-by: Tom Rini --- arch/arm/mach-omap2/am33xx/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'arch/arm/mach-omap2/am33xx/Kconfig') diff --git a/arch/arm/mach-omap2/am33xx/Kconfig b/arch/arm/mach-omap2/am33xx/Kconfig index 7260d27877..9a9ccd7b0b 100644 --- a/arch/arm/mach-omap2/am33xx/Kconfig +++ b/arch/arm/mach-omap2/am33xx/Kconfig @@ -185,6 +185,15 @@ config TARGET_THUBAN select DM_SERIAL select DM_GPIO +config TARGET_PDU001 + bool "Support PDU001" + select DM + select DM_SERIAL + help + Support for PDU001 platform developed by EETS GmbH. + The PDU001 is a processor and display unit developed around + the Computing-Module m2 from bytes at work AG. + endchoice endif -- cgit