summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard2007-08-14 13:59:46 +0200
committerPeter Korsgaard2007-08-14 13:59:46 +0200
commite98ed44ad0823c9a51115db392232350144ab2b7 (patch)
treec6cef7b8a0d079480b02368b065116ba699e356f /Config.in
parentrxvt hardwired for X11R6, so ensure dependency is OK (diff)
downloadbuildroot-e98ed44ad0823c9a51115db392232350144ab2b7.tar.gz
buildroot-e98ed44ad0823c9a51115db392232350144ab2b7.tar.xz
buildroot-e98ed44ad0823c9a51115db392232350144ab2b7.zip
Added powerpc variant selection
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in60
1 files changed, 59 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index 3c090e58c..5ef105ef6 100644
--- a/Config.in
+++ b/Config.in
@@ -295,7 +295,65 @@ config BR2_ia64_itanium2
bool "itanium 2"
endchoice
-
+choice
+ prompt "Target Architecture Variant"
+ depends BR2_powerpc
+ default BR2_generic_powerpc
+ help
+ Specific CPU variant to use
+config BR2_generic_powerpc
+ bool "generic"
+config BR2_powerpc_401
+ bool "401"
+config BR2_powerpc_403
+ bool "403"
+config BR2_powerpc_405
+ bool "405"
+config BR2_powerpc_405fp
+ bool "405 with FPU"
+config BR2_powerpc_440
+ bool "440"
+config BR2_powerpc_440fp
+ bool "440 with FPU"
+config BR2_powerpc_505
+ bool "505"
+config BR2_powerpc_601
+ bool "601"
+config BR2_powerpc_602
+ bool "602"
+config BR2_powerpc_603
+ bool "603"
+config BR2_powerpc_603e
+ bool "603e"
+config BR2_powerpc_604
+ bool "604"
+config BR2_powerpc_604e
+ bool "604e"
+config BR2_powerpc_620
+ bool "620"
+config BR2_powerpc_630
+ bool "630"
+config BR2_powerpc_740
+ bool "740"
+config BR2_powerpc_7400
+ bool "7400"
+config BR2_powerpc_7450
+ bool "7450"
+config BR2_powerpc_750
+ bool "750"
+config BR2_powerpc_801
+ bool "801"
+config BR2_powerpc_821
+ bool "821"
+config BR2_powerpc_823
+ bool "823"
+config BR2_powerpc_860
+ bool "860"
+config BR2_powerpc_970
+ bool "970"
+config BR2_powerpc_8540
+ bool "8540"
+endchoice
config BR2_ARCH
string