Skip to content

Commit

Permalink
Blackfin: glue XIP/ROM kernel kconfigs
Browse files Browse the repository at this point in the history
Different arches use different names, so make sure we define both so
common code (like MTD_XIP) "just works".

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
  • Loading branch information
Mike Frysinger committed Oct 22, 2010
1 parent 2453220 commit 56b4f07
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/blackfin/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -928,6 +928,12 @@ config ROMKERNEL

endchoice

# Common code uses "ROMKERNEL" or "XIP_KERNEL", so define both
config XIP_KERNEL
bool
default y
depends on ROMKERNEL

source "mm/Kconfig"

config BFIN_GPTIMERS
Expand Down

0 comments on commit 56b4f07

Please sign in to comment.