mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-14 17:53:39 +00:00
[PATCH] arm26: select system type via "choice"
Choosing ARCH_ARC and ARCH_A5K together causes redefining and errors here and there. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Acked-by: Ian Molton <spyro@f2s.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
0679b75e5f
commit
41a60ef069
@ -60,7 +60,8 @@ source "init/Kconfig"
|
|||||||
|
|
||||||
menu "System Type"
|
menu "System Type"
|
||||||
|
|
||||||
comment "Archimedes/A5000 Implementations (select only ONE)"
|
choice
|
||||||
|
prompt "Archimedes/A5000 Implementations"
|
||||||
|
|
||||||
config ARCH_ARC
|
config ARCH_ARC
|
||||||
bool "Archimedes"
|
bool "Archimedes"
|
||||||
@ -87,6 +88,7 @@ config PAGESIZE_16
|
|||||||
Say Y here if your Archimedes or A5000 system has only 2MB of
|
Say Y here if your Archimedes or A5000 system has only 2MB of
|
||||||
memory, otherwise say N. The resulting kernel will not run on a
|
memory, otherwise say N. The resulting kernel will not run on a
|
||||||
machine with 4MB of memory.
|
machine with 4MB of memory.
|
||||||
|
endchoice
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
config ISA_DMA_API
|
config ISA_DMA_API
|
||||||
|
Loading…
x
Reference in New Issue
Block a user