Config.in.power 509 B

12345678910111213141516171819
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. config ADK_LINUX_KERNEL_POWER_RESET
  4. bool
  5. config ADK_LINUX_KERNEL_POWER_SUPPLY
  6. bool
  7. config ADK_LINUX_KERNEL_POWER_RESET_GPIO
  8. bool
  9. select ADK_LINUX_KERNEL_POWER_RESET
  10. depends on ADK_TARGET_BOARD_BCM28XX
  11. default y if ADK_TARGET_BOARD_BCM28XX
  12. config ADK_LINUX_KERNEL_POWER_SUPPLY_HWMON
  13. bool
  14. depends on ADK_TARGET_BOARD_BCM28XX
  15. default y if ADK_TARGET_BOARD_BCM28XX