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