summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>2017-01-10 13:50:54 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-01-19 06:42:25 -0500
commitad90a3de9dd12e8d5f738d2ff0fdef3272bd363f (patch)
treec270d97af8fee1bfb49e0ca36ba7fe8be3386542 /init
parent6ab42a66d2cc10afefea9f9e5d9a5ad5a836d254 (diff)
pc104: Introduce the PC104 Kconfig option
PC/104 form factor devices serve a specific niche of embedded system users; most Linux users will not have PC/104 form factor devices. This patch introduces the PC104 Kconfig option, which should be used to filter PC/104 specific device drivers and options, so that only those users interested in PC/104 related options are exposed to them. Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index e1a937348a3e..aca8881b9117 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1720,6 +1720,13 @@ config PERF_USE_VMALLOC
1720 help 1720 help
1721 See tools/perf/design.txt for details 1721 See tools/perf/design.txt for details
1722 1722
1723config PC104
1724 bool "PC/104 support"
1725 help
1726 Expose PC/104 form factor device drivers and options available for
1727 selection and configuration. Enable this option if your target
1728 machine has a PC/104 bus.
1729
1723menu "Kernel Performance Events And Counters" 1730menu "Kernel Performance Events And Counters"
1724 1731
1725config PERF_EVENTS 1732config PERF_EVENTS