Kconfig 415 B

1234567891011121314151617
  1. if ARCH_ROCKCHIP
  2. config PINCTRL_ROCKCHIP
  3. bool "Rockchip pin control drivers"
  4. depends on ARCH_ROCKCHIP && PINCTRL_GENERIC
  5. default y
  6. help
  7. Enable support pin control functions for Rockchip SoCs.
  8. config SPL_PINCTRL_ROCKCHIP
  9. bool "Support Rockchip pin controllers in SPL"
  10. depends on ARCH_ROCKCHIP && SPL_PINCTRL_GENERIC
  11. default y
  12. help
  13. This option is an SPL-variant of the PINCTRL_ROCKCHIP option.
  14. endif