[Armadeus-commitlog] SF.net SVN: armadeus: [655] trunk/buildroot
Brought to you by:
sszy
|
From: <jo...@us...> - 2007-10-21 09:45:40
|
Revision: 655
http://armadeus.svn.sourceforge.net/armadeus/?rev=655&view=rev
Author: jorasse
Date: 2007-10-21 02:45:32 -0700 (Sun, 21 Oct 2007)
Log Message:
-----------
adapt Armadeus target menu look&feel to the new buildroot model
Modified Paths:
--------------
trunk/buildroot/package/ch7024ctrl/Config.in
trunk/buildroot/package/max5821ctrl/Config.in
trunk/buildroot/target/device/armadeus/Config.in
Modified: trunk/buildroot/package/ch7024ctrl/Config.in
===================================================================
--- trunk/buildroot/package/ch7024ctrl/Config.in 2007-10-20 18:58:54 UTC (rev 654)
+++ trunk/buildroot/package/ch7024ctrl/Config.in 2007-10-21 09:45:32 UTC (rev 655)
@@ -1,6 +1,6 @@
config BR2_PACKAGE_CH7024CTRL
bool "ch7024ctrl"
- depends BR2_ARMADEUS_PACKAGE
+ depends BR2_TARGET_ARMADEUS
default n
help
Build CH7024 control tool. It allows you to configure the Svideo output of the DevFull directly
Modified: trunk/buildroot/package/max5821ctrl/Config.in
===================================================================
--- trunk/buildroot/package/max5821ctrl/Config.in 2007-10-20 18:58:54 UTC (rev 654)
+++ trunk/buildroot/package/max5821ctrl/Config.in 2007-10-21 09:45:32 UTC (rev 655)
@@ -1,6 +1,5 @@
config BR2_PACKAGE_MAX5821CTRL
bool "max5821ctrl"
- depends BR2_ARMADEUS_PACKAGE
default y
help
Build MAX5821 control tool. It allows you to set the I2C MAX5821 DAC directly
Modified: trunk/buildroot/target/device/armadeus/Config.in
===================================================================
--- trunk/buildroot/target/device/armadeus/Config.in 2007-10-20 18:58:54 UTC (rev 654)
+++ trunk/buildroot/target/device/armadeus/Config.in 2007-10-21 09:45:32 UTC (rev 655)
@@ -1,19 +1,16 @@
-comment "Armadeus project Specific Device Support"
- depends BR2_arm
-
-config BR2_TARGET_ARMADEUS
- bool "Board support for the Armadeus development boards"
- depends BR2_arm
+menuconfig BR2_TARGET_ARMADEUS
+ bool "Armadeus Device Support"
+ depends on BR2_arm
default n
- select BR2_ARMADEUS_PACKAGE
help
Armadeus arm based systems
+if BR2_TARGET_ARMADEUS
choice
prompt "Armadeus target device"
default BR2_TARGET_ARMADEUS_APF9328
- depends on BR2_TARGET_ARMADEUS
+ depends on BR2_arm && BR2_TARGET_ARMADEUS
help
Armadeus target device
@@ -54,24 +51,10 @@
default "64" if BR2_TARGET_ARMADEUS_SDRAM_64
-config BR2_ARMADEUS_PACKAGE
- bool "armadeus packages"
- default n
- depends BR2_TARGET_ARMADEUS
- source package/max5821ctrl/Config.in
- comment "---"
-
-config BR2_ARMADEUS_PACKAGE
- bool "armadeus packages"
- default n
- depends BR2_TARGET_ARMADEUS
- source package/ch7024ctrl/Config.in
- comment "---"
-
config BR2_PACKAGE_LINUX_ARM
bool "linux"
default n
- depends BR2_TARGET_ARMADEUS
+ depends BR2_arm && BR2_TARGET_ARMADEUS
select BR2_TARGET_U-BOOT
help
The Linux kernel.
@@ -102,9 +85,9 @@
config BR2_TARGET_U-BOOT
bool "U-Boot"
default n
- depends BR2_TARGET_ARMADEUS
+ depends BR2_arm && BR2_TARGET_ARMADEUS
help
The U-Boot universal bootloader for embedded systems.
+endif
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|