summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.kernel
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/linux/config/Config.in.kernel
parent6ec63e7445fec93fba027a70083b16cd470e5a95 (diff)
convert to upper case symbols, remove lower case ADK_big/ADK_little
Diffstat (limited to 'target/linux/config/Config.in.kernel')
-rw-r--r--target/linux/config/Config.in.kernel4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel
index 7a8796abc..83a1e045a 100644
--- a/target/linux/config/Config.in.kernel
+++ b/target/linux/config/Config.in.kernel
@@ -118,11 +118,11 @@ config ADK_KERNEL_THUMB2_KERNEL
# endianess
config ADK_KERNEL_CPU_BIG_ENDIAN
bool
- default y if ADK_big
+ default y if ADK_TARGET_BIG_ENDIAN
config ADK_KERNEL_CPU_LITTLE_ENDIAN
bool
- default y if ADK_little
+ default y if ADK_TARGET_LITTLE_ENDIAN
choice
prompt "Kernel Compression"