diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-01-03 07:50:00 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-01-03 07:50:00 +0000 |
commit | 9ddc03dcd570df3d5180fd99c0ddb6f682e948e6 (patch) | |
tree | feee26a318d80cd42645e44ca02a296537091ceb /sources | |
parent | c38dccccfd00cf257a91645e651793401423c961 (diff) |
Move uml kernel to 2.4.17
Diffstat (limited to 'sources')
-rw-r--r-- | sources/linux-uml.config | 43 |
1 files changed, 15 insertions, 28 deletions
diff --git a/sources/linux-uml.config b/sources/linux-uml.config index 977472e62..3a358048b 100644 --- a/sources/linux-uml.config +++ b/sources/linux-uml.config @@ -1,9 +1,10 @@ # -# Automatically generated make config: don't edit +# Automatically generated by make menuconfig: don't edit # CONFIG_USERMODE=y -CONFIG_ISA=y +# CONFIG_ISA is not set # CONFIG_SBUS is not set +# CONFIG_PCI is not set CONFIG_UID16=y CONFIG_RWSEM_XCHGADD_ALGORITHM=y @@ -13,10 +14,6 @@ CONFIG_RWSEM_XCHGADD_ALGORITHM=y CONFIG_EXPERIMENTAL=y # -# Processor features -# - -# # General Setup # CONFIG_STDIO_CONSOLE=y @@ -33,6 +30,7 @@ CONFIG_SSL=y CONFIG_HOSTFS=y CONFIG_MCONSOLE=y CONFIG_MAGIC_SYSRQ=y +# CONFIG_HOST_2G_2G is not set # # Loadable module support @@ -57,8 +55,6 @@ CONFIG_BLK_DEV_INITRD=y # CONFIG_PACKET=y # CONFIG_PACKET_MMAP is not set -CONFIG_NETLINK=y -CONFIG_RTNETLINK=y # CONFIG_NETLINK_DEV is not set # CONFIG_NETFILTER is not set # CONFIG_FILTER is not set @@ -75,10 +71,7 @@ CONFIG_INET=y # CONFIG_IPV6 is not set # CONFIG_KHTTPD is not set # CONFIG_ATM is not set - -# -# -# +# CONFIG_VLAN_8021Q is not set # CONFIG_IPX is not set # CONFIG_ATALK is not set # CONFIG_DECNET is not set @@ -98,8 +91,15 @@ CONFIG_INET=y # CONFIG_NET_SCHED is not set # -# Network drivers +# Network device support # +CONFIG_UML_NET=y +CONFIG_UML_NET_ETHERTAP=y +CONFIG_UML_NET_TUNTAP=y +CONFIG_UML_NET_SLIP=y +CONFIG_UML_NET_DAEMON=y +CONFIG_UML_NET_MCAST=y +CONFIG_NETDEVICES=y # # ARCnet devices @@ -161,19 +161,6 @@ CONFIG_SLIP=y # CONFIG_WAN is not set # -# Network device support -# -CONFIG_NETDEVICES=y -CONFIG_UML_NET=y -CONFIG_UML_NET_ETHERTAP=y -CONFIG_UML_NET_TUNTAP=y -CONFIG_UML_NET_SLIP=y -CONFIG_UML_NET_DAEMON=y -CONFIG_UML_NET_MCAST=y -CONFIG_ETHERTAP=y -CONFIG_TUN=y - -# # File systems # # CONFIG_QUOTA is not set @@ -187,7 +174,6 @@ CONFIG_TUN=y # CONFIG_AFFS_FS is not set # CONFIG_HFS_FS is not set # CONFIG_BFS_FS is not set -# CONFIG_CMS_FS is not set CONFIG_EXT3_FS=y CONFIG_JBD=y # CONFIG_JBD_DEBUG is not set @@ -205,7 +191,7 @@ CONFIG_RAMFS=y # CONFIG_JOLIET is not set # CONFIG_ZISOFS is not set CONFIG_MINIX_FS=y -# CONFIG_FREEVXFS_FS is not set +# CONFIG_VXFS_FS is not set # CONFIG_NTFS_FS is not set # CONFIG_NTFS_RW is not set # CONFIG_HPFS_FS is not set @@ -316,6 +302,7 @@ CONFIG_NLS_UTF8=m # # Kernel hacking # +# CONFIG_DEBUG_SLAB is not set # CONFIG_DEBUGSYM is not set # CONFIG_PT_PROXY is not set # CONFIG_GPROF is not set |