Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 56b4f07a authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: glue XIP/ROM kernel kconfigs



Different arches use different names, so make sure we define both so
common code (like MTD_XIP) "just works".

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 24532208
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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