From bce26c45e27ecb83a185c42abc1fa2cdc12692f6 Mon Sep 17 00:00:00 2001 From: Jagan Teki Date: Tue, 7 Jul 2020 21:21:52 +0530 Subject: arm: Remove pepper board OF_CONTROL, DM_SPI and other driver model migration deadlines are expired for this board. Remove it. Cc: Ash Charles Signed-off-by: Jagan Teki --- arch/arm/Kconfig | 1 - arch/arm/mach-omap2/am33xx/Kconfig | 7 ------- 2 files changed, 8 deletions(-) (limited to 'arch/arm') diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 6c423fe1a2..a0877fc37f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1921,7 +1921,6 @@ source "board/freescale/lx2160a/Kconfig" source "board/freescale/mx35pdk/Kconfig" source "board/freescale/s32v234evb/Kconfig" source "board/grinn/chiliboard/Kconfig" -source "board/gumstix/pepper/Kconfig" source "board/hisilicon/hikey/Kconfig" source "board/hisilicon/hikey960/Kconfig" source "board/hisilicon/poplar/Kconfig" diff --git a/arch/arm/mach-omap2/am33xx/Kconfig b/arch/arm/mach-omap2/am33xx/Kconfig index a93fbf4ea0..bb8959e7a7 100644 --- a/arch/arm/mach-omap2/am33xx/Kconfig +++ b/arch/arm/mach-omap2/am33xx/Kconfig @@ -160,13 +160,6 @@ config TARGET_PENGWYN select DM_SERIAL imply CMD_DM -config TARGET_PEPPER - bool "Support pepper" - select DM - select DM_GPIO - select DM_SERIAL - imply CMD_DM - config TARGET_PHYCORE_AM335X_R2 bool "Support phyCORE AM335X R2" select DM -- cgit