summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/omap3/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-07-11 17:40:00 -0400
committerTom Rini <trini@konsulko.com>2020-07-11 17:40:00 -0400
commit497c7598c4e713eb9ad88fd7963e57b21b8b35e1 (patch)
treef19605acb6bd9fe66a756fa46eb41361bc853a19 /arch/arm/mach-omap2/omap3/Kconfig
parent610e1487c8921d266f5cb304bfb66eb71f1dc7dc (diff)
parent18c56605c6cd45cb3e1ea39e2a9df46d4eade7ae (diff)
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spi
- Enable DM_SPI on siemens omap boards (Jagan) - Dropped some non-dm supported omap3 boards (Jagan) - Dropped non-dm code in omap3 spi driver (Jagan) - Dropped non-dm code in kirkwood spi driver (Bhargav)
Diffstat (limited to 'arch/arm/mach-omap2/omap3/Kconfig')
-rw-r--r--arch/arm/mach-omap2/omap3/Kconfig18
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/arm/mach-omap2/omap3/Kconfig b/arch/arm/mach-omap2/omap3/Kconfig
index 870dae4d70..cf11e5707f 100644
--- a/arch/arm/mach-omap2/omap3/Kconfig
+++ b/arch/arm/mach-omap2/omap3/Kconfig
@@ -86,13 +86,6 @@ config TARGET_OMAP3_OVERO
select OMAP3_GPIO_6
imply CMD_DM
-config TARGET_OMAP3_ZOOM1
- bool "TI Zoom1"
- select DM
- select DM_GPIO
- select DM_SERIAL
- imply CMD_DM
-
config TARGET_AM3517_CRANE
bool "am3517_crane"
@@ -127,13 +120,6 @@ config TARGET_TAO3530
select OMAP3_GPIO_5
select OMAP3_GPIO_6
-config TARGET_OMAP3_CAIRO
- bool "QUIPOS CAIRO"
- select DM
- select DM_GPIO
- select DM_SERIAL
- imply CMD_DM
-
config TARGET_SNIPER
bool "LG Optimus Black"
select DM
@@ -174,18 +160,14 @@ config SYS_SOC
source "board/logicpd/am3517evm/Kconfig"
source "board/ti/beagle/Kconfig"
-source "board/compulab/cm_t35/Kconfig"
source "board/timll/devkit8000/Kconfig"
source "board/ti/evm/Kconfig"
source "board/isee/igep00x0/Kconfig"
-source "board/overo/Kconfig"
-source "board/logicpd/zoom1/Kconfig"
source "board/ti/am3517crane/Kconfig"
source "board/corscience/tricorder/Kconfig"
source "board/logicpd/omap3som/Kconfig"
source "board/nokia/rx51/Kconfig"
source "board/technexion/tao3530/Kconfig"
-source "board/quipos/cairo/Kconfig"
source "board/lg/sniper/Kconfig"
endif