diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2020-07-07 21:21:52 +0530 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2020-07-09 20:58:05 +0530 |
commit | bce26c45e27ecb83a185c42abc1fa2cdc12692f6 (patch) | |
tree | 9297236c52a231df100d01b81e37b026e262e75f /arch/arm/mach-omap2 | |
parent | 37559488a95e45d553e7d0a0a532692a7032f554 (diff) |
arm: Remove pepper board
OF_CONTROL, DM_SPI and other driver model migration deadlines
are expired for this board.
Remove it.
Cc: Ash Charles <ash@gumstix.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/am33xx/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
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 |