Kconfig 291 B

123456789101112131415161718192021222324
  1. if PLAT_ORION
  2. config PINCTRL_MVEBU
  3. bool
  4. select PINMUX
  5. select PINCONF
  6. config PINCTRL_DOVE
  7. bool
  8. select PINCTRL_MVEBU
  9. config PINCTRL_KIRKWOOD
  10. bool
  11. select PINCTRL_MVEBU
  12. config PINCTRL_ARMADA_370
  13. bool
  14. select PINCTRL_MVEBU
  15. config PINCTRL_ARMADA_XP
  16. bool
  17. select PINCTRL_MVEBU
  18. endif