Kconfig (1e4a80640338924b9f9fd7a121ac31d08134410a) | Kconfig (4dd4dd1d21206cd05f5da031d709e9de8567957f) |
---|---|
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 --- 386 unchanged lines hidden (view full) --- 395 help 396 Say yes here to support GPIO functionality though SYSCON driver. 397 398config GPIO_TB10X 399 bool 400 select GENERIC_IRQ_CHIP 401 select OF_GPIO 402 | 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 --- 386 unchanged lines hidden (view full) --- 395 help 396 Say yes here to support GPIO functionality though SYSCON driver. 397 398config GPIO_TB10X 399 bool 400 select GENERIC_IRQ_CHIP 401 select OF_GPIO 402 |
403config GPIO_TEGRA 404 bool 405 default y 406 depends on ARCH_TEGRA || COMPILE_TEST 407 |
|
403config GPIO_TS4800 404 tristate "TS-4800 DIO blocks and compatibles" 405 depends on OF_GPIO 406 depends on SOC_IMX51 || COMPILE_TEST 407 select GPIO_GENERIC 408 help 409 This driver support TS-4800 FPGA GPIO controllers. 410 --- 717 unchanged lines hidden --- | 408config GPIO_TS4800 409 tristate "TS-4800 DIO blocks and compatibles" 410 depends on OF_GPIO 411 depends on SOC_IMX51 || COMPILE_TEST 412 select GPIO_GENERIC 413 help 414 This driver support TS-4800 FPGA GPIO controllers. 415 --- 717 unchanged lines hidden --- |