summaryrefslogtreecommitdiff
path: root/target/config/Config.in.endian.choice
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-03-03 06:38:16 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-03-03 06:38:16 +0100
commit1b8b4b1839bb012877b8e98cc8932b4cf0349440 (patch)
tree997ad72134f2bf1dee6d638c3798a648f6d09734 /target/config/Config.in.endian.choice
parent6ec63e7445fec93fba027a70083b16cd470e5a95 (diff)
convert to upper case symbols, remove lower case ADK_big/ADK_little
Diffstat (limited to 'target/config/Config.in.endian.choice')
-rw-r--r--target/config/Config.in.endian.choice6
1 files changed, 2 insertions, 4 deletions
diff --git a/target/config/Config.in.endian.choice b/target/config/Config.in.endian.choice
index a4249f85a..0017a0e55 100644
--- a/target/config/Config.in.endian.choice
+++ b/target/config/Config.in.endian.choice
@@ -15,11 +15,9 @@ depends on !ADK_TARGET_SYSTEM_QEMU_ARM
depends on !ADK_TARGET_SYSTEM_LINKSYS_NSLU2
config ADK_TARGET_LITTLE_ENDIAN
- boolean "Little endian"
- select ADK_little
+ bool "Little endian"
config ADK_TARGET_BIG_ENDIAN
- boolean "Big endian"
- select ADK_big
+ bool "Big endian"
endchoice