From b322c83aa47f2fcf1af73a4f686ce4478fca19e3 Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Mon, 21 Dec 2015 13:40:37 +0100 Subject: arm: mvebu: Consolidate board Kconfig options into one file Merging all the board specific Kconfig options into the main Kconfig file for mach-mvebu makes things easier to maintain. Signed-off-by: Stefan Roese Cc: Luka Perkov --- board/maxbcm/Kconfig | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 board/maxbcm/Kconfig (limited to 'board/maxbcm') diff --git a/board/maxbcm/Kconfig b/board/maxbcm/Kconfig deleted file mode 100644 index 2edccfea53..0000000000 --- a/board/maxbcm/Kconfig +++ /dev/null @@ -1,9 +0,0 @@ -if TARGET_MAXBCM - -config SYS_BOARD - default "maxbcm" - -config SYS_CONFIG_NAME - default "maxbcm" - -endif -- cgit v1.2.1