OpenSDE Framework (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
1.3 KiB

  1. dnl --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. dnl This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. dnl
  4. dnl Filename: architecture/share/kernel-fs.conf.m4
  5. dnl Copyright (C) 2006 The OpenSDE Project
  6. dnl Copyright (C) 2004 - 2006 The T2 SDE Project
  7. dnl
  8. dnl More information can be found in the files COPYING and README.
  9. dnl
  10. dnl This program is free software; you can redistribute it and/or modify
  11. dnl it under the terms of the GNU General Public License as published by
  12. dnl the Free Software Foundation; version 2 of the License. A copy of the
  13. dnl GNU General Public License can be found in the file COPYING.
  14. dnl --- SDE-COPYRIGHT-NOTE-END ---
  15. dnl Enable Quota Support
  16. dnl
  17. CONFIG_PARTITION_ADVANCED=y
  18. CONFIG_MAC_PARTITION=y
  19. CONFIG_MSDOS_PARTITION=y
  20. CONFIG_EFI_PARTITION=y
  21. CONFIG_SUN_PARTITION=y
  22. CONFIG_QUOTA=y
  23. CONFIG_JOLIET=y
  24. CONFIG_ZISOFS=y
  25. CONFIG_DEVPTS_FS=y
  26. CONFIG_PROC_FS=y
  27. CONFIG_PROC_KCORE=y
  28. dnl mark the usual suspects modular
  29. dnl
  30. CONFIG_EXT2_FS=m
  31. CONFIG_EXT3_FS=m
  32. CONFIG_ISO9660_FS=m
  33. CONFIG_FAT_FS=m
  34. dnl Network FS settings
  35. dnl Version 3 has several advantages ...
  36. dnl
  37. CONFIG_NFS_FS=m
  38. CONFIG_NFS_V3=m
  39. CONFIG_NFSD_V3=m
  40. dnl ROMFS, RAMFS, CRAMFS and TMPFS (for initrd, install and /tmp)
  41. dnl
  42. CONFIG_ROMFS_FS=y
  43. CONFIG_RAMFS=y
  44. CONFIG_CRAMFS=y
  45. CONFIG_TMPFS=y
  46. dnl Squashfs (if patched in)
  47. dnl
  48. CONFIG_SQUASHFS=y