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.

linux.h 604B

12345678910111213141516171819202122232425262728293031323334
  1. #ifndef CONFIG_DEFAULTS_LINUX_H
  2. #define CONFIG_DEFAULTS_LINUX_H
  3. /** @file
  4. *
  5. * Configuration defaults for linux
  6. *
  7. */
  8. FILE_LICENCE ( GPL2_OR_LATER );
  9. #define CONSOLE_LINUX
  10. #define TIMER_LINUX
  11. #define UACCESS_LINUX
  12. #define UMALLOC_LINUX
  13. #define NAP_LINUX
  14. #define SMBIOS_LINUX
  15. #define SANBOOT_DUMMY
  16. #define ENTROPY_LINUX
  17. #define TIME_LINUX
  18. #define REBOOT_NULL
  19. #define PCIAPI_LINUX
  20. #define DRIVERS_LINUX
  21. #define IMAGE_SCRIPT
  22. #define SANBOOT_PROTO_ISCSI
  23. #define SANBOOT_PROTO_AOE
  24. #define SANBOOT_PROTO_IB_SRP
  25. #define SANBOOT_PROTO_FCP
  26. #define SANBOOT_PROTO_HTTP
  27. #endif /* CONFIG_DEFAULTS_LINUX_H */