pc104: Add EXPERT dependency for PC104 Kconfig option
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Fri, 29 Dec 2017 20:14:59 +0000 (15:14 -0500)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 22 Feb 2018 15:18:43 +0000 (16:18 +0100)
commit424529fb7954616dc65e64111a6505c4d5db7d3f
tree3777b6c0ba06958a7d2b65407ba5686e5f013188
parent17a2a129b309d502d638164b2c515ff205c148df
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: William Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
init/Kconfig