Lines Matching refs:cfgsec
478 * $flag_table, the global list of compile options contains a 'cfgsec'
480 * all the unique cfgsec options we find in $flag_table.
482 * @return array an array of strings representing all unique cfgsec values
491 if ( isset ( $props['cfgsec'] ) ) {
492 $cfgsec = $props["cfgsec"];
493 $cfgsecs[$cfgsec] = $cfgsec;
555 foreach ( $cfgsecs as $cfgsec ) {
557 $fname = $config_dir . "/" . $cfgsec . ".h";
564 $ifdef_secname = "CONFIG_" . strtoupper ( $cfgsec ) . "_H";
572 if ( $flag_table[$key]["cfgsec"] == $cfgsec ) {