Kconfig (c78e3cf14e4c77746168936d84d03c119d0c984e) | Kconfig (ccf6fd6dcc86143002dec6c392d8aa41a6a46353) |
---|---|
1# 2# GPIO infrastructure and drivers 3# 4 5config ARCH_HAVE_CUSTOM_GPIO_H 6 bool 7 help 8 Selecting this config option from the architecture Kconfig allows --- 1026 unchanged lines hidden (view full) --- 1035 1036config GPIO_INTEL_MID 1037 bool "Intel MID GPIO support" 1038 depends on X86_INTEL_MID 1039 select GPIOLIB_IRQCHIP 1040 help 1041 Say Y here to support Intel MID GPIO. 1042 | 1# 2# GPIO infrastructure and drivers 3# 4 5config ARCH_HAVE_CUSTOM_GPIO_H 6 bool 7 help 8 Selecting this config option from the architecture Kconfig allows --- 1026 unchanged lines hidden (view full) --- 1035 1036config GPIO_INTEL_MID 1037 bool "Intel MID GPIO support" 1038 depends on X86_INTEL_MID 1039 select GPIOLIB_IRQCHIP 1040 help 1041 Say Y here to support Intel MID GPIO. 1042 |
1043config GPIO_MERRIFIELD 1044 tristate "Intel Merrifield GPIO support" 1045 depends on X86_INTEL_MID 1046 select GPIOLIB_IRQCHIP 1047 help 1048 Say Y here to support Intel Merrifield GPIO. 1049 |
|
1043config GPIO_ML_IOH 1044 tristate "OKI SEMICONDUCTOR ML7213 IOH GPIO support" 1045 select GENERIC_IRQ_CHIP 1046 help 1047 ML7213 is companion chip for Intel Atom E6xx series. 1048 This driver can be used for OKI SEMICONDUCTOR ML7213 IOH(Input/Output 1049 Hub) which is for IVI(In-Vehicle Infotainment) use. 1050 This driver can access the IOH's GPIO device. --- 97 unchanged lines hidden --- | 1050config GPIO_ML_IOH 1051 tristate "OKI SEMICONDUCTOR ML7213 IOH GPIO support" 1052 select GENERIC_IRQ_CHIP 1053 help 1054 ML7213 is companion chip for Intel Atom E6xx series. 1055 This driver can be used for OKI SEMICONDUCTOR ML7213 IOH(Input/Output 1056 Hub) which is for IVI(In-Vehicle Infotainment) use. 1057 This driver can access the IOH's GPIO device. --- 97 unchanged lines hidden --- |