diff options
Diffstat (limited to 'board/phytec/pcm052/Kconfig')
-rw-r--r-- | board/phytec/pcm052/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/board/phytec/pcm052/Kconfig b/board/phytec/pcm052/Kconfig new file mode 100644 index 0000000000..d67a69a747 --- /dev/null +++ b/board/phytec/pcm052/Kconfig @@ -0,0 +1,15 @@ +if TARGET_PCM052 + +config SYS_BOARD + default "pcm052" + +config SYS_VENDOR + default "phytec" + +config SYS_SOC + default "vf610" + +config SYS_CONFIG_NAME + default "pcm052" + +endif |