diff options
Diffstat (limited to 'board/technexion')
-rw-r--r-- | board/technexion/tao3530/Kconfig | 23 | ||||
-rw-r--r-- | board/technexion/twister/Kconfig | 23 |
2 files changed, 46 insertions, 0 deletions
diff --git a/board/technexion/tao3530/Kconfig b/board/technexion/tao3530/Kconfig new file mode 100644 index 0000000000..06e56a4f8f --- /dev/null +++ b/board/technexion/tao3530/Kconfig @@ -0,0 +1,23 @@ +if TARGET_TAO3530 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "tao3530" + +config SYS_VENDOR + string + default "technexion" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "tao3530" + +endif diff --git a/board/technexion/twister/Kconfig b/board/technexion/twister/Kconfig new file mode 100644 index 0000000000..1790f6d250 --- /dev/null +++ b/board/technexion/twister/Kconfig @@ -0,0 +1,23 @@ +if TARGET_TWISTER + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "twister" + +config SYS_VENDOR + string + default "technexion" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "twister" + +endif |