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

Commit 41a60ef0 authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by Linus Torvalds
Browse files

[PATCH] arm26: select system type via "choice"



Choosing ARCH_ARC and ARCH_A5K together causes redefining and errors
here and there.

Signed-off-by: default avatarAlexey Dobriyan <adobriyan@gmail.com>
Acked-by: default avatarIan Molton <spyro@f2s.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 0679b75e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -60,7 +60,8 @@ source "init/Kconfig"

menu "System Type"

comment "Archimedes/A5000 Implementations (select only ONE)"
choice
	prompt "Archimedes/A5000 Implementations"

config ARCH_ARC
        bool "Archimedes"
@@ -87,6 +88,7 @@ config PAGESIZE_16
          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
          machine with 4MB of memory.
endchoice
endmenu

config ISA_DMA_API