summaryrefslogtreecommitdiff
path: root/target/config/Config.in.endian.choice
diff options
context:
space:
mode:
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