Fedora-5.12: Make amd_pinctrl module builtin
The GPIOs provided by the AMD pinctrl module may be used by various ACPI methods (e.g. _PS0, _PS3) and resources (GpioInt). These ACPI uses may happen before the module has a chance to load when amd_pinctrl is build as a module.
Change the CONFIG_PINCTRL_AMD option to y, so that the amd_pinctrl code gets built into the kernel to fix this. This specifically fixes I2C-HID touchpads on AMD based laptops sometimes not working at boot.