projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a57a54
)
target/device: wrap AMD preset in BR2_TARGET_AMD menuconfig
author
Peter Korsgaard
<jacmet@sunsite.dk>
Fri, 20 Mar 2009 21:59:37 +0000
(21:59 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Fri, 20 Mar 2009 21:59:37 +0000
(21:59 -0000)
target/device/AMD/Config.in
patch
|
blob
|
history
diff --git
a/target/device/AMD/Config.in
b/target/device/AMD/Config.in
index 04f39509b3efd6430506082227ec38021889eac6..b7ac077fa02d04a9272a6bf6315244c31d6e230f 100644
(file)
--- a/
target/device/AMD/Config.in
+++ b/
target/device/AMD/Config.in
@@
-1,3
+1,8
@@
+menuconfig BR2_TARGET_AMD
+ bool "AMD Specific Device Support"
+
+if BR2_TARGET_AMD
+
comment "AMD Specific Device Support"
depends on BR2_mipsel || BR2_mips
@@
-17,3
+22,4
@@
config BR2_TARGET_AMD_ALCHEMY_DBAU1500
comment "Package support"
depends on BR2_TARGET_AMD_ALCHEMY
+endif