diff options
Diffstat (limited to 'board/sandpoint')
-rw-r--r-- | board/sandpoint/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/board/sandpoint/Kconfig b/board/sandpoint/Kconfig new file mode 100644 index 0000000..3cc99de --- /dev/null +++ b/board/sandpoint/Kconfig @@ -0,0 +1,23 @@ +if TARGET_SANDPOINT8240 + +config SYS_BOARD + string + default "sandpoint" + +config SYS_CONFIG_NAME + string + default "Sandpoint8240" + +endif + +if TARGET_SANDPOINT8245 + +config SYS_BOARD + string + default "sandpoint" + +config SYS_CONFIG_NAME + string + default "Sandpoint8245" + +endif |