On 10/27/17 09:11, Gabriele Paoloni wrote: > diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig > index 2408ea3..358eed3 100644 > --- a/drivers/bus/Kconfig > +++ b/drivers/bus/Kconfig > @@ -64,6 +64,15 @@ config BRCMSTB_GISB_ARB > arbiter. This driver provides timeout and target abort error handling > and internal bus master decoding. > > +config HISILICON_LPC > + bool "Support for ISA I/O space on Hisilicon Hip0X" > + depends on (ARM64 && (ARCH_HISI || COMPILE_TEST)) > + select LOGIC_PIO > + select INDIRECT_PIO > + help > + Driver needed for some legacy ISA devices attached to Low-Pin-Count > + on Hisilicon Hip0X SoC. > + > config IMX_WEIM > bool "Freescale EIM DRIVER" > depends on ARCH_MXC Hi, Why bool? why not tristate? -- ~Randy