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