Kconfig 345 B

1234567891011121314
  1. comment "Pin function controller options"
  2. config SH_PFC
  3. # XXX move off the gpio dependency
  4. depends on GENERIC_GPIO
  5. select GPIO_SH_PFC if ARCH_REQUIRE_GPIOLIB
  6. def_bool y
  7. config GPIO_SH_PFC
  8. tristate "SuperH PFC GPIO support"
  9. depends on SH_PFC && GPIOLIB
  10. help
  11. This enables support for GPIOs within the SoC's pin function
  12. controller.