diff options
Diffstat (limited to 'board/phytec/pcm051')
-rw-r--r-- | board/phytec/pcm051/Kconfig | 23 | ||||
-rw-r--r-- | board/phytec/pcm051/MAINTAINERS | 7 |
2 files changed, 30 insertions, 0 deletions
diff --git a/board/phytec/pcm051/Kconfig b/board/phytec/pcm051/Kconfig new file mode 100644 index 0000000..e710445 --- /dev/null +++ b/board/phytec/pcm051/Kconfig @@ -0,0 +1,23 @@ +if TARGET_PCM051 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "pcm051" + +config SYS_VENDOR + string + default "phytec" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "pcm051" + +endif diff --git a/board/phytec/pcm051/MAINTAINERS b/board/phytec/pcm051/MAINTAINERS new file mode 100644 index 0000000..18ea636 --- /dev/null +++ b/board/phytec/pcm051/MAINTAINERS @@ -0,0 +1,7 @@ +PCM051 BOARD +M: Lars Poeschel <poeschel@lemonage.de> +S: Maintained +F: board/phytec/pcm051/ +F: include/configs/pcm051.h +F: configs/pcm051_rev1_defconfig +F: configs/pcm051_rev3_defconfig |