提交 424529fb 编写于 作者: W William Breathitt Gray 提交者: Linus Walleij

pc104: Add EXPERT dependency for PC104 Kconfig option

PC/104 device driver Kconfig options previously had an implicit EXPERT
dependency by way of an explicit ISA_BUS_API dependency. Now that these
driver Kconfig options select ISA_BUS_API rather than depend on it, the
PC104 Kconfig option should have an explicit EXPERT dependency.

The PC/104 form factor and bus architecture are common in embedded
and specialized systems, but uncommon in typical desktop setups. For
this reason, it is best to mask these devices and configurations via the
EXPERT Kconfig option because the majority of users will never need to
concern themselves with PC/104.
Signed-off-by: NWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 17a2a129
...@@ -1438,7 +1438,7 @@ config PERF_USE_VMALLOC ...@@ -1438,7 +1438,7 @@ config PERF_USE_VMALLOC
See tools/perf/design.txt for details See tools/perf/design.txt for details
config PC104 config PC104
bool "PC/104 support" bool "PC/104 support" if EXPERT
help help
Expose PC/104 form factor device drivers and options available for Expose PC/104 form factor device drivers and options available for
selection and configuration. Enable this option if your target selection and configuration. Enable this option if your target
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册