Config.in.mailbox 337 B

123456789101112
  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_MAILBOX
  4. tristate
  5. config ADK_LINUX_KERNEL_BCM2835_MBOX
  6. bool
  7. select ADK_LINUX_KERNEL_MAILBOX
  8. depends on ADK_TARGET_BOARD_BCM28XX
  9. default y if ADK_TARGET_BOARD_BCM28XX
  10. help