Kconfig 352 B

12345678910111213141516171819202122
  1. choice
  2. prompt "Processor selection in BCMRING family of devices"
  3. depends on ARCH_BCMRING
  4. default ARCH_BCM11107
  5. config ARCH_FPGA11107
  6. bool "FPGA11107"
  7. config ARCH_BCM11107
  8. bool "BCM11107"
  9. endchoice
  10. menu "BCMRING Options"
  11. depends on ARCH_BCMRING
  12. config BCM_ZRELADDR
  13. hex "Compressed ZREL ADDR"
  14. endmenu
  15. # source "drivers/char/bcmring/Kconfig"