PC/104 form factor devices serve a specific niche of embedded system users. Since PC/104 devices and hardware are typically used by just a subset of Linux users, it would be appropriate to filter PC/104 related Kconfig options for those uninterested. This patchset introduces the PC104 Kconfig option, and uses it to mask PC/104 specific device drivers and options, so that only those users interested in PC/104 related Kconfig options are exposed to them. William Breathitt Gray (3): pc104: Introduce the PC104 Kconfig option gpio: pc104: Mask PC/104 drivers via PC104 Kconfig option iio: pc104: Mask PC/104 drivers via the PC104 Kconfig option drivers/gpio/Kconfig | 8 ++++---- drivers/iio/adc/Kconfig | 2 +- drivers/iio/counter/Kconfig | 2 +- init/Kconfig | 7 +++++++ 4 files changed, 13 insertions(+), 6 deletions(-) -- 2.11.0 -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html