Skip to content
  • Sam Ravnborg's avatar
    sh: fix recursive dependency in Kconfig · e583d6b3
    Sam Ravnborg authored
    
    
    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: default avatarSam Ravnborg <sam@ravnborg.org>
    Cc: Michal Marek <mmarek@suse.cz>
    Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
    e583d6b3