diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-22 14:16:25 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-22 14:16:25 +0000 |
commit | 51a61c9011d838db18af16f5f8e294f9e301bad2 (patch) | |
tree | 67a30004a22b0645ecb141608516c7bd9d12e88a /toolchain/Config.in | |
parent | 5f0baad2937640ecf09b65697e8b10d30368f7b9 (diff) |
- Subsume and collaps toolchain options in one menu
This is ment to ease configuration by providing toolchain related options in one place
No functional changes, just shuffling the menus around..
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r-- | toolchain/Config.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in index 85d7b341a..775c464ea 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -1,4 +1,4 @@ -menu "Toolchain type" +menu "Toolchain" choice prompt "Toolchain type" default BR2_TOOLCHAIN_BUILDROOT @@ -7,17 +7,17 @@ choice system or an external pre-built toolchain. config BR2_TOOLCHAIN_BUILDROOT - bool - prompt "Buildroot toolchain" + bool "Buildroot toolchain" config BR2_TOOLCHAIN_EXTERNAL - bool - prompt "External toolchain" + bool "External toolchain" endchoice source "target/device/Toolchain.in" -endmenu - source "toolchain/Config.in.2" source "toolchain/external-toolchain/Config.in" + +source "project/Config.in" + +endmenu |