option('programs',
  type: 'boolean',
  value: true,
  description: 'Build programs (udevadm and helpers)')

option('blkid',
  type: 'feature',
  value: 'auto',
  description: 'Enable blkid support')

option('selinux',
  type: 'feature',
  value: 'auto',
  description: 'Enable SELinux support')

option('kmod',
  type: 'feature',
  value: 'auto',
  description: 'Enable libkmod support')

option('mtd_probe',
  type: 'boolean',
  value: true,
  description: 'Build mtd_probe helper')
