diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-29 10:38:53 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-29 10:38:53 +0200 |
commit | 57ab7c72776b41369d951bf4eb99d900c7ec5f6c (patch) | |
tree | 44ff8b93f79454f59ba46dc41558801488f13edd /target/linux/config/Config.in.systems | |
parent | 61104736912c7811abf505418c8202262e3cd0ac (diff) | |
parent | ee4ae7d878da34b9f45df1c5704d31646e1e323b (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux/config/Config.in.systems')
-rw-r--r-- | target/linux/config/Config.in.systems | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.systems b/target/linux/config/Config.in.systems index 8750ac281..369727277 100644 --- a/target/linux/config/Config.in.systems +++ b/target/linux/config/Config.in.systems @@ -1,3 +1,10 @@ +# page size +config ADK_KERNEL_PAGE_SIZE_4KB + boolean + +config ADK_KERNEL_PAGE_SIZE_16KB + boolean + # mips systems config ADK_KERNEL_ATHEROS_AR231X boolean @@ -37,6 +44,7 @@ config ADK_KERNEL_ARCH_AT91SAM9G20 config ADK_KERNEL_MACH_ACMENETUSFOXG20 boolean +# endianesss and ABI config ADK_KERNEL_AEABI boolean |