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