All:
I'm just starting out on trying to get Adafruit's 2.8" Capacitive touchscreen (https://www.adafruit.com/products/1983)working on my Pi Model B+ using Arch. Adafruit has created a custom kernel for use of this device https://gist.github.com/ladyada/f86f777df68fe41181b0, but I'm not a fan of Raspian and I was hoping to recompile the Arch kernel to add the modules I might need. Unfortunately, Raspian uses Kconfig kernel configuration files, and I'm not familiar with these newer style of configuration files. Does anyone know of a utilitiy that will allow me to convert either the specialized Raspian kconfig files into the old-school config files or the old-school file from Arch into the new-fangled kconfig file format? If I can get them into the same format, I'm hoping a diff will at least get me started on firguring out how to reconfigure the Arch kernel.
FYI, it looks like there is something called the "fbtft_device" module that seems to be the primary focus of the changes, but I'm still trying to sort it out.
George