unraid_kernel
unraid_kernel copied to clipboard
Adding GPIO support for Intel ICH chipset
Hi,
Currently in your kernel all GPIO modules are enabled w/ the exception of Intel ICH. Since those GPIOs are required to control LCD and leds on my RadyNas314 (and probably other Netgear ReadyNas devicess) could you add those options to the kernel .config ?
CONFIG_GPIO_ICH=m
CONFIG_LPC_ICH=m
The LPC_ICH is needed to make GPIO_ICH available (otherwise it will not appear in make menuconfig
Thanks!