summaryrefslogtreecommitdiff
path: root/config/kernel/uclinux.in
blob: b4997c0d4f2aeb6b17a06490c720e924f194966a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# uClinux kernel options
# depends on EXPERIMENTAL

config KERNEL_uclinux
    help
      Build a toolchain targeting systems running uClinux as a kernel.

choice
    bool
    depends on KERNEL_uclinux
    prompt "noMMU binary format"

config KERNEL_UCLINUX_BINFMT_FLAT
    bool
    prompt "binfmt_flat"
    help
      This will build the elf2flt and flthdr utilities for your architecture
      into the toolchain

endchoice