diff options
author | Felix Brack | 2018-01-23 18:27:22 +0100 |
---|---|---|
committer | Tom Rini | 2018-01-28 12:27:32 -0500 |
commit | 85ab0452fefc8c48b0b4f35200cb2590b4693ab3 (patch) | |
tree | 9909a4d64d186b480669625d9914af1749efa917 /arch/arm/mach-omap2 | |
parent | c8a73a26d6dd9b7d489e66529fe1412425d8f2d1 (diff) |
arm: add support for PDU001
This patch adds support for the PDU001 board.
Signed-off-by: Felix Brack <fb@ltec.ch>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/am33xx/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/am33xx/Kconfig b/arch/arm/mach-omap2/am33xx/Kconfig index 7260d278775..9a9ccd7b0b8 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 |