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 --- board/gumstix/pepper/Kconfig | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 board/gumstix/pepper/Kconfig (limited to 'board/gumstix/pepper/Kconfig') diff --git a/board/gumstix/pepper/Kconfig b/board/gumstix/pepper/Kconfig deleted file mode 100644 index 6f94612fe2..0000000000 --- a/board/gumstix/pepper/Kconfig +++ /dev/null @@ -1,15 +0,0 @@ -if TARGET_PEPPER - -config SYS_BOARD - default "pepper" - -config SYS_VENDOR - default "gumstix" - -config SYS_SOC - default "am33xx" - -config SYS_CONFIG_NAME - default "pepper" - -endif -- cgit