浏览代码

target/device: wrap AMD preset in BR2_TARGET_AMD menuconfig

Peter Korsgaard 16 年之前
父节点
当前提交
bf1ccf16a2
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      target/device/AMD/Config.in

+ 6 - 0
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