projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
226a087
)
target/device/ARM: Use menuconfig and add description of options
author
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 6 Apr 2008 08:19:58 +0000
(08:19 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 6 Apr 2008 08:19:58 +0000
(08:19 -0000)
target/device/ARM/Config.in
patch
|
blob
|
history
diff --git
a/target/device/ARM/Config.in
b/target/device/ARM/Config.in
index 20ada16335884a7260444b4075a0538e4af291e6..557476377871acd15f47dfe657392f9c37a6efb2 100644
(file)
--- a/
target/device/ARM/Config.in
+++ b/
target/device/ARM/Config.in
@@
-1,15
+1,20
@@
-config BR2_TARGET_ARM
- bool
+
menu
config BR2_TARGET_ARM
+ bool
"Generic ARM Support"
depends on BR2_arm
depends on !BR2_TARGET_ARMLTD
depends on !BR2_TARGET_ATMEL
depends on !BR2_TARGET_SHARP
default y
+if BR2_TARGET_ARM
+
config BR2_BOARD_NAME
- string
+ string
"Board Name"
default "arm"
config BR2_BOARD_PATH
- string
+ string
"Board Path"
default "target/device/ARM"
+
+endif
+