Selaa lähdekoodia

target/device/ARM: Use menuconfig and add description of options

Peter Korsgaard 17 vuotta sitten
vanhempi
commit
d5b8a665b5
1 muutettua tiedostoa jossa 9 lisäystä ja 4 poistoa
  1. 9 4
      target/device/ARM/Config.in

+ 9 - 4
target/device/ARM/Config.in

@@ -1,15 +1,20 @@
-config BR2_TARGET_ARM
-	bool
+menuconfig 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
+