diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-05-19 11:41:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-05-19 11:41:44 +0200 |
commit | e8ca169ae2dcbbf86320f93de493de7c2cf1c1cc (patch) | |
tree | 35604465f5784360a4a83d36f79ac0cb6f8804c0 /target/config | |
parent | 23013ef65cb2328d0958809ed88ab9a832440ace (diff) | |
parent | 957bb3959c18f96c9ac1c7553e897bbbd95f0d51 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/target/config/Config.in b/target/config/Config.in index 8697f337e..c1feb7053 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -30,22 +30,6 @@ config ADK_TOOLCHAIN_ARCHIVE endchoice choice -prompt "Target Endianess" -depends on (ADK_LINUX_ARM || ADK_LINUX_MIPS) && ADK_TOOLCHAIN -config ADK_ENDIAN - boolean "Choose target endianess" - -config ADK_TARGET_LITTLE_ENDIAN - boolean "Little endian" - select ADK_little - -config ADK_TARGET_BIG_ENDIAN - boolean "Big endian" - select ADK_big - -endchoice - -choice prompt "Target Kernel" depends on ADK_TARGET_SYSTEM_LEMOTE_YEELONG config ADK_TARGET_KERNEL |