From: Sam Ravnborg Date: Sat, 14 Aug 2010 12:23:39 +0000 (+0000) Subject: sh: fix recursive dependency in Kconfig X-Git-Tag: v2.6.37-rc1~136^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e583d6b3c25d4ce3867b345782abd7d11a0d384c;p=pandora-kernel.git sh: fix recursive dependency in Kconfig When executing: make ARCH=sh defconfig kconfig segfaulted. kconfig should obviously not segfault. But this indicated a problem in the sh files which was tracked down to a recursive dependency. We select HAVE_HW_BREAKPOINT and in the following line we use the same symbol in an expression. Drop the conditional as it is of no use. Signed-off-by: Sam Ravnborg Cc: Michal Marek Signed-off-by: Paul Mundt --- Reading git-diff-tree failed