diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-07 23:48:40 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-07 23:48:40 +0000 |
commit | 446eb7ed8ba0d787c90108a041eeea0906e7fd7a (patch) | |
tree | 12df383233907752746d19116b6deaadfbaffe7f /sources/linux-uml.config | |
parent | bf6a3886ebd36a9d6654ab0762ce3742eecd3525 (diff) | |
download | buildroot-novena-446eb7ed8ba0d787c90108a041eeea0906e7fd7a.tar.gz buildroot-novena-446eb7ed8ba0d787c90108a041eeea0906e7fd7a.zip |
Update user-mode linux version
Diffstat (limited to 'sources/linux-uml.config')
-rw-r--r-- | sources/linux-uml.config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sources/linux-uml.config b/sources/linux-uml.config index 1e4f9abd8..25fcf481d 100644 --- a/sources/linux-uml.config +++ b/sources/linux-uml.config @@ -16,6 +16,8 @@ CONFIG_EXPERIMENTAL=y # # General Setup # +CONFIG_MODE_TT=y +CONFIG_MODE_SKAS=y CONFIG_NET=y CONFIG_SYSVIPC=y # CONFIG_BSD_PROCESS_ACCT is not set @@ -32,6 +34,9 @@ CONFIG_MAGIC_SYSRQ=y # CONFIG_SMP is not set CONFIG_NEST_LEVEL=0 CONFIG_KERNEL_HALF_GIGS=1 +# CONFIG_HIGHMEM is not set +# CONFIG_PROC_MM is not set +CONFIG_KERNEL_STACK_ORDER=2 # # Loadable module support @@ -84,8 +89,10 @@ CONFIG_UML_NET=y CONFIG_UML_NET_ETHERTAP=y CONFIG_UML_NET_TUNTAP=y CONFIG_UML_NET_SLIP=y +# CONFIG_UML_NET_SLIRP is not set CONFIG_UML_NET_DAEMON=y CONFIG_UML_NET_MCAST=y +# CONFIG_UML_NET_PCAP is not set CONFIG_DUMMY=y # CONFIG_BONDING is not set # CONFIG_EQUALIZER is not set |