$(eval $(call KernelPackage,gpio-it87))
+define KernelPackage/gpio-amd-fch
+ SUBMENU:=$(OTHER_MENU)
+ DEPENDS:=@GPIO_SUPPORT @TARGET_x86
+ TITLE:=GPIO support for AMD Fusion Controller Hub (G-series SOCs)
+ KCONFIG:=CONFIG_GPIO_AMD_FCH
+ FILES:=$(LINUX_DIR)/drivers/gpio/gpio-amd-fch.ko
+ AUTOLOAD:=$(call AutoLoad,25,gpio-amd-fch,1)
+endef
+
+define KernelPackage/gpio-amd-fch/description
+ This option enables driver for GPIO on AMDs Fusion Controller Hub,
+ as found on G-series SOCs (eg. GX-412TC)
+endef
+
+$(eval $(call KernelPackage,gpio-amd-fch))
+
+
define KernelPackage/ppdev
SUBMENU:=$(OTHER_MENU)
TITLE:=Parallel port support