aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/omap3/Kconfig
diff options
context:
space:
mode:
authorBartosz Golaszewski <bgolaszewski@baylibre.com>2019-05-17 11:17:18 +0200
committerTom Rini <trini@konsulko.com>2019-05-28 13:58:06 -0400
commit899dd71e9f0cce69c3e975a12c32228ceb9251f3 (patch)
treecf1eed49c95f80cf6c103b9dc82cb1c07db93995 /arch/arm/mach-omap2/omap3/Kconfig
parent8c2644ca692278abad232962842a1b8777bb7ade (diff)
downloadu-boot-899dd71e9f0cce69c3e975a12c32228ceb9251f3.zip
u-boot-899dd71e9f0cce69c3e975a12c32228ceb9251f3.tar.gz
u-boot-899dd71e9f0cce69c3e975a12c32228ceb9251f3.tar.bz2
mt_ventoux: remove board
This board still doesn't select CONFIG_DM and seems to be umaintained. As it makes progress on modernizing several DaVinci drivers more difficult and the maintainer has not expressed interest in updating it, this patch proposes to remove it. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch/arm/mach-omap2/omap3/Kconfig')
-rw-r--r--arch/arm/mach-omap2/omap3/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-omap2/omap3/Kconfig b/arch/arm/mach-omap2/omap3/Kconfig
index 9bc616c..96579e5 100644
--- a/arch/arm/mach-omap2/omap3/Kconfig
+++ b/arch/arm/mach-omap2/omap3/Kconfig
@@ -34,11 +34,6 @@ config TARGET_AM3517_EVM
select DM_SERIAL
imply CMD_DM
-config TARGET_MT_VENTOUX
- bool "TeeJet Mt.Ventoux"
- select OMAP3_GPIO_4
- select OMAP3_GPIO_5 if USB_EHCI_HCD
-
config TARGET_OMAP3_BEAGLE
bool "TI OMAP3 BeagleBoard"
select DM
@@ -189,7 +184,6 @@ config SYS_SOC
default "omap3"
source "board/logicpd/am3517evm/Kconfig"
-source "board/teejet/mt_ventoux/Kconfig"
source "board/ti/beagle/Kconfig"
source "board/compulab/cm_t35/Kconfig"
source "board/timll/devkit8000/Kconfig"