config_query_option DRBD_OPTS "Enable kernel module?" y \
                              "--with-km" \
                              "--without-km" &&

config_query_option DRBD_OPTS "Enable management utilities?" y \
                              "--with-utils" \
                              "--without-utils" &&

config_query_option DRBD_OPTS "Enable heartbeat integration?" n \
                              "--with-heartbeat" \
                              "--without-heartbeat"
