Commit bf1ccf16 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

target/device: wrap AMD preset in BR2_TARGET_AMD menuconfig

parent 1a57a548
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
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