Try to make CONFIG_ options more standard.
config_console.diff: #ifdef->#if fan_ctl.diff: make CONFIG_HAVE_FANCTL specific to the SuperIO that supports it vt8237r.diff: #ifdef->#if
Config options used with #ifdef makes it so your board can break silently when someone makes a simple change in Kconfig.
Signed-off-by: Myles Watson mylesgw@gmail.com
Thanks, Myles