xref: /dragonfly/sys/platform/pc64/Makefile.inc (revision 279dd846)
1# Used by the device build to check for device support
2#
3
4DEV_SUPPORT=	acpica agp bridge crypto disk drm misc netif \
5		pccard powermng raid serial sound smbus video \
6		virtual/virtio
7
8BOOT0CFG_SUPPORT=1
9
10