diff options
Diffstat (limited to 'board/ti')
-rw-r--r-- | board/ti/am335x/Kconfig | 23 | ||||
-rw-r--r-- | board/ti/am3517crane/Kconfig | 23 | ||||
-rw-r--r-- | board/ti/am43xx/Kconfig | 23 | ||||
-rw-r--r-- | board/ti/beagle/Kconfig | 23 | ||||
-rw-r--r-- | board/ti/dra7xx/Kconfig | 23 | ||||
-rw-r--r-- | board/ti/evm/Kconfig | 71 | ||||
-rw-r--r-- | board/ti/ks2_evm/Kconfig | 47 | ||||
-rw-r--r-- | board/ti/omap5912osk/Kconfig | 23 | ||||
-rw-r--r-- | board/ti/omap5_uevm/Kconfig | 23 | ||||
-rw-r--r-- | board/ti/panda/Kconfig | 23 | ||||
-rw-r--r-- | board/ti/sdp3430/Kconfig | 23 | ||||
-rw-r--r-- | board/ti/sdp4430/Kconfig | 23 | ||||
-rw-r--r-- | board/ti/ti814x/Kconfig | 23 | ||||
-rw-r--r-- | board/ti/ti816x/Kconfig | 23 | ||||
-rw-r--r-- | board/ti/tnetv107xevm/Kconfig | 23 |
15 files changed, 417 insertions, 0 deletions
diff --git a/board/ti/am335x/Kconfig b/board/ti/am335x/Kconfig new file mode 100644 index 0000000..c3b61af --- /dev/null +++ b/board/ti/am335x/Kconfig @@ -0,0 +1,23 @@ +if TARGET_AM335X_EVM + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "am335x" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "am335x_evm" + +endif diff --git a/board/ti/am3517crane/Kconfig b/board/ti/am3517crane/Kconfig new file mode 100644 index 0000000..fdb20ab --- /dev/null +++ b/board/ti/am3517crane/Kconfig @@ -0,0 +1,23 @@ +if TARGET_AM3517_CRANE + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "am3517crane" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "am3517_crane" + +endif diff --git a/board/ti/am43xx/Kconfig b/board/ti/am43xx/Kconfig new file mode 100644 index 0000000..3c61ec1 --- /dev/null +++ b/board/ti/am43xx/Kconfig @@ -0,0 +1,23 @@ +if TARGET_AM43XX_EVM + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "am43xx" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "am43xx_evm" + +endif diff --git a/board/ti/beagle/Kconfig b/board/ti/beagle/Kconfig new file mode 100644 index 0000000..15dccdf --- /dev/null +++ b/board/ti/beagle/Kconfig @@ -0,0 +1,23 @@ +if TARGET_OMAP3_BEAGLE + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "beagle" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "omap3_beagle" + +endif diff --git a/board/ti/dra7xx/Kconfig b/board/ti/dra7xx/Kconfig new file mode 100644 index 0000000..4b13ef4 --- /dev/null +++ b/board/ti/dra7xx/Kconfig @@ -0,0 +1,23 @@ +if TARGET_DRA7XX_EVM + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "dra7xx" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "omap5" + +config SYS_CONFIG_NAME + string + default "dra7xx_evm" + +endif diff --git a/board/ti/evm/Kconfig b/board/ti/evm/Kconfig new file mode 100644 index 0000000..e342942 --- /dev/null +++ b/board/ti/evm/Kconfig @@ -0,0 +1,71 @@ +if TARGET_OMAP3_EVM + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "evm" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "omap3_evm" + +endif + +if TARGET_OMAP3_EVM_QUICK_MMC + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "evm" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "omap3_evm_quick_mmc" + +endif + +if TARGET_OMAP3_EVM_QUICK_NAND + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "evm" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "omap3_evm_quick_nand" + +endif diff --git a/board/ti/ks2_evm/Kconfig b/board/ti/ks2_evm/Kconfig new file mode 100644 index 0000000..7890b30 --- /dev/null +++ b/board/ti/ks2_evm/Kconfig @@ -0,0 +1,47 @@ +if TARGET_K2E_EVM + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "ks2_evm" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "keystone" + +config SYS_CONFIG_NAME + string + default "k2e_evm" + +endif + +if TARGET_K2HK_EVM + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "ks2_evm" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "keystone" + +config SYS_CONFIG_NAME + string + default "k2hk_evm" + +endif diff --git a/board/ti/omap5912osk/Kconfig b/board/ti/omap5912osk/Kconfig new file mode 100644 index 0000000..9f7493a --- /dev/null +++ b/board/ti/omap5912osk/Kconfig @@ -0,0 +1,23 @@ +if TARGET_OMAP5912OSK + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "omap5912osk" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "omap" + +config SYS_CONFIG_NAME + string + default "omap5912osk" + +endif diff --git a/board/ti/omap5_uevm/Kconfig b/board/ti/omap5_uevm/Kconfig new file mode 100644 index 0000000..7c7d5dc --- /dev/null +++ b/board/ti/omap5_uevm/Kconfig @@ -0,0 +1,23 @@ +if TARGET_OMAP5_UEVM + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "omap5_uevm" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "omap5" + +config SYS_CONFIG_NAME + string + default "omap5_uevm" + +endif diff --git a/board/ti/panda/Kconfig b/board/ti/panda/Kconfig new file mode 100644 index 0000000..be1307d --- /dev/null +++ b/board/ti/panda/Kconfig @@ -0,0 +1,23 @@ +if TARGET_OMAP4_PANDA + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "panda" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "omap4" + +config SYS_CONFIG_NAME + string + default "omap4_panda" + +endif diff --git a/board/ti/sdp3430/Kconfig b/board/ti/sdp3430/Kconfig new file mode 100644 index 0000000..81989b7 --- /dev/null +++ b/board/ti/sdp3430/Kconfig @@ -0,0 +1,23 @@ +if TARGET_OMAP3_SDP3430 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "sdp3430" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "omap3_sdp3430" + +endif diff --git a/board/ti/sdp4430/Kconfig b/board/ti/sdp4430/Kconfig new file mode 100644 index 0000000..140e1f1 --- /dev/null +++ b/board/ti/sdp4430/Kconfig @@ -0,0 +1,23 @@ +if TARGET_OMAP4_SDP4430 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "sdp4430" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "omap4" + +config SYS_CONFIG_NAME + string + default "omap4_sdp4430" + +endif diff --git a/board/ti/ti814x/Kconfig b/board/ti/ti814x/Kconfig new file mode 100644 index 0000000..4d4f52c --- /dev/null +++ b/board/ti/ti814x/Kconfig @@ -0,0 +1,23 @@ +if TARGET_TI814X_EVM + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "ti814x" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "ti814x_evm" + +endif diff --git a/board/ti/ti816x/Kconfig b/board/ti/ti816x/Kconfig new file mode 100644 index 0000000..5821172 --- /dev/null +++ b/board/ti/ti816x/Kconfig @@ -0,0 +1,23 @@ +if TARGET_TI816X_EVM + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "ti816x" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "ti816x_evm" + +endif diff --git a/board/ti/tnetv107xevm/Kconfig b/board/ti/tnetv107xevm/Kconfig new file mode 100644 index 0000000..9cffd7c --- /dev/null +++ b/board/ti/tnetv107xevm/Kconfig @@ -0,0 +1,23 @@ +if TARGET_TNETV107X_EVM + +config SYS_CPU + string + default "arm1176" + +config SYS_BOARD + string + default "tnetv107xevm" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "tnetv107x" + +config SYS_CONFIG_NAME + string + default "tnetv107x_evm" + +endif |