Skip to content

Commit

Permalink
pc104: Introduce the PC104 Kconfig option
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
vilhelmgray authored and gregkh committed Jan 19, 2017
1 parent 6ab42a6 commit ad90a3d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1720,6 +1720,13 @@ config PERF_USE_VMALLOC
help
See tools/perf/design.txt for details

config PC104
bool "PC/104 support"
help
Expose PC/104 form factor device drivers and options available for
selection and configuration. Enable this option if your target
machine has a PC/104 bus.

menu "Kernel Performance Events And Counters"

config PERF_EVENTS
Expand Down

0 comments on commit ad90a3d

Please sign in to comment.