Kconfig 311 B

1234567891011121314151617181920
  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