projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0679b75
)
[PATCH] arm26: select system type via "choice"
author
Alexey Dobriyan
<
[email protected]
>
Wed, 1 Feb 2006 11:06:17 +0000
(
03:06
-0800)
committer
Linus Torvalds
<
[email protected]
>
Wed, 1 Feb 2006 16:53:21 +0000
(08:53 -0800)
Choosing ARCH_ARC and ARCH_A5K together causes redefining and errors
here and there.
Signed-off-by: Alexey Dobriyan <
[email protected]
>
Acked-by: Ian Molton <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/arm26/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm26/Kconfig
b/arch/arm26/Kconfig
index 274e07019b461040660a0f10d6ed308c742813b9..379c7257518e71f1ca22bccf76fedac3c2d25d8a 100644
(file)
--- a/
arch/arm26/Kconfig
+++ b/
arch/arm26/Kconfig
@@
-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