diff options
Diffstat (limited to 'board/prodrive/p3p440/Kconfig')
-rw-r--r-- | board/prodrive/p3p440/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/board/prodrive/p3p440/Kconfig b/board/prodrive/p3p440/Kconfig new file mode 100644 index 0000000..a0eabe1 --- /dev/null +++ b/board/prodrive/p3p440/Kconfig @@ -0,0 +1,15 @@ +if TARGET_P3P440 + +config SYS_BOARD + string + default "p3p440" + +config SYS_VENDOR + string + default "prodrive" + +config SYS_CONFIG_NAME + string + default "p3p440" + +endif |