summaryrefslogtreecommitdiff
path: root/cleopatre/buildroot/target
diff options
context:
space:
mode:
authorYacine Belkadi2013-03-01 16:18:43 +0100
committerYacine Belkadi2013-03-06 15:36:26 +0100
commitb0c5aa58a9ace6ab18a51b1621141d0b003c09d7 (patch)
tree98d6ca1c6cd8c405eb8fc40c3275fc4a71b8ea4c /cleopatre/buildroot/target
parent389ead0470782efe9f6644975848da6a29c29a98 (diff)
cleo/{linux/arch/arm/spc300,buildroot/target/device/Spidcom}: sort config items
Sort, alphabetically, the various targets/machines configuration items, in order to ease updates and merges.
Diffstat (limited to 'cleopatre/buildroot/target')
-rw-r--r--cleopatre/buildroot/target/device/Spidcom/Config.in52
-rw-r--r--cleopatre/buildroot/target/device/Spidcom/common/defconfig.base8
-rw-r--r--cleopatre/buildroot/target/device/Spidcom/common/linux26.config.base14
3 files changed, 37 insertions, 37 deletions
diff --git a/cleopatre/buildroot/target/device/Spidcom/Config.in b/cleopatre/buildroot/target/device/Spidcom/Config.in
index 532ac811b7..8daa0ae91c 100644
--- a/cleopatre/buildroot/target/device/Spidcom/Config.in
+++ b/cleopatre/buildroot/target/device/Spidcom/Config.in
@@ -17,19 +17,26 @@ config BR2_TARGET_SPIDCOM_ARIZONA
help
Support for the Arizona SPC300 based device
-config BR2_TARGET_SPIDCOM_MSE500
- bool "MSE500 development board"
+config BR2_TARGET_SPIDCOM_MCR500
+ bool "MCR500 reference design board"
depends on BR2_arm
select BR2_TARGET_SPIDCOM_ARCH_MSE500
help
- Support for the MSE500 (300 mode)
+ Support for the MCR500
-config BR2_TARGET_SPIDCOM_MCR500
- bool "MCR500 reference design board"
+config BR2_TARGET_SPIDCOM_MPR520
+ bool "MPR520 development board"
depends on BR2_arm
select BR2_TARGET_SPIDCOM_ARCH_MSE500
help
- Support for the MCR500
+ Support for the MPR520 AV reference design
+
+config BR2_TARGET_SPIDCOM_MSE500
+ bool "MSE500 development board"
+ depends on BR2_arm
+ select BR2_TARGET_SPIDCOM_ARCH_MSE500
+ help
+ Support for the MSE500 (300 mode)
config BR2_TARGET_SPIDCOM_MSE500DINI_300
bool "MSE500DINI_300 development board"
@@ -38,12 +45,12 @@ config BR2_TARGET_SPIDCOM_MSE500DINI_300
help
Support for the MSE500 DINI prototype (300 mode)
-config BR2_TARGET_SPIDCOM_SPK300G
- bool "SPK300-G development board"
+config BR2_TARGET_SPIDCOM_SCR310
+ bool "SCR310 reference design board"
depends on BR2_arm
select BR2_TARGET_SPIDCOM_ARCH_SPC300
help
- Support for the SPK300-G SPC300 based device
+ Support for the SCR310 SPC300 based device
config BR2_TARGET_SPIDCOM_SPK300
bool "SPK300 development board"
@@ -52,19 +59,19 @@ config BR2_TARGET_SPIDCOM_SPK300
help
Support for the SPK300 SPC300 based device
-config BR2_TARGET_SPIDCOM_SPK310
- bool "SPK310 development board"
+config BR2_TARGET_SPIDCOM_SPK300G
+ bool "SPK300-G development board"
depends on BR2_arm
select BR2_TARGET_SPIDCOM_ARCH_SPC300
help
- Support for the SPK310 SPC300 based device
+ Support for the SPK300-G SPC300 based device
-config BR2_TARGET_SPIDCOM_SCR310
- bool "SCR310 reference design board"
+config BR2_TARGET_SPIDCOM_SPK310
+ bool "SPK310 development board"
depends on BR2_arm
select BR2_TARGET_SPIDCOM_ARCH_SPC300
help
- Support for the SCR310 SPC300 based device
+ Support for the SPK310 SPC300 based device
config BR2_TARGET_SPIDCOM_SPR300
bool "SPR300 reference design board"
@@ -80,13 +87,6 @@ config BR2_TARGET_SPIDCOM_SPR310
help
Support for the SPR310 SPC300 based device
-config BR2_TARGET_SPIDCOM_MPR520
- bool "MPR520 development board"
- depends on BR2_arm
- select BR2_TARGET_SPIDCOM_ARCH_MSE500
- help
- Support for the MPR520 AV reference design
-
endchoice
config BR2_TARGET_SPIDCOM_PLC_MEM_SIZE_MB
@@ -108,16 +108,16 @@ config BR2_TARGET_SPIDCOM_ARCH_SPC300
config BR2_TARGET_SPIDCOM_BOARD
string
default "arizona" if BR2_TARGET_SPIDCOM_ARIZONA
- default "mse500" if BR2_TARGET_SPIDCOM_MSE500
default "mcr500" if BR2_TARGET_SPIDCOM_MCR500
+ default "mpr520" if BR2_TARGET_SPIDCOM_MPR520
+ default "mse500" if BR2_TARGET_SPIDCOM_MSE500
default "mse500dini_300" if BR2_TARGET_SPIDCOM_MSE500DINI_300
- default "spk300g" if BR2_TARGET_SPIDCOM_SPK300G
+ default "scr310" if BR2_TARGET_SPIDCOM_SCR310
default "spk300" if BR2_TARGET_SPIDCOM_SPK300
+ default "spk300g" if BR2_TARGET_SPIDCOM_SPK300G
default "spk310" if BR2_TARGET_SPIDCOM_SPK310
- default "scr310" if BR2_TARGET_SPIDCOM_SCR310
default "spr300" if BR2_TARGET_SPIDCOM_SPR300
default "spr310" if BR2_TARGET_SPIDCOM_SPR310
- default "mpr520" if BR2_TARGET_SPIDCOM_MPR520
default "none"
depends on BR2_TARGET_SPIDCOM
help
diff --git a/cleopatre/buildroot/target/device/Spidcom/common/defconfig.base b/cleopatre/buildroot/target/device/Spidcom/common/defconfig.base
index 3991923223..0c4de1773a 100644
--- a/cleopatre/buildroot/target/device/Spidcom/common/defconfig.base
+++ b/cleopatre/buildroot/target/device/Spidcom/common/defconfig.base
@@ -57,16 +57,16 @@ BR2_TARGET_SPIDCOM=y
# Spidcom Specific Device Support
#
# BR2_TARGET_SPIDCOM_ARIZONA is not set
-# BR2_TARGET_SPIDCOM_MSE500 is not set
# BR2_TARGET_SPIDCOM_MCR500 is not set
+# BR2_TARGET_SPIDCOM_MPR520 is not set
+# BR2_TARGET_SPIDCOM_MSE500 is not set
# BR2_TARGET_SPIDCOM_MSE500DINI_300 is not set
-# BR2_TARGET_SPIDCOM_SPK300G is not set
+# BR2_TARGET_SPIDCOM_SCR310 is not set
# BR2_TARGET_SPIDCOM_SPK300 is not set
+# BR2_TARGET_SPIDCOM_SPK300G is not set
# BR2_TARGET_SPIDCOM_SPK310 is not set
-# BR2_TARGET_SPIDCOM_SCR310 is not set
# BR2_TARGET_SPIDCOM_SPR300 is not set
# BR2_TARGET_SPIDCOM_SPR310 is not set
-# BR2_TARGET_SPIDCOM_MPR520 is not set
BR2_TARGET_SPIDCOM_PLC_MEM_SIZE_MB=4
# BR2_TARGET_SPIDCOM_ARCH_MSE500 is not set
# BR2_TARGET_SPIDCOM_ARCH_SPC300 is not set
diff --git a/cleopatre/buildroot/target/device/Spidcom/common/linux26.config.base b/cleopatre/buildroot/target/device/Spidcom/common/linux26.config.base
index eb8afc6b73..1cb479145c 100644
--- a/cleopatre/buildroot/target/device/Spidcom/common/linux26.config.base
+++ b/cleopatre/buildroot/target/device/Spidcom/common/linux26.config.base
@@ -124,17 +124,17 @@ CONFIG_ARCH_SPC300=y
#
# SPC300 platform type
#
-# CONFIG_MACH_SPK300G is not set
+# CONFIG_MACH_ARIZONA is not set
+# CONFIG_MACH_MCR500 is not set
+# CONFIG_MACH_MPR520 is not set
+# CONFIG_MACH_MSE500 is not set
+# CONFIG_MACH_MSE500DINI_300 is not set
+# CONFIG_MACH_SCR310 is not set
# CONFIG_MACH_SPK300 is not set
+# CONFIG_MACH_SPK300G is not set
# CONFIG_MACH_SPK310 is not set
-# CONFIG_MACH_SCR310 is not set
# CONFIG_MACH_SPR300 is not set
# CONFIG_MACH_SPR310 is not set
-# CONFIG_MACH_ARIZONA is not set
-# CONFIG_MACH_MSE500DINI_300 is not set
-# CONFIG_MACH_MSE500 is not set
-# CONFIG_MACH_MCR500 is not set
-# CONFIG_MACH_MPR520 is not set
#
# Processor Type