mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 00:38:55 +00:00
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: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
245322082a
commit
56b4f07a08
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user