summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2020-07-07 18:44:07 +0300
committerJagan Teki <jagan@amarulasolutions.com>2020-07-09 18:28:05 +0300
commit45833e25fcfb3ee23e4b4abbb2556cbb64f4e2a7 (patch)
treeb7cc84f185e06974ea6d3cac97fa624ece1e7dd0 /arch/arm/mach-omap2
parentd78b9df763601897e165bcd3e19ce66291672805 (diff)
downloadu-boot-45833e25fcfb3ee23e4b4abbb2556cbb64f4e2a7.tar.xz
arm: Remove cairo board
OF_CONTROL, DM_SPI and other driver model migration deadlines are expired for this board. Drop it. Cc: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r--arch/arm/mach-omap2/omap3/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-omap2/omap3/Kconfig b/arch/arm/mach-omap2/omap3/Kconfig
index ec4572049c..cf11e5707f 100644
--- a/arch/arm/mach-omap2/omap3/Kconfig
+++ b/arch/arm/mach-omap2/omap3/Kconfig
@@ -120,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
@@ -175,7 +168,6 @@ 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