diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-09-02 19:11:35 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-09-02 19:11:35 +0200 |
commit | 64d1148c48e3cd428da42a5eb9bcda50f08171fb (patch) | |
tree | 61b8ce076757ced82ed59a03f94741778558698c /target/linux/config/Config.in.systems | |
parent | 06ce168a42a0834f2ab1b17a493c6e339906404a (diff) |
add support for qemu-arm, fix usage of xz compressed initramfs, which is now the default here
Diffstat (limited to 'target/linux/config/Config.in.systems')
-rw-r--r-- | target/linux/config/Config.in.systems | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.systems b/target/linux/config/Config.in.systems index 5c420eb2b..24baa864e 100644 --- a/target/linux/config/Config.in.systems +++ b/target/linux/config/Config.in.systems @@ -35,6 +35,15 @@ config ADK_KERNEL_LEMOTE_MACH2F boolean # arm systems +config ADK_KERNEL_ARCH_PXA + boolean + +config ADK_KERNEL_PXA_SHARPSL + boolean + +config ADK_KERNEL_MACH_SPITZ + boolean + config ADK_KERNEL_ARCH_AT91 boolean |