gcc -E -dM include/rtl_conf.h |grep CONFIG_RTL_ |awk '$3 != 0 {printf "%s=y\n", $2; }' >.config
