diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-20 21:59:37 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-20 21:59:37 +0000 |
commit | bf1ccf16a25a4ef07ab4862e3e94446b2c372386 (patch) | |
tree | 7c6c70f7ab3b70c22243a1f856dcefb7d471fd49 /target/device/AMD/Config.in | |
parent | 1a57a5480495870da55023634f6f6b4826dd4cc3 (diff) |
target/device: wrap AMD preset in BR2_TARGET_AMD menuconfig
Diffstat (limited to 'target/device/AMD/Config.in')
-rw-r--r-- | target/device/AMD/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/device/AMD/Config.in b/target/device/AMD/Config.in index 04f39509b..b7ac077fa 100644 --- 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 |