summaryrefslogtreecommitdiff
path: root/board/espt/Kconfig
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2019-05-20 03:16:27 +0200
committerMarek Vasut <marex@denx.de>2019-06-14 12:42:06 +0200
commitea349270e38473455f0bbfafb38e4838e6b2b701 (patch)
tree60c99e47e0c78b29706f6a783335b1c876586b32 /board/espt/Kconfig
parentc2ea87883ef309570c8903e6de4b8b78685d73d0 (diff)
sh: espt_giga: Remove the board
Last change to this board was done in 2016, has no prospects of ever being converted to DM, drop it. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Chris Brandt <chris.brandt@renesas.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Cc: Vladimir Zapolskiy <vz@mleia.com> Cc: Yoshihiro Shimoda <shimoda.yoshihiro.uh@renesas.com>
Diffstat (limited to 'board/espt/Kconfig')
-rw-r--r--board/espt/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/board/espt/Kconfig b/board/espt/Kconfig
deleted file mode 100644
index 0294926cf5..0000000000
--- a/board/espt/Kconfig
+++ /dev/null
@@ -1,9 +0,0 @@
-if TARGET_ESPT
-
-config SYS_BOARD
- default "espt"
-
-config SYS_CONFIG_NAME
- default "espt"
-
-endif