pub fn validate_config(config: &str) -> Result<(), Vec<&'static str>>Expand description
Validate that a kernel config string contains all required options.
Returns Ok(()) if all required options are present, or Err with
a list of missing options.