diff options
Diffstat (limited to 'board/ttcontrol/vision2/Kconfig')
-rw-r--r-- | board/ttcontrol/vision2/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/board/ttcontrol/vision2/Kconfig b/board/ttcontrol/vision2/Kconfig new file mode 100644 index 0000000..3b18bea --- /dev/null +++ b/board/ttcontrol/vision2/Kconfig @@ -0,0 +1,23 @@ +if TARGET_VISION2 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "vision2" + +config SYS_VENDOR + string + default "ttcontrol" + +config SYS_SOC + string + default "mx5" + +config SYS_CONFIG_NAME + string + default "vision2" + +endif |