diff options
Diffstat (limited to 'board/prodrive')
-rw-r--r-- | board/prodrive/alpr/Kconfig | 15 | ||||
-rw-r--r-- | board/prodrive/p3mx/Kconfig | 15 | ||||
-rw-r--r-- | board/prodrive/p3p440/Kconfig | 15 |
3 files changed, 45 insertions, 0 deletions
diff --git a/board/prodrive/alpr/Kconfig b/board/prodrive/alpr/Kconfig new file mode 100644 index 00000000000..6e99fc7a689 --- /dev/null +++ b/board/prodrive/alpr/Kconfig @@ -0,0 +1,15 @@ +if TARGET_ALPR + +config SYS_BOARD + string + default "alpr" + +config SYS_VENDOR + string + default "prodrive" + +config SYS_CONFIG_NAME + string + default "alpr" + +endif diff --git a/board/prodrive/p3mx/Kconfig b/board/prodrive/p3mx/Kconfig new file mode 100644 index 00000000000..89dcba05564 --- /dev/null +++ b/board/prodrive/p3mx/Kconfig @@ -0,0 +1,15 @@ +if TARGET_P3MX + +config SYS_BOARD + string + default "p3mx" + +config SYS_VENDOR + string + default "prodrive" + +config SYS_CONFIG_NAME + string + default "p3mx" + +endif diff --git a/board/prodrive/p3p440/Kconfig b/board/prodrive/p3p440/Kconfig new file mode 100644 index 00000000000..a0eabe1c8d3 --- /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 |